• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Half knowledge about programmin(core java...) so is it ok to take up projects which involves JSP

 
Ranch Hand
Posts: 1087
Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Half knowledge about programmin(core java...) so is it ok to take up projects which involves JSP.....will my personal experience upgrade me or should i first complete reading all the books word by word..

 
Ranch Hand
Posts: 343
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Vishal Hegde wrote:Half knowledge about programmin(core java...) so is it ok to take up projects which involves JSP.....will my personal experience upgrade me or should i first complete reading all the books word by word..



If you don't start until you have read all the books on the subject word for word you will never start.

Cheers!

Luke
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
As modern JSPs have no Java code within them, Java isn't necessarily a JSP issue. However, JSPs are useless without the servlets and beans to back them up. So if your Java knowledge is enough to get you going with servlet and bean technology, I see no reason not to dive in.

Be sure to learn modern and best practices.
 
Vishal Hegde
Ranch Hand
Posts: 1087
Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Luke Kolin wrote:

Vishal Hegde wrote:Half knowledge about programmin(core java...) so is it ok to take up projects which involves JSP.....will my personal experience upgrade me or should i first complete reading all the books word by word..



If you don't start until you have read all the books on the subject word for word you will never start.

Cheers!

Luke



I have read aroung 600 pages and now dont get time to read the rest...wouldnt the practical experience help me out?
 
Ranch Hand
Posts: 1061
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ermm, you don't try out what you are reading?
That should be normal with IT books.
 
Vishal Hegde
Ranch Hand
Posts: 1087
Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Chris Baron wrote:Ermm, you don't try out what you are reading?
That should be normal with IT books.



Yes for instance iam reading Collections and understanding the concept from SCJP6 ,but not trying to implement it on my pc as i only knw a few basic
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic