May 21, 2012
Hot Topics:
RSS RSS feed

More articles by Sangeetha S

Author name is Sangeetha S. S Sangeetha works as a Senior Technical Architect at the E-Commerce Research Labs at Infosys Technologies. She has over 12 years of experience in design and development of Java and Java EE applications. She has co-authored a book on 'J2EE Architecture' and also has written numerous articles for JavaWorld, java.net and DevX.com. She can be reached at sangeethas@infosys.com.

CDI and EJB 3.1: Complementary Technologies in the Java EE 6 Platform

CDI and EJB 3.1 are complementary technologies for building powerful Web applications on the Java EE 6 platform. Find out how their synergy works. 

Spring 3.0 Support for RESTful Web Services

Spring 3.0 provides Java annotations and classes for creating simple REST-based Web services.

Pessimistic Locking in JPA 2 and Hibernate

JPA version 2 and Hibernate both support pessimistic locking for Java concurrency control, but not in the same way.

Bean Validation in Hibernate and JPA 2

Learn how Hibernate Validator handles Bean validation, and how you can implement it in Hibernate and JPA 2.

Criteria Queries in JPA 2.0 and Hibernate: The APIs Have It

Developer-friendly query languages and API sets are the heart of criteria queries features in JPA 2.0 and Hibernate.

JPA 2.0 Cache Vs. Hibernate Cache: Differences in Approach

Learn the differences between the caching approaches and capabilities of JPA 2.0 and Hibernate.

EJB 3.1: The EJB Application Gets Simpler, More Flexible

EJB application development got easier with the release of EJB 3.1. Find out which new features made that possible.

JSF 2.0 Bean Validation and Dependency Injection

Find out how the bean validation and dependency injection support in JavaServer Faces (JSF) 2.0 simplifies Java web application development.

Inside JSF 2.0's Ajax and HTTP GET Support

JavaServer Faces (JSF) 2.0 supports HTTP GET requests and full Ajax integration, making it easier than ever to build truly dynamic web pages.

JSF 2.0: Creating Composite Components

With the new composite components feature in JavaServer Faces (JSF) 2.0, you can create simple, reusable JSF UI components without touching any Java code or XML configuration files.

JSF 2.0: Annotations, New Navigation Eliminate XML Configuration

The introduction of annotations and the new navigation convention in JavaServer Faces 2.0 essentially make the faces-config.xml file optional.

JSF 2.0 Views: Hello Facelets, Goodbye JSP

In JavaServer Faces (JSF) 2.0, Facelets replace JavaServer Pages (JSP) as the view technology for pages. Find out why that's a very good thing.

Sitemap | Contact Us