Re: Struts 2 Application Approach.

2007-06-04 Thread Josh Vickery
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 04 June 2007 10:53 To: user@struts.apache.org Subject: Struts 2 Application Approach. Hi, I am a newbie to struts2. I am planning to use Struts2 and hibernate in my project. Below is my application flow. .jsp --> Act

RE: Struts 2 Application Approach.

2007-06-04 Thread Al Sutton
. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 04 June 2007 10:53 To: user@struts.apache.org Subject: Struts 2 Application Approach. Hi, I am a newbie to struts2. I am planning to use Struts2 and hibernate in my project. Below is my application flow. .jsp

Struts 2 Application Approach.

2007-06-04 Thread MBP . EDMS
Hi, I am a newbie to struts2. I am planning to use Struts2 and hibernate in my project. Below is my application flow. .jsp --> Action.java(POJO) --> Helper.java --> HibernateUtil.java --> DB Wherein Action.java will do the delegation to Helper class. Helper.java will contai