Struts2.2.1 and hibernate integration application
Posted on: March 4, 2011 at 12:00 AM
In this application, you will see how to integrate struts2.2.1 and hibernate.

Struts2.2.1 and hibernate integration application


index.jsp

Description

It is a jsp page.This page is the first page which has hyperlink for "mainpage.action" which concern to the struts.xml.

Code

index.jspADS_TO_REPLACE_1

<html>
<head>
<title>Index page...</title>
</head>
<body>
<p><a href="mainPage.action"> Add Info</a> </p></body>
</html>

Related Tags for Struts2.2.1 and hibernate integration application :

Ads

 
Advertisement null

Ads