Hi Inandjo, Basically the Struts uses a ActionServlet which should work in every servlet container compatible with 2.3 or at least 2.2 spec. Jakarta Struts is tranditionaly locked with Java Server Pages (JSP). There are some patches to get Struts working with XSLT but I never heard from a Velocity template patch.
Other than Turbine Struts does not define any kind of database access. So you can use plain old JDBC, Hibernate, JDO or even Torque. Struts referer to Turbine Actions and you can use some of the various other framworks for Layouting (Page/Screen concepts in Turbine). To get an idea view http://struts.apache.org/userGuide/index.html consult and ask question on the struts mailing list. Bye Toby > -----Urspr�ngliche Nachricht----- > Von: Inandjo Taurel [mailto:[EMAIL PROTECTED] > Gesendet: Sonntag, 18. Juli 2004 02:06 > An: [EMAIL PROTECTED] > Betreff: How to export tdk applications to struts? > > > hi, i am a newbie to structs, but rather well seasoned on Tdk 2.1. > I would like to know how to operate to so as to use struts in > my tdk2.1 > apps, and using velocity. > Are there any issues regarding database access, and how good does it > integrate to tomcat 4 and tomcat 5? > > _________________________________________________________________ > Help STOP SPAM with the new MSN 8 and get 2 months FREE* > http://join.msn.com/?page=features/junkmail > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
