I am working on a struts project which I am new to. I have the background in jsp, servlets and understanding of j2ee.
Is there any good sample struts sample project I can download and learn?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Forget learning from samples. I’ve seen Struts samples ranging from incomplete to complete, from very bad to very good. If you are new to Struts, chances are you will end up learning lots of bad practices that you will introduce in the project later to see that you did it wrong.
My suggestion would be to learn from a book. One that I personally liked was Jakarta-Struts Live:
It’s relatively small (~270 pages, as opposed to your average IT book at ~700) and introduces you to most of the components you will use in day to day. Explanations are good and to the point.
Check it out if you can. If I’m not mistaken, it’s freely available online.