Sangeetha S
8 articles
Enterprise Java
CDI and EJB 3.1: Complementary Technologies in the Java EE 6 Platform
Sangeetha S - 0
Contexts and Dependency Injection (referred to as CDI) is a new specification feature introduced in Java EE 6 Platform. This was earlier referred to...
Web-based Java
Spring 3.0 Support for RESTful Web Services
Sangeetha S - 0
Although RESTful functionality was added to the Spring MVC framework quite early through annotations and other API features, support for RESTful Web services came...
EJB
EJB 3.1: The EJB Application Gets Simpler, More Flexible
Sangeetha S - 0
The Enterprise JavaBeans (EJB) 3.0 specification made the developer's life easier with simplicity-focused initiatives such as removing the home interface and ease-of-development features such...
Web-based Java
JSF 2.0 Bean Validation and Dependency Injection
Sangeetha S - 0
Data validation is such a common functionality in different tiers of Java applications that JSR 303 - bean validation, part of Java EE 6,...
Web-based Java
Inside JSF 2.0’s Ajax and HTTP GET Support
Sangeetha S - 0
Unlike previous releases of JavaServer Faces (JSF), JSF 2.0 supports HTTP GET requests and full Ajax integration. JSF 1.x releases sent all server requests...
Web-based Java
JSF 2.0: Creating Composite Components
Sangeetha S - 0
The new release of JavaServer Faces, JSF 2.0, is a major release for the specification. This newest version of the Java component UI framework...
Web-based Java
JSF 2.0: Annotations, New Navigation Eliminate XML Configuration
Sangeetha S - 0
JavaServer Faces 2.0 is a major release for the specification. This latest version of the Java component UI framework for building dynamic pages, which...
Web-based Java
JSF 2.0 Views: Hello Facelets, Goodbye JSP
Sangeetha S - 0
JavaServer Faces (JSF) is a Java component UI framework for building dynamic pages for a web application. JSF technology provides an API for creating,...