Spring
-
Enterprise Java
Spring Framework 3.2 M1 Released
SpringSource just announced the first milestone release toward Spring 3.2. The new release is now available from the SpringSource repository…
Read More » -
Enterprise Java
Spring vs Guice: The one critical difference that matters
Spring objects are recognized based on their names It doesn’t matter whether you use XML or Java config, a Spring…
Read More » -
Enterprise Java
RESTEasy Tutorial Part-2: Spring Integration
RESTEasy provides support for Spring integration which enables us to expose Spring beans as RESTful WebServices. …
Read More » -
Enterprise Java
Spring & JSF integration: Select Items
With JSF, to use comboboxes, listboxes and checkboxes, you need to be aware of the javax.faces.model.SelectItem class. A SelectItem represents…
Read More » -
Enterprise Java
Spring & JSF integration: Internationalization and Localization
If you are working on a JSF application that is targeted to multiple languages, you may well be familiar with…
Read More » -
Enterprise Java
Using Tomcat JDBC Connection Pool in Standalone Java Application
This is a guest article from our W4G partner Clarence Ho author of Pro Spring 3 from APress. You may…
Read More » -
Enterprise Java
Distribute Spring Beans in Oracle Coherence
This article shows how to distribute Spring beans by using EntryProcessor and Portable Object Format(POF) features in Oracle Coherence. Coherence…
Read More » -
Enterprise Java
Spring & JSF integration: Converters
When working with any web framework, you invariable run into the need to convert data input by the user from…
Read More »