943,553 Members | Top Members by Rank

Ad:
  • JSP Discussion Thread
  • Unsolved
  • Views: 1946
  • JSP RSS
Mar 20th, 2007
0

JSP learning process

Expand Post »
I am learning JSP can anyone tell me how shall i proceed with JSP

I mean what should be sequence of things that will make learning convinent for me

Please do suggest me which kinda aaplication i should make in JSP........some ideas

I have done core java and servlets
Similar Threads
Reputation Points: 10
Solved Threads: 2
Junior Poster in Training
staneja is offline Offline
63 posts
since Dec 2006
Mar 20th, 2007
0

Re: JSP learning process

hi me tooi am learning jsp but i am haviong big porblem simply because i havent done java before.
Reputation Points: 11
Solved Threads: 1
Junior Poster
anastacia is offline Offline
142 posts
since Nov 2004
Mar 21st, 2007
0

Re: JSP learning process

Quote ...
I mean what should be sequence of things that will make learning convinent for me
Get a GOOD book. "Head First Servlets and JSP" is a good place to start, followed by "Java Server Pages, 3rd edition" (do NOT go for an previous edition or you get outdated knowledge) .

http://www.oreilly.com/catalog/headservletsjsp/
http://www.oreilly.com/catalog/jserverpages3/

Quote ...
Please do suggest me which kinda aaplication i should make in JSP
The web frontend for any serverside application written in Java.

Quote ...
hi me tooi am learning jsp but i am haviong big porblem simply because i havent done java before.
Then you should start learning Java first, unless you don't plan on doing anything but web frontends for things other people write.
You don't NEED to know Java to write modern JSP, as you should NEVER have to use scriptlet code. And if you never need to write the servlets and other classes delivering the data to the JSPs, you will never see a line of Java code if you do the job properly.
Team Colleague
Reputation Points: 1658
Solved Threads: 331
duckman
jwenting is offline Offline
7,719 posts
since Nov 2004
Mar 21st, 2007
0

Re: JSP learning process

Well thanks for the reply

but i already know Java and Servlets and i just asked structure in which i should learn JSP

i think you didnt got my question

I am aksing how shall i proceed with my learning

like first i should do Custome tags or Scriptlets or something else
Reputation Points: 10
Solved Threads: 2
Junior Poster in Training
staneja is offline Offline
63 posts
since Dec 2006
Mar 21st, 2007
0

Re: JSP learning process

NEVER use scriptlets.
Custom tags are hardly ever needed (pretty much reserved for framework developers now that JSTL and JSF are here), at least when it comes to creating them.

Concentrate on learning proper application design (and the books should help with that).

You might also study Spring, which helps a lot towards getting a proper design in place.
Wicket is also getting a decent following.

Bypass Struts, it's old and tired and by now recognised to be not all that good.
Team Colleague
Reputation Points: 1658
Solved Threads: 331
duckman
jwenting is offline Offline
7,719 posts
since Nov 2004

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in JSP Forum Timeline: variable Initialisation in JSP
Next Thread in JSP Forum Timeline: Hi, All





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC