RE: JDK1.4.2 Version

2006-07-11 Thread Ramkumar.Sakthivel
Hi, I don't think 1.4.2 has got a naming. It started from 1.5 (Tiger) and SE6 "Mustang", 7 "Dolphin" Thanks and Regards, S.Ramkumar Associate Consultant - Investment Banking PrimeSourcing(tm) "Add Value Reduce Risk" i-flex solutions limited, Bangalore Ph:+ 91-80- 22086000/57596000- extn 6873 E-

RE: hibernate

2006-05-06 Thread Ramkumar.Sakthivel
Hi, http://www.gloegl.de/5.html will give you a jump start on hibernate. Thanks and Regards, S.Ramkumar Associate Consultant - Investment Banking PrimeSourcing(tm) "Add Value Reduce Risk" i-flex solutions limited, Bangalore Ph:+ 91-80- 22086000/57596000- extn 6873 E-Mail:[EMAIL PROTECTED] ---

RE: tiles

2006-05-03 Thread Ramkumar.Sakthivel
Hi, http://www.roseindia.net/struts/struts_tiles.shtml will give you a good start for tiles. Also try downloading Struts Live PDF from the serverside.com Thanks and Regards, S.Ramkumar Associate Consultant - Investment Banking PrimeSourcing(tm) "Add Value Reduce Risk" i-flex solutions limited

RE: Struts newbee

2006-04-06 Thread Ramkumar.Sakthivel
Hi, You cannot have two action forms associated with one action. I suggest you use nested beans in your action form. HTH. Thanks and Regards, S.Ramkumar Associate Consultant - Investment Banking PrimeSourcing(tm) "Add Value Reduce Risk" i-flex solutions limited, Bangalore Ph:+ 91-80- 22086000/5

RE: Struts UTF-8

2006-01-17 Thread Ramkumar.Sakthivel
Yes, you can. Check http://www.manning.com/books/husted Also try searching http://www.theserverside.com for Free copy of Struts Live. Thanks and Regards, S.Ramkumar Associate Consultant - Investment Banking PrimeSourcing(tm) "Add Value Reduce Risk" i-flex solutions limited, Bangalore Ph:+ 91-8

RE: Struts UTF-8

2006-01-17 Thread Ramkumar.Sakthivel
You can begin with Struts in action. You can also download example web app from the struts web app. http://www.learntechnology.net/ http://struts.sourceforge.net/community/examples.html Thanks and Regards, S.Ramkumar Associate Consultant - Investment Banking PrimeSourcing(tm) "Add Value Red

RE: which one is best for DATA PERSISTENCE

2006-01-10 Thread Ramkumar.Sakthivel
Hi, I would suggest you begin with iBATIS. http://ibatis.apache.org Thanks and Regards, S.Ramkumar Associate Consultant - Investment Banking PrimeSourcing(tm) "Add Value Reduce Risk" i-flex solutions limited, Bangalore Ph:+ 91-80- 22086000/57596000- extn 6873 E-Mail:[EMAIL PROTECTED] -O

RE: simple struts example : HTTP 404

2006-01-05 Thread Ramkumar.Sakthivel
Dave, We put tools.jar under TOMCAT_COMMON\lib folder and it started working. Thanks and Regards, S.Ramkumar Associate Consultant - Investment Banking PrimeSourcing(tm) "Add Value Reduce Risk" i-flex solutions limited, Bangalore Ph:+ 91-80- 22086000/57596000- extn 6873 E-Mail:[EMAIL PROTECTED]

RE: simple struts example : HTTP 404

2006-01-05 Thread Ramkumar.Sakthivel
Hi All, The problem is resolved. Thanks a lot for all your input. Thanks and Regards, S.Ramkumar Associate Consultant - Investment Banking PrimeSourcing(tm) "Add Value Reduce Risk" i-flex solutions limited, Bangalore Ph:+ 91-80- 22086000/57596000- extn 6873 E-Mail:[EMAIL PROTECTED] -Origin

RE: Displaying applets

2004-12-22 Thread Ramkumar.Sakthivel
Hi Jay, You can have an applet client, which talks to struts on the server side and displays the values. In this case, your client GUI should be applet and from the applet, you can communicate with struts action class. Use DTO's as data carriers between the client and Servlets. Try searching for a