Re: learning struts/spring?

2008-01-09 Thread mah bub
thanks a lot guys

On Jan 8, 2008 3:15 PM, Rick Reumann [EMAIL PROTECTED] wrote:

 On Jan 7, 2008 9:15 PM, mah bub [EMAIL PROTECTED] wrote:

 
  is there any nice tutorial which covers the basic with step by step
  examples
  so that i can catch up.
 


 I have several step by step Struts  lessons here:
 http://www.learntechnology.net  Most are for Struts1 but someone provided
 some Struts2 ones as well.

 (Personally, at the moment, I'm a fan of Stripes for new web applications.
 It's simplicity and ease of use really appeals to me.)

 --
 Rick



RE: learning struts/spring?

2008-01-09 Thread Deepak Kumar
Hi,

Good step by step examples are available at:

Struts 2: http://www.roseindia.net/struts/struts2/

Struts 1: http://www.roseindia.net/struts/

Thanks


-Original Message-
From: mah bub [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 09, 2008 6:35 PM
To: Struts Users Mailing List
Subject: Re: learning struts/spring?


thanks a lot guys

On Jan 8, 2008 3:15 PM, Rick Reumann [EMAIL PROTECTED] wrote:

 On Jan 7, 2008 9:15 PM, mah bub [EMAIL PROTECTED] wrote:

 
  is there any nice tutorial which covers the basic with step by step
  examples
  so that i can catch up.
 


 I have several step by step Struts  lessons here:
 http://www.learntechnology.net  Most are for Struts1 but someone provided
 some Struts2 ones as well.

 (Personally, at the moment, I'm a fan of Stripes for new web applications.
 It's simplicity and ease of use really appeals to me.)

 --
 Rick



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: learning struts/spring?

2008-01-08 Thread GF
 is there any nice tutorial which covers the basic with step by step examples
 so that i can catch up.

I think this is the best place to start

http://struts.apache.org/2.x/docs/struts-2-spring-2-jpa-ajax.html

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: learning struts/spring?

2008-01-08 Thread Rick Reumann
On Jan 7, 2008 9:15 PM, mah bub [EMAIL PROTECTED] wrote:


 is there any nice tutorial which covers the basic with step by step
 examples
 so that i can catch up.



I have several step by step Struts  lessons here:
http://www.learntechnology.net  Most are for Struts1 but someone provided
some Struts2 ones as well.

(Personally, at the moment, I'm a fan of Stripes for new web applications.
It's simplicity and ease of use really appeals to me.)

-- 
Rick


Re: learning struts/spring?

2008-01-07 Thread Prajapati Manish Narandas
hi mahbub,

In IT field, we always need to be ready to undergo new technologies so dont
bother
about it and as far as tutorials are concerned,i would like to suggest u to
go through the
website of struts.apache.org because it contains all thing which we need u
just need to manage in finding what u want.

Wish you all the best.

Regards,
Prajapati Manish


On 1/8/08, mah bub [EMAIL PROTECTED] wrote:

 hi everyone,

 hope you are doing well.

 i'm a new comer to the world of web based system development.

 I would like to know should i learn struts (1 or 2) or spring or both of
 them and why?

 is there any nice tutorial which covers the basic with step by step
 examples
 so that i can catch up.

 any fare comments would be appreciated.

 regards,

 mahbub



Re: Learning Struts

2004-04-02 Thread Erik Price
On Apr 1, 2004, at 2:25 PM, Ashi Sharma wrote:

Which are the core technologies (Servlet, XML etc.)
involved in the Struts Framework that a developer
should have knowledge of? Could you also please
mention the level of expertise required in each
technology?
I think if you read the book at http://pdf.coreservlets.com/ you 
should have all the background info you need on the servlet API, JSPs, 
custom tags, and web container basics, and that a logical next step is 
to learn about Struts from there.  (In fact, this is what I recommend 
to nearly all my friends who are Java developers if they are interested 
in doing Java web application development, to read that book first for 
the basics and then learn the Struts framework for best practices).

At least, that is the path that I took.  I think it actually helps to 
go through a phase where you run your head up against a wall with 
scriptlets and an unmanageable number of specialized servlets, because 
then you can appreciate the Struts framework all the more when you 
finally figure out how much work it saves you.



--
Erik Price
http://erikprice.com/







--
Erik Price
http://erikprice.com/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: Learning Struts

2004-04-01 Thread Amit Kumar Sharma
hai ashish,

there is nothing like knowing this or that, but struts mainly uses
servlet.

regards
Amit

-Original Message-
From: Ashi Sharma [mailto:[EMAIL PROTECTED]
Sent: Friday, April 02, 2004 12:55 AM
To: [EMAIL PROTECTED]
Subject: Learning Struts


Which are the core technologies (Servlet, XML etc.)
involved in the Struts Framework that a developer
should have knowledge of? Could you also please
mention the level of expertise required in each
technology?

Regards,
Ashi

=
That which does not kill you, only makes you stronger.

__
Do you Yahoo!?
Yahoo! Small Business $15K Web Design Giveaway
http://promotions.yahoo.com/design_giveaway/

-
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]



Re: Learning Struts

2004-04-01 Thread Jan Normann Nielsen
Ashi Sharma wrote:

Which are the core technologies (Servlet, XML etc.)
involved in the Struts Framework that a developer
should have knowledge of? Could you also please
mention the level of expertise required in each
technology?
 

I would say: Know how to code JavaBeans, a little XML, JSP pages and tag 
libraries. Then read the documentation and/or books. That's what I did.

Best regards,
Jan NIelsen
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Learning Struts

2004-04-01 Thread Nick Wesselman
The biggest problems I've had teaching people struts seem to involve a 
lack of understanding of the servlet API. Attributes and their scopes, 
request forwarding, etc. Also grasping the MVC separation of code is 
important. Ugh I wish Model 1 development were somehow impossible. I 
can't tell you how many headaches I've had dealing with apps developed 
using Model 1 or web developers who've always used it.

Nick

Ashi Sharma wrote:

Which are the core technologies (Servlet, XML etc.)
involved in the Struts Framework that a developer
should have knowledge of? Could you also please
mention the level of expertise required in each
technology?
Regards,
Ashi
=
That which does not kill you, only makes you stronger.
__
Do you Yahoo!?
Yahoo! Small Business $15K Web Design Giveaway 
http://promotions.yahoo.com/design_giveaway/

-
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]


Re: Learning Struts

2004-04-01 Thread James Mitchell
On Thu, 1 Apr 2004, Nick Wesselman wrote:

 The biggest problems I've had teaching people struts seem to involve a
 lack of understanding of the servlet API. Attributes and their scopes,
 request forwarding, etc. Also grasping the MVC separation of code is
 important. Ugh I wish Model 1 development were somehow impossible. I
 can't tell you how many headaches I've had dealing with apps developed
 using Model 1 or web developers who've always used it.

Now now, don't give Model 1 too much of a hard time.  It has it's place.
Some people (like myself) might never know just how good you have it without
having gone the Model 1 route.



 Nick

 Ashi Sharma wrote:

 Which are the core technologies (Servlet, XML etc.)
 involved in the Struts Framework that a developer
 should have knowledge of? Could you also please
 mention the level of expertise required in each
 technology?
 
 Regards,
 Ashi
 
 =
 That which does not kill you, only makes you stronger.
 




-- 
James Mitchell
Software Developer / Open Source Evangelist
EdgeTech, Inc.




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[OT] Re: Learning Struts

2004-04-01 Thread Michael McGrady
There is so much to know and so little that has to be known to get 
started.  The fact is that learning Struts and what you need to know is so 
different from what you need to know to care about Struts in the first 
place.  If you need to use Struts, you should know enough to do it.  Blah, 
blah, blah.  Know what I mean?

At 06:06 PM 4/1/2004, you wrote:
On Thu, 1 Apr 2004, Nick Wesselman wrote:

 The biggest problems I've had teaching people struts seem to involve a
 lack of understanding of the servlet API. Attributes and their scopes,
 request forwarding, etc. Also grasping the MVC separation of code is
 important. Ugh I wish Model 1 development were somehow impossible. I
 can't tell you how many headaches I've had dealing with apps developed
 using Model 1 or web developers who've always used it.
Now now, don't give Model 1 too much of a hard time.  It has it's place.
Some people (like myself) might never know just how good you have it without
having gone the Model 1 route.

 Nick

 Ashi Sharma wrote:

 Which are the core technologies (Servlet, XML etc.)
 involved in the Struts Framework that a developer
 should have knowledge of? Could you also please
 mention the level of expertise required in each
 technology?
 
 Regards,
 Ashi
 
 =
 That which does not kill you, only makes you stronger.
 


--
James Mitchell
Software Developer / Open Source Evangelist
EdgeTech, Inc.


-
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]