JSP learning process

Reply

Join Date: Dec 2006
Posts: 56
Reputation: staneja is an unknown quantity at this point 
Solved Threads: 1
staneja's Avatar
staneja staneja is offline Offline
Junior Poster in Training

JSP learning process

 
0
  #1
Mar 20th, 2007
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
Reply With Quote Quick reply to this message  
Join Date: Nov 2004
Posts: 140
Reputation: anastacia is an unknown quantity at this point 
Solved Threads: 1
anastacia's Avatar
anastacia anastacia is offline Offline
Junior Poster

Re: JSP learning process

 
0
  #2
Mar 20th, 2007
hi me tooi am learning jsp but i am haviong big porblem simply because i havent done java before.
:lol: I am not one of those who wait for things to happen, :p but one of those who make things happen ;)
Reply With Quote Quick reply to this message  
Join Date: Nov 2004
Posts: 6,143
Reputation: jwenting is just really nice jwenting is just really nice jwenting is just really nice jwenting is just really nice 
Solved Threads: 212
Team Colleague
jwenting's Avatar
jwenting jwenting is offline Offline
duckman

Re: JSP learning process

 
0
  #3
Mar 21st, 2007
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/

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

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.
As people are clearly allowed to attack me but I'm not allowed to defend myself, I no longer post to this site.
Reply With Quote Quick reply to this message  
Join Date: Dec 2006
Posts: 56
Reputation: staneja is an unknown quantity at this point 
Solved Threads: 1
staneja's Avatar
staneja staneja is offline Offline
Junior Poster in Training

Re: JSP learning process

 
0
  #4
Mar 21st, 2007
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
Reply With Quote Quick reply to this message  
Join Date: Nov 2004
Posts: 6,143
Reputation: jwenting is just really nice jwenting is just really nice jwenting is just really nice jwenting is just really nice 
Solved Threads: 212
Team Colleague
jwenting's Avatar
jwenting jwenting is offline Offline
duckman

Re: JSP learning process

 
0
  #5
Mar 21st, 2007
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.
As people are clearly allowed to attack me but I'm not allowed to defend myself, I no longer post to this site.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:




Views: 1683 | Replies: 4
Thread Tools Search this Thread



Tag cloud for JSP
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC