RE: Where to put the business logics?

2004-09-21 Thread sridhar ramalingam
Mastering Enterprise JavaBeans by Ed Roman, Scott W. Ambler and Tyler Jewell. I have been reading this book, it is a good book for beginners. Sridhar -Original Message- From: PC Leung [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 21, 2004 7:04 AM To: Struts Users Mailing List Subjec

RE: connection pooling

2004-08-16 Thread sridhar ramalingam
Saurabh, If you want to do some kind of initialization when your server starts up, you can implement the org.apache.struts.action.PlugIn interface and override the init() method to do your initialization. Check Logon example application, org.apache.struts.webapp.example.memory.MemoryDatabasePlugIn.

RE: Caching Framework

2004-08-16 Thread sridhar ramalingam
Ravi, Take a look at the logon example again, org.apache.struts.webapp.example.memory.MemoryDatabasePlugIn.java. Regards, Sridhar -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, August 13, 2004 6:54 AM To: [EMAIL PROTECTED] Subject: RE: Caching Framewo

Nested tags...

2004-08-13 Thread sridhar ramalingam
Hi All, I'm trying to achieve the following... But, I'm getting this error... Unterminated user-defined tag: ending tag not found or incorrectly nested Please help me find a work around to this. Regards, Sridhar