Spring Web Flow 2: A boon to JSF developers
Spring Web Flow 2 seems tailored to the needs of JSF developers, and it smoothes out Spring MVC on the front end. Dr. Xinyu
Liu explains how new support for Ajax, validation, persistence, and security facilitates the development of rich Web applications
using SWF 2.
Dr. Xinyu Liu,
November 2008
SpringSource dm Server 1.0 released
SpringSource this week began offering its SpringSource dm Server 1.0, an OSGi-based application server to run Java enterprise
applications.
Paul Krill,
October 2008
J2EE object-caching frameworks
Object caching is an important piece in the design and development
of Web portals. In a typical Web portal application, we need the
frequently accessed data in a JVM's memory, but, at the same time,
we want the ability to automatically clear the data from memory
when it's stale and refresh it with new data. Currently many open
source implementations provide object caching in J2EE Web
applications. This article describes a reusable object-caching
framework created to cache data objects in a Web portal
application. This framework can be seamlessly integrated into any
Web application. Author Srini Penchikala discusses implementing
object caching using three open source caching frameworks: Java
Caching System, OSCache, and Java Object Cache. He presents these
frameworks' installation and configuration details. Finally, he
presents a performance comparison to show the effectiveness of
caching objects.
Srini Penchikala,
May 2004
Recent articles:
Popular archives:
Java: A platform for platforms
Sun's reorg may seem promising to shareholders but it's also a scramble for position. The question now is whether Sun can,
or wants to, maintain its hold on Java technology. Especially with enterprise leaders like SpringSource and RedHat investing
heavily in Java's future as a platform for platforms
Also see:
Discuss: Java: A platform for platforms?