<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Java Software Development Videos and Tutorials &#187; java ee</title>
	<atom:link href="http://www.java-tv.com/tag/java-ee/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.java-tv.com</link>
	<description>Java Software Development Videos and Tutorials</description>
	<lastBuildDate>Tue, 07 Feb 2012 06:59:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>OSGi and Java EE Hybrid Applications Using GlassFish</title>
		<link>http://www.java-tv.com/2011/11/21/osgi-and-java-ee-hybrid-applications-using-glassfish/</link>
		<comments>http://www.java-tv.com/2011/11/21/osgi-and-java-ee-hybrid-applications-using-glassfish/#comments</comments>
		<pubDate>Mon, 21 Nov 2011 19:24:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[glassfish]]></category>
		<category><![CDATA[java ee]]></category>
		<category><![CDATA[OSGi]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=2055</guid>
		<description><![CDATA[This video presents OSGi and how it relates to Java EE and GlassFish. It describes how OSGi works in general, how GlassFish is built on it and what implications that has regarding to modifying a GlassFish instance&#8217;s features. The video concludes on how OSGi can be used in a wide range of companies.
 
]]></description>
		<wfw:commentRss>http://www.java-tv.com/2011/11/21/osgi-and-java-ee-hybrid-applications-using-glassfish/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GlassFish 3.1 Presentation</title>
		<link>http://www.java-tv.com/2011/11/14/glassfish-3-1-presentation/</link>
		<comments>http://www.java-tv.com/2011/11/14/glassfish-3-1-presentation/#comments</comments>
		<pubDate>Mon, 14 Nov 2011 13:12:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[glassfish]]></category>
		<category><![CDATA[java ee]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=2037</guid>
		<description><![CDATA[This GlassFish community update presents GlassFish 3.1, the fist full Java EE 6 clustered application server released. It took place at the Jazoon Conference in Zurich. GlassFish 3.1 notable features include clustering, session replication for high availability, application deployment versioning as well as a new administration backend for clustering that allows high number cluster size deployment.
This talk is followed by a demo-driven session showing what it can take to install a Java EE application server and cluster mode and deploy a highly available application to experience load-balancing and fail-over. It ...]]></description>
		<wfw:commentRss>http://www.java-tv.com/2011/11/14/glassfish-3-1-presentation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rethinking Best Practices with Java EE 6</title>
		<link>http://www.java-tv.com/2011/10/31/rethinking-best-practices-with-java-ee-6/</link>
		<comments>http://www.java-tv.com/2011/10/31/rethinking-best-practices-with-java-ee-6/#comments</comments>
		<pubDate>Mon, 31 Oct 2011 20:50:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[java ee]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=2006</guid>
		<description><![CDATA[Although you can build Java EE 6 applications with only a fraction of the code that&#8217;s necessary with J2EE, many projects are still based on bloated and exaggerated J2EE patterns and best practices. This session discusses how to build lean applications in a productive and maintainable way. 
It covers the following pragmatic tools, patterns, and best practices with working source code:
* Mixing CDI, JPA, EJB, JSF, and JAX-RS to save code
* Mocking, unit testing, stress testing, and integration testing
* Continuous integration and build (Maven 3, Git)
* Efficient data access without ...]]></description>
		<wfw:commentRss>http://www.java-tv.com/2011/10/31/rethinking-best-practices-with-java-ee-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Java EE 6 Platform Powerful, Productive, Extensible</title>
		<link>http://www.java-tv.com/2010/10/25/the-java-ee-6-platform-powerful-productive-extensible/</link>
		<comments>http://www.java-tv.com/2010/10/25/the-java-ee-6-platform-powerful-productive-extensible/#comments</comments>
		<pubDate>Mon, 25 Oct 2010 11:56:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[java ee]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1668</guid>
		<description><![CDATA[After explaining the high-level goals for Java EE 6, we&#8217;ll discuss the contents, with particular focus on the ease of development improvements in this release. We&#8217;ll introduce the many new APIs in Java EE 6, such as JAX-RS, CDI and Bean Validation. We&#8217;ll also discuss profiles in detail and explain their role in making the platform more flexible but also more approachable by developers of all skill levels. Finally we&#8217;ll talk about the powerful new extensibility APIs in Java EE 6 and discuss how they can be used to integrate ...]]></description>
		<wfw:commentRss>http://www.java-tv.com/2010/10/25/the-java-ee-6-platform-powerful-productive-extensible/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enterprise Java Expert Adam Bien Makes Java EE Programming Easier</title>
		<link>http://www.java-tv.com/2009/01/07/enterprise-java-expert-adam-bien-makes-java-ee-programming-easier/</link>
		<comments>http://www.java-tv.com/2009/01/07/enterprise-java-expert-adam-bien-makes-java-ee-programming-easier/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 14:02:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[java ee]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=711</guid>
		<description><![CDATA[Janice J. Heiss interviews Java Champion, Adam Bien, who discusses some common fallacies about Java EE and takes the mystery out of distributed computing. 
 
]]></description>
		<wfw:commentRss>http://www.java-tv.com/2009/01/07/enterprise-java-expert-adam-bien-makes-java-ee-programming-easier/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java EE 6 Overview</title>
		<link>http://www.java-tv.com/2008/12/23/java-ee-6-overview/</link>
		<comments>http://www.java-tv.com/2008/12/23/java-ee-6-overview/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 13:30:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[java ee]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=676</guid>
		<description><![CDATA[An Overview of the Java EE 6 and Servlet 3.0 Specifications by Roberto Chinnici and Rajiv Mordani, Sun Microsystems.

]]></description>
		<wfw:commentRss>http://www.java-tv.com/2008/12/23/java-ee-6-overview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Object Caching 594/649 objects using disk: basic

Served from: www.java-tv.com @ 2012-02-07 03:10:30 -->
