Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I am somebody who went to PHP from Java and J2EE and I love both the languages. Both have their own strengths. </p> <p>Since you already are a programmer and are aware of fundamental programming concepts I will say invest some time with the official Java tutorial and you will learn a lot of Java in very less time. And many of the tutorials are written by experienced programmers like Joshua Bloch. </p> <p><strong>Core Java</strong></p> <p>To learn Core Java: <a href="http://download.oracle.com/javase/tutorial/java/index.html" rel="nofollow">http://download.oracle.com/javase/tutorial/java/index.html</a></p> <p>Essential Java Classes: <a href="http://download.oracle.com/javase/tutorial/essential/index.html" rel="nofollow">http://download.oracle.com/javase/tutorial/essential/index.html</a></p> <p>Collections: <a href="http://download.oracle.com/javase/tutorial/collections/index.html" rel="nofollow">http://download.oracle.com/javase/tutorial/collections/index.html</a></p> <p>JDBC Database Access: <a href="http://download.oracle.com/javase/tutorial/jdbc/index.html" rel="nofollow">http://download.oracle.com/javase/tutorial/jdbc/index.html</a></p> <p><strong>On J2EE:</strong></p> <p>I would suggest start with setting up tomcat and learn Servlets and JSP first then move on to Spring and Hibernate.</p> <p>For Servlets and JSP:</p> <p>Head First Servlets and JSP. Though this one is more geared towards SCWCD exam.</p> <p><strong>Spring and Hibernate:</strong> </p> <p>I kind of learned from here and there. But haven't really coded in it since last 2 years so quite a few things must have changed. Back then we wrote so much XML for Spring that it felt like I was coding in XML rather than Java. :) I hear with annotations a lot of things have changed. </p> <p>Also investing time to use either Eclipse or Netbeans will be really helpful. </p> <p>I hope that helps.</p> <p>Pritam.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload