| Author |
Requirements for Struts
|
as chhipa
Greenhorn
Joined: Sep 04, 2006
Posts: 26
|
|
Hi everybody, I know java jsp and servlets. Now I want to learn Struts. I want to know whether it is necessary to have knowledge of EJB and Any application server as I don't know both of them. Can any body also suggest any good quikstart book for a newbie. Thank you
|
 |
Cameron Wallace McKenzie
author and cow tipper
Saloon Keeper
Joined: Aug 26, 2006
Posts: 4967
|
|
It sounds like you're building up a strong Java skillset there. No EJBs are needed for a Struts application - no need at all. As far as servers go, you need to be able to deploy a war, so you can buy a WebSphere Server, or you can download a Tomcat server for free. Any environment that runs a Servlet/JSP app will be capable of running a Struts App. If I may suggest, I have a few very simple, multimedia tutorials on Struts on my website. It takes you through creating a Struts app, handling forms with Struts, providing user feedback, and i18n with Struts. There are changes from one version of Struts to another, but this is the hardcore Struts stuff that doesn't change. Check it out: Struts Tutorial: Action Classes, ActionForms, Validation, Feedback and i18n / 110n Cheers! -Cameron McKenzie
|
Author of Hibernate Made Easy, What is WebSphere???, JSF 2.0 Made Easy and the SCJA Certification Guides
|
 |
Brent Sterling
Ranch Hand
Joined: Feb 08, 2006
Posts: 948
|
|
If you know JSP and Servlets then you are 90% of the way there to knowing Struts. Struts (along with the Struts custom tags) is really a fairly thin layer to help out with the more mundane aspects of a JSP/Servlet solution (like populating files on your jsp, validation, page flow and retrieving stuff out of the request). - Brent
|
 |
 |
|
|
subject: Requirements for Struts
|
|
|