Results 1 to 8 of 8
Thread: Jsp
- 12-03-2011, 10:15 PM #1
Member
- Join Date
- Dec 2011
- Posts
- 7
- Rep Power
- 0
- 12-15-2011, 02:09 PM #2
Member
- Join Date
- Aug 2011
- Location
- INDIA
- Posts
- 64
- Rep Power
- 0
Re: Jsp
its up to you dear whether you think you have knowledge to begin with.I too passed from the time you are going through and I myself began recently .what we can do is continue java practice along with jsp learning and practicing to understand it better .
I can and I will.gif)
- 12-15-2011, 02:42 PM #3
Moderator
- Join Date
- Apr 2009
- Posts
- 10,476
- Rep Power
- 16
Re: Jsp
Start with servlets.
- 12-16-2011, 05:55 AM #4
Member
- Join Date
- Aug 2011
- Location
- INDIA
- Posts
- 64
- Rep Power
- 0
Re: Jsp
is servlet is necessary to to begin before jsp?i began jsp first .does it matters??
I can and I will.gif)
- 12-16-2011, 09:36 AM #5
Moderator
- Join Date
- Apr 2009
- Posts
- 10,476
- Rep Power
- 16
Re: Jsp
JSPs were a solution to a problem with servlets (that is the awkwardness of doing HTML in a servlet). They were intended for displaying data. Learning them first tends to result in people putting lots of code into them, and that is a bad habit to get into.
Learning Servlets first gets you into the habit of coding business logic where it should be...and you'll also appreciate JSPs and tags when you get onto them. I'm not saying avoid JSPs, but you ought to learn servlets at the same time as a minimum.
- 12-16-2011, 09:56 AM #6
Member
- Join Date
- Aug 2011
- Location
- INDIA
- Posts
- 64
- Rep Power
- 0
Re: Jsp
thanks Tolls. i appreciate your suggestions and would try to implement the same
I can and I will.gif)
- 12-16-2011, 01:42 PM #7
Moderator
- Join Date
- Apr 2009
- Posts
- 10,476
- Rep Power
- 16
Re: Jsp
I've noticed a lot of courses (or maybe it's just schools) seem to start with JSPs, and it's incredibly frustrating to see the habit get ingrained so early on.
It's a bit of a bugbear for me...:)
- 12-16-2011, 01:44 PM #8
Member
- Join Date
- Aug 2011
- Location
- INDIA
- Posts
- 64
- Rep Power
- 0


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks