Re: Need suggestion to get started Struts 2

2011-05-18 Thread Saeed Najahi
best place I've found so far (in addition to the online struts tutorialsand vaannila), give it a try http://www.mkyong.com/tutorials/struts-2-tutorials/ -- -

Re: Need suggestion to get started Struts 2

2011-05-18 Thread Rene Gielen
Hi, in addition to what others said: On 18.05.11 02:57, prashid wrote: > Hi, > > I am new to Java but learning it fast. I have been working in ASP.NET C# for > a long time now. Just want to learn Java EE. > > Just started Strut2 reading online material. Took lots of time to configure > Netbean

Re: Need suggestion to get started Struts 2

2011-05-18 Thread Jeffrey Black
This site may help:   http://www.vaannila.com/struts-2/struts-2-tutorial/struts-2-tutorial.html     From: prashid To: user@struts.apache.org Sent: Wednesday, May 18, 2011 3:56 AM Subject: Re: Need suggestion to get started Struts 2 Thanks for the reply, Yes, I am looking for sample CRUD

RE: Need suggestion to get started Struts 2

2011-05-18 Thread Baubak Gandomi
Hello Prashid, 1. I would say that you should understand how taglibs work/are called, but it goes with the territory. 2. Why don't you check wildcards for this: http://struts.apache.org/2.x/docs/wildcard-mappings.html It is often used for CRUD implementations. 3. I think that the best place is htt

Re: Need suggestion to get started Struts 2

2011-05-18 Thread prashid
Thanks for the reply, Yes, I am looking for sample CRUD application for Struts2 if there is any... I will buy Struts 2 In Action by Manning and give it a try. Any other resources online? How is Struts2 Black Book? -- View this message in context: http://struts.1045723.n5.nabble.com/Need-sugges

Re: Need suggestion to get started Struts 2

2011-05-17 Thread Jeffrey Black
Rashid,   Give the following link a read then kick yourself.   http://struts.apache.org/2.1.8.1/docs/struts-2-maven-archetypes.html   NetBeans can work with Maven projects natively.  After Maven generates your project your project just open it in NB and go. I believe the same is true for IntelliJ