• 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

Please give me some advice

 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I just passed SCJP. I would like to do a little practical stuff.
There's too many topics such as Servlet, Jsp, EJB, J2EE. I have no idea where should I start from, and which one is more useful to the future.
Could you please give me some good advice on how to select topic, books, links and so on. It will be save me lot of time.
Thank you very much for your help.
 
Ranch Hand
Posts: 46
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to the java family. The best way in my opinion is to get started from servlets. This will give you a fair idea of server side programming. Also for that you can use books like Techmedia's Developing Servlets, O'rilley's Servlets. But don't try to use their own packages because they are very much specific in nature.
------------------
Vikas Aggarwal
Technology Associate
http://www.vikinsa.com
 
Ranch Hand
Posts: 338
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

You know what is cool?
When someone gives you their home page and you try to goto it and it says Forbidden.

That is my favorite.
Ivey,
I think the best thing is to outline your goal(s). You can't really learn JSP, without learning pretty much how servlets work(at least in theory). Then to really do much of anything you are probably going to pickup some JDBC (and if you are really into it maybe some JNDI). Then to really do it right you are going to want to start putting your code in beans. . . Every area doesn't remain distinctly seperate from the other areas.
The question is what do you want to do? Another approach is try to find a J.O.B. cause I'm sure they'll know what they want you to learn. Also with a year or so on the job, your skills become magnitudes more marketable.
 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I found myself in the same position about 2 months a go. So I decided to get a Java job. Have got one yet as I have only started looking, but most the jobs in the UK want a broad spectrum of Java skills. The most sort after are the J2EE skills, Server side and EJB with bundles of JDBC. All of which can be picked up on this site!
I started by asking a friend to pretend he was a client and to give me a request for a web site. I then proceeded to write a simple college registration site that allowed users to login ona dn retrieve data using Servlets, JSP and JDBC. I used MSSQL7 as the backend.
 
Would anybody like some fudge? I made it an hour ago. And it goes well with a tiny ad ...
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic