| Author |
What to do next?
|
Sahil Reddy
Ranch Hand
Joined: Jan 24, 2011
Posts: 143
|
|
Hello Pals
I have done Core java especially from "Head First Java" book. I have done SCJP too... I want to move my skills ahead in JAVA World but dont know exactly how to move ahead from this...
With so many technologies and Frameworks , could you please tell me the path to follow to learn the latest in market.
Should i pick up "Head first Servlets and JSP" as a next step ??? or "JDBC" stuff....???
Regards
|
 |
vinayak jog
Ranch Hand
Joined: Apr 01, 2011
Posts: 76
|
|
|
Go for the Struts framework its easy to learn and have good market
|
 |
Shanky Sohar
Ranch Hand
Joined: Mar 17, 2010
Posts: 1046
|
|
Before learning any framework.
I think you should go to servelts,jsp and jdbc..
Once proficency gained then go for framework..
|
SCJP6.0,My blog Ranchers from Delhi
|
 |
Aniruddh Joshi
Ranch Hand
Joined: Jul 29, 2008
Posts: 275
|
|
options
a) Learn how the servlet container works.
b) Prepare and take SCJD, this way you'll learn to apply java.
c) Work on java
|
Anrd
"One of the best things you could do is to simplify a larger application into a smaller one by reducing its process and complexity - Fowler"
|
 |
Sahil Reddy
Ranch Hand
Joined: Jan 24, 2011
Posts: 143
|
|
Thankyou all..
|
 |
Sahil Reddy
Ranch Hand
Joined: Jan 24, 2011
Posts: 143
|
|
Could anyone please also refer Books for servlets, jsp and jdbc too...
How is Head first servlets and jsp ???
Where from i can learn jdbc ?
Where from struts framework ??
|
 |
Sahil Reddy
Ranch Hand
Joined: Jan 24, 2011
Posts: 143
|
|
Just to make ensure....
I have heard that now a days everything is done using "Spring" and "Hibernate" . so there is no need to learn servlets, jsp , jdbc.
How much it is true ???
Regards
|
 |
aaliyah dcunha
Greenhorn
Joined: May 31, 2011
Posts: 10
|
|
Shanky Sohar wrote:Before learning any framework.
I think you should go to servelts,jsp and jdbc..
Once proficency gained then go for framework..
I fully agree with Shanky Sohar, this is really true.
|
http://www.chevroletbeat.net/
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32694
|
|
Welcome to the Ranch aaliyah dcunha
|
 |
Mike Zal
Ranch Hand
Joined: May 04, 2011
Posts: 144
|
|
Sahil Reddy wrote:Just to make ensure....
I have heard that now a days everything is done using "Spring" and "Hibernate" . so there is no need to learn servlets, jsp , jdbc.
How much it is true ???
Regards
Spring and Hibernate are frameworks that are designed to accomplish some goal by less code. Hibernate uses JDBC to interact with a database. If you do not understand how JDBC works, then you will have trouble understanding the Hibernate framework. It would be like trying to learn Calculus before learning Algebra.
I would suggest working with some JDBC tutorials that you find online. It is easy to work with/understand, but the most difficult part is setting up the database.
I would suggest going through the Head First Servlets and JSP book since it is the golden standard for learning Servlets and JSP. It is worth the money because any tutorial you find online with not be as complete or easy to understand.
|
OCJP6, OCWCD5
|
 |
 |
|
|
subject: What to do next?
|
|
|