<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
<channel>
<title>J2EE</title>
<link>http://websphere.sys-con.com/</link>
<description>Latest articles from J2EE</description>
<copyright>Copyright 2008 WEBSPHERE JOURNAL</copyright>
<lastBuildDate>Tue, 13 May 2008 03:20:00 GMT</lastBuildDate>
<generator>WEBSPHERE JOURNAL</generator>
<ttl>10</ttl>
<docs>http://backend.userland.com/rss</docs>

<item>
<title>Java Basics: Lesson 11, Java Packages and Imports (Live Video Education)</title>
<guid isPermaLink="true">http://websphere.sys-con.com/read/49108.htm</guid><link>http://websphere.sys-con.com/read/49108.htm</link>
<pubDate>Wed, 13 Apr 2005 00:00:00 GMT</pubDate>
<description>Yakov Fain reaches Lesson 11 in his popular &apos;Java basics&apos; series. This time he deals with how and why Java programmers working on large projects that have lots of classes usually organize them in different packages; and explores the new element introduced in Java 5.0 called static imports.</description>

</item><item>
<title>A Practical Guide to J2EE Development</title>
<guid isPermaLink="true">http://websphere.sys-con.com/read/46163.htm</guid><link>http://websphere.sys-con.com/read/46163.htm</link>
<pubDate>Mon, 30 Aug 2004 00:00:00 GMT</pubDate>
<description>Evolving J2EE specifications continue to provide developers and architects with added performance muscle and flexibility for building and optimizing enterprise applications. J2EE advances are both a boon and a challenge as they can provide additional capabilities while also requiring refined development skills. J2EE applications incorporate complex distributed logic and, hence, demand careful, intelligent, and innovative design and implementation techniques.</description>

</item><item>
<title>J2EE Caching</title>
<guid isPermaLink="true">http://websphere.sys-con.com/read/45686.htm</guid><link>http://websphere.sys-con.com/read/45686.htm</link>
<pubDate>Wed, 04 Aug 2004 00:00:00 GMT</pubDate>
<description>Most Web applications are typically based on the presentation of information, meaning that functional operations pertaining to retrieving, assembling, and presenting information in the form of content and data largely outnumber functional operations that actually modify the information.</description>

</item><item>
<title>Winholesale Chooses Bowstreet Portlet Framework to Access Data During J2EE Transition</title>
<guid isPermaLink="true">http://websphere.sys-con.com/read/45729.htm</guid><link>http://websphere.sys-con.com/read/45729.htm</link>
<pubDate>Wed, 28 Jul 2004 00:00:00 GMT</pubDate>
<description>Business services provider Winholesale chose Bowstreet Portlet Factory, and IBM WebSphere Portal, to provide portlet development providing role-based access to the company&apos;s financial information.</description>

</item><item>
<title>Open-Source Java? &quot;The Debate is Still Going On, Fast and Furious,&quot; Says Gosling</title>
<guid isPermaLink="true">http://websphere.sys-con.com/read/45120.htm</guid><link>http://websphere.sys-con.com/read/45120.htm</link>
<pubDate>Sat, 05 Jun 2004 00:00:00 GMT</pubDate>
<description>Will they, won&apos;t they? Yesterday, Sun&apos;s own Java technology evangelist was being reported as having said they would; now Java co-creator James Gosling - and almost everyone else in Santa Clara who came in contact with the media - says Sun won&apos;t be open-sourcing Java. Not yet anyway - though it&apos;s under fierce and continuing debate within the company.</description>

</item><item>
<title>Sun Will Open-Source Java &quot;Today, Tomorrow or Two Years Down the Road&quot;</title>
<guid isPermaLink="true">http://websphere.sys-con.com/read/45093.htm</guid><link>http://websphere.sys-con.com/read/45093.htm</link>
<pubDate>Fri, 04 Jun 2004 00:00:00 GMT</pubDate>
<description>Hard on the heels of the announcement by Sun&apos;s president and COO Jonathan Schwartz earlier this week that Solaris will be open-sourced comes confirmation from Sun&apos;s Java technology evangelist: &apos;We haven&apos;t worked out how to open-source Java - but at some point it will happen,&apos; says popular speaker and expert in Java technology and distributed systems, Raghavan &apos;Rags&apos; Srinivas.</description>

</item><item>
<title>12 Best Practices for J2EE Developers Named</title>
<guid isPermaLink="true">http://websphere.sys-con.com/read/44976.htm</guid><link>http://websphere.sys-con.com/read/44976.htm</link>
<pubDate>Tue, 25 May 2004 00:00:00 GMT</pubDate>
<description>What are the most important best practices for J2EE, when you include Web services development as a part of J2EE? Three IBM staffers recently had a shot at coming up with a Top Twelve.</description>

</item><item>
<title>CMR</title>
<guid isPermaLink="true">http://websphere.sys-con.com/read/43274.htm</guid><link>http://websphere.sys-con.com/read/43274.htm</link>
<pubDate>Fri, 13 Dec 2002 00:00:00 GMT</pubDate>
<description>One of the exciting new features of the WebSphere Application Server (WAS) 5.0 release is support for J2EE 1.3. With this release of the J2EE specification comes EJB 2.0, which contains a number of features that effectively make both session and entity beans far more flexible and scalable components of an application&apos;s architecture.</description>

</item><item>
<title>Message-Driven Beans and WebSphere 4.0</title>
<guid isPermaLink="true">http://websphere.sys-con.com/read/43264.htm</guid><link>http://websphere.sys-con.com/read/43264.htm</link>
<pubDate>Mon, 21 Oct 2002 00:00:00 GMT</pubDate>
<description>One of the major innovations in the EJB 2.0 specification, the  Message-Driven Bean (MDB), is not supported by WebSphere Application  Server 4.0. There are several ways to circumvent this shortcoming -  you can wait for WAS 5.0, use another application server, or concoct  some sort of pseudo MDB. Since the first two are rarely feasible,  I&apos;ll describe the last.</description>

</item><item>
<title>Event-Driven Enterprise JavaBeans</title>
<guid isPermaLink="true">http://websphere.sys-con.com/read/43243.htm</guid><link>http://websphere.sys-con.com/read/43243.htm</link>
<pubDate>Wed, 25 Sep 2002 00:00:00 GMT</pubDate>
<description>An event is an asynchronous notification from an external source, such as a thread or another application. Commands from a user, a timer signaling completion of a specified time period, and the arrival of a message in a queue are examples of events. Two components that are generally involved in event-based processing are the event producer and the event consumer.</description>

</item><item>
<title>Object/Relational Mapping</title>
<guid isPermaLink="true">http://websphere.sys-con.com/read/43120.htm</guid><link>http://websphere.sys-con.com/read/43120.htm</link>
<pubDate>Wed, 24 Apr 2002 00:00:00 GMT</pubDate>
<description>It&apos;s one of the greatest challenges in enterprise application  development: object/relational mapping. Business information lives in relational databases, and applications are made up of objects. There is no shortage of products that attempt a systematic mapping between tables and objects, all with limited success.</description>

</item><item>
<title>Configuring Entity Beans in WebSphere Application Server 4.0</title>
<guid isPermaLink="true">http://websphere.sys-con.com/read/43090.htm</guid><link>http://websphere.sys-con.com/read/43090.htm</link>
<pubDate>Fri, 22 Feb 2002 00:00:00 GMT</pubDate>
<description>EJB application servers speed up software development by eliminating the need to build costly infrastructure. In particular, developers don&apos;t need to worry about implementing code that handles concurrency. This does not mean, however, that developers can totally ignore concurrency issues: Configuring an application server for optimal performance requires a thorough understanding of concurrency issues.</description>

</item></channel></rss>