Spring
-
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 » -
Enterprise Java
JAXB Custom Binding – Java.util.Date / Spring 3 Serialization
JaxB can handle Java.util.Date serialization, but it expects the following format: “yyyy-MM-ddTHH:mm:ss“. What if you need to format the date…
Read More » -
Enterprise Java
Make your Spring Security @Secured annotations more DRY
Recently a user on the Grails User mailing list wanted to know how to reduce repetition when defining @Secured annotations.…
Read More » -
Enterprise Java
REST CXF for Spring JPA2 backend
In this demo, we will generate a REST/CXF application with spring/jpa2 backend. This demo presents the track REST-CXF of minuteproject.…
Read More »