• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Want to Learn Struts

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Actually I want to learn struts. It is totally core for me. Someone told me that it has two version or type strust 1 or strust 2. Which should i learn strust1 or strust2. Please suggest me good book for that also. One more thing, is it mandatory that for learning complete strust i have to frist learn strust1 then strust 2 or i can direct learn strust 2.

Thank in advance
 
Ranch Hand
Posts: 2908
1
Spring Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
First of all you should learn the correct spelling of "Struts", and not "Strust" and as it is repeated multiple time in your post, I don't think its mistake. Second, you can learn Struts 2 directly, S1 and S2 are two different version which has merely any relation with each other (though both follow MVC2) and I'm not supposed to suggest you good book, because myself has no knowledge of it.
 
ratan lal
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear Sagar Rohankar,

Thank you very much for your reply and telling to me my spelling mistake in struts word. Which Struts should i learn S1 or S2 job point of view. If i learn S2 directly without any knowledge of S1, will in interview they not ask question related to S1.


With Regards
 
Sheriff
Posts: 9707
43
Android Google Web Toolkit Hibernate IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

ratan lal wrote:Which Struts should i learn S1 or S2 job point of view. If i learn S2 directly without any knowledge of S1, will in interview they not ask question related to S1.


Struts 2 is much more advanced than Struts 1, so I would say that you learn Struts 2. No prior knowledge of Struts 1 is required to learn Struts 2. If you go for a job where they require you to know Struts 2, they won't ask you any questions from Struts 1, and if they ask any Struts 1 question, you can say that you learned Struts 2 directly, that shouldn't hurt your job prospects...
 
Sagar Rohankar
Ranch Hand
Posts: 2908
1
Spring Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
And I can't say anything about book, but to get started, Struts Project site is there.
 
Ankit Garg
Sheriff
Posts: 9707
43
Android Google Web Toolkit Hibernate IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The Struts FAQ has a list of books on both Struts 1 and 2...
 
Ranch Hand
Posts: 5575
Eclipse IDE Windows XP Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Sagar Rohankar wrote:S1 and S2 are two different version which has merely any relation with each other (though both follow MVC2)



Hi Sagar,

By the way : there is nothing called MVC2 .infact Design2 pattern is called as MVC not MVC2
 
Sagar Rohankar
Ranch Hand
Posts: 2908
1
Spring Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

seetharaman venkatasamy wrote:

Sagar Rohankar wrote:S1 and S2 are two different version which has merely any relation with each other (though both follow MVC2)


there is nothing called MVC2 .infact Design2 pattern is called as MVC not MVC2


Yes, I mixed up the two terms: JSP Model 2 & MVC.
http://struts.apache.org/1.3.10/userGuide/introduction.html#history

Thanks, I corrected my post.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic