1 - 20 of 45
Previous
Next
Bridging Configuration from Spring to Legacy Frameworks
November 8, 2007Spring's POJO-based programming model has proven to be a much better way to write, test, and assemble robust Java EE applications, but it works only if you configure your objects with Spring. What happens when you combine Spring with an in-house legacy framework or Java EE technology such as EJBs or servlets?
The Java EE Application as an EJB/Spring/Hibernate Hybrid
October 25, 2007Java EE 5 provides all the features you need to build a robust enterprise application right in an EJB 3.0 container, but incorporating the relative strengths of Spring and Hibernate can further improve the productivity and quality of your application.
Leveraging EJB Timers for J2EE Concurrency
February 12, 2007Improve the performance of your J2EE applications by using a concurrency approach that takes advantage of the inherent thread pool management of EJB timers.
Unit Test Secured EJBs in Production
June 19, 2006Unit testing EJBs that are secured through permissions is complex. Learn how to unit test secured EJBs and EJB-based applications in the same production environment without needing to switch off the permission settings.
A Whole Lot of Open Goin' On
May 16, 2006Sun came a lot closer to a promise of open sourcing Java on the first day of JavaOne this year, but meanwhile plenty else is finding its way to the community. Find out about where Java is going in Mustang and Dolphin, what was hot at NetBeans Day, what you can get today in the Java EE 5 edition, and why Borland, among many others, is talking a lot about supporting the heterogeneous open source stack.
Discover Seam and Sew Up Your Java Projects Faster than Ever
April 24, 2006In the tradition of Spring, JBoss offers Seam, which uses a declarative state model, extensive use of annotations, and two-way dependency injection to make automation of huge portions of your complex Java EE apps not just possible, but downright sensible.
Banish Your Resistance to Persistence with the EJB 3.0 Persistence API
December 19, 2005With the 3.0 version of EJB, Java's guardians have endeavored to make persistence a gentler beast that borrows the best from other ORM frameworks that have long curried favor with the community. Now, learn how to use the new spec, along with JBoss and Maven, to persist Java objects to a relational database.
Java EE 5.0: Towards Ease of Development
October 13, 2005Any J2EE developer knows how hard enterprise Java can be. Find out how the set of new Java EE 5.0 features, such as Web services support, annotations, and enhanced CMP, can make it easier.
An Introduction to Antipatterns in Java Applications
September 6, 2005Just as design patterns provide a way to communicate concisely about desired software practices, antipatterns provide the equivalent advantages for communicating undesirable practicesand here's a set of common antipatterns to get you started.
Migrate Your J2EE Apps from EJB to Hibernate
April 20, 2005You've decided to switch from EJB to Hibernate for persistence in your J2EE applications, but you don't know what to do with your existing EJB tier. Learn how a few decisions upfront, some simple ground rules, and design patterns can smooth the transition.
1 - 20 of 45
Previous
Next
Intel ended its sponsorship of Go Parallel on DevX as of January 1, 2009; however, DevX will continue to bring you news, information and programming insights on parallel and multi-core program development across all development platforms. Be sure to bookmark this page and check back often. |