Re: Re: Dummy example Struts 2.0 - My Sql

2008-11-26 Thread stewart
I will be out of the office, and mostly without email access, until Dec 1. Please contact the One World office, 605-845-7172, with any general needs, and Danny Nickels, [EMAIL PROTECTED], at the same number, for any technical or integration issues. If this is an emergency, please feel free to c

Re: Dummy example Struts 2.0 - My Sql

2008-11-26 Thread Carlos Iglesias
Thanks for answering so quickly... I'll try 2008/11/26 Rajil <[EMAIL PROTECTED]> > Hi. > > Use struts-blank.war > > Create your action classes and required beans. > > You can create your ConnectionManager class that returns connection when > requested. > > Code Action to interact with database,

RE: Dummy example Struts 2.0 - My Sql

2008-11-26 Thread Rajil
Hi. Use struts-blank.war Create your action classes and required beans. You can create your ConnectionManager class that returns connection when requested. Code Action to interact with database, take connection from your connectionManager class. This is as simple as you write in simple servlet