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

RE: learning struts/spring?

2008-01-09 Thread Deepak Kumar
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

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,

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

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

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

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

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

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

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

[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,