|
1 - 20 of 21
Previous
Next
Extending Spring Integration Through Channel Adapters
February 6, 2009SpringSource's Spring Integration (SI) framework does not provide an endpoint for message persistence in a database. By writing a custom channel adapter, you can easily integrate database persistence into SI.
The Why and How Behind Listener-Based Dependency Injection
April 2, 2008Listener-based dependency injection builds upon the core concepts of property-based Dependency Injection and offers many of the same benefits. Find out how you can use listener injection to reduce boilerplate code and clearly communicate relationships between POJOs using the Spring framework.
Employ Metadata to Enhance Search Filters
January 31, 2008Discover how to use metadata for pooling information already resident in an application to create a flexible search interface that reduces complexity and increases users' productivity.
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.
Build a Java App Server Foundation for Thick-Client Deployment
June 6, 2006Web 2.0, rich Internet applications, and heavy JavaScript have become the latest rage. But why build a Web application that tries to look and act like a thick client when you can leverage a traditional J2EE/Web application server architecture to easily deploy an actual thick client?
Implement Logging as an Aspect Using Spring's AOP Framework
March 6, 2006Aspect-oriented programming (AOP) enables you to write code for a crosscutting functionality and then apply it declaratively to existing code. Logging is a prime candidate for implementation as an aspect, and Spring offers the AOP framework to get it done.
Spring Your Struts Apps Ahead: The Struts-to-Spring Migration
September 8, 2005Find out what it takes to migrate Struts applications to Spring MVC. You'll learn not only how to transform Struts applications into Spring MVC applications, but also the logical mapping between the two frameworks and how key Struts concepts relate to Spring MVC concepts.
Simplify Your Web App Development Using the Spring MVC Framework
October 11, 2004Struts is in fairly widespread use in the Java world, but the Spring MVC framework promises to provide a simpler alternative to Struts for separating presentation layer and business logic. Learn how to build a simple stock trading Web application using Spring's MVC framework.
1 - 20 of 21
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. |