Hi everybody. I am studying Java for 8 months. Now I am studying in File handling . I know gui and basic things in java. Now can i start the jsp,that is it is a right time?
Printable View
Hi everybody. I am studying Java for 8 months. Now I am studying in File handling . I know gui and basic things in java. Now can i start the jsp,that is it is a right time?
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 .
Start with servlets.
is servlet is necessary to to begin before jsp?i began jsp first .does it matters??
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.
thanks Tolls. i appreciate your suggestions and would try to implement the same
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...:)
i couldnt catch you Mr tolls. kindly tell me some path to go in jsp/servlets