CRUD application in JPA
In this section, we are going to learn how to develop a CRUD application in JPA (Java Persistence APIs)..
Hibernate Annotations
Hibernate Annotations: Hibernate needs a metadata to govern the transformation of data from POJO to database tables and vice versa..
Introduction to the Java Persistence API
In this section, we are going to discuss about the Java Persistence API (JPA). It is a part of Java EE5 (Java Enterprise Edition 5) and EJB 3.0 (Enterprise Java Beans 3.0) specification. .
Struts 2 Actions
In this section we will learn about Struts 2 Actions, which is a fundamental concept in most of the web application frameworks..
Deploying Struts and testing struts 2 hello world application
I am assuming that you have already installed ant build tool on your machine.
Struts 2 Guide
This is first example of Struts 2 in this Complete application development tutorial series..
Detailed introduction to Struts 2 Architecture
In the previous section we learned about MVC framework and in this section we will learn about the different components of Struts 2 framework..
Struts 2 configuration files
For developing "Hello World" application you need the following files:
Add the following code snippet into the index.html file..
Introduction to Struts 2
This section provides you a quick introduction to Struts 2 framework. This section we are discussing the new features, struts 2 basics and architecture..
Persistence
The Java Enterprise Edition (J2EE) supports JPA and supply a persistence provider. It uses the following elements to allow persistence management in EJB 3.0..
CRUD application in hibernate annotation
CRUD application in hibernate annotation.