|
What should be my learning path:
A)
- Learn Core Java
- The Core Java Technology is the foundation of Java Platform of JSE. It is
used in all classes of Java programming from desktop to Java Enterprise
Edition. This include Java APIs, Java Application, JVM, JavaBeans,
JavaScript, JSP etc.
- Learn JSP
- JSP technology assists developers in generating HTML, XML web pages. It
uses Java code and some predefined actions while creating web content. This
helps in the creation of JSP tag libraries that acts as extensions to HTML
and XML tags.
- Learn Servlets
- In a Java Platform, Servlets assists developers in adding content to a web
server. Servlets with Java server pages acts as a competitor to various
dynamic web content technologies like CGI, ASP.NET, JavaScript
etc.
- Learn about Tomcat and other servers
- Developed by Apache Software Foundation Tomcat is a Java based web
application server used to run Servlet and JSP. It is not merely limited to
application server and provides an open platform to develop extensible web
and content management service.
- Learn Open Source technologies (Struts,
Hibernate, Spring) -
Basically in Java there are three open source technologies known as
frameworks; these are Spring, Hibernate and Struts. These open source
application frameworks solves many problems related to JSE and J2EE, and
helps in effective development of web application.
- Learn
EJB - Enterprise Java Beans are a part
of J2EE and also a server sided component used mostly in large projects. It
helps in easy and rapid development of distributed, transactional and small
application based on Java technology.
- Learn about Database Management System
- It is a software designed to manage and run a database. Generally, it is
used in company back office work, accounting, customer support system and
several other purposes.
(B)
How do I get started? How do i get Java Certification ?
Check here for one of the Best Online Java Tutorials and Get Certified...
Free Java Programming with Passion! Online Course
(C)
Java tutorial for beginners - Introduction
The following tutorials will introduce you to Java programming Language. In order to learn Java, the first thing that you would need to do is to download the Java Development Kit (JDK) from Sun WebSite
CLICK HERE for Java tutorials for beginners
|