Monday, 21st June 2010
The new frontier for learning Java

Category:Java EE

From WikiJava

Jump to: navigation, search

The Java Enterprise Edition (Java EE) is built on the foundation of Java Standard Edition (Java SE).

Java Enterprise Edition is the industry standard for implementing enterprise and service oriented architecture (SOA) and next-generation web applications.

Java EE allows you to develop easily and quickly complex enterprise solutions by using one or more of its component frameworks.

The latest version of Java EE can be downloaded at the sun site.

To get started with Java EE we suggest to follow this path:

  1. start with learning the basics of HTML, which is the language of the WEB. This is necessary basis for any web based application
  2. Some servlets, which will give you a quite good introduction about application servers
  3. connecting and managing databases in order to persist and retrieve the information produced in your programs
  4. some examples about JNDI in order to simplify the access to the resources using the Java Naming and Directory Interface
  5. Struts
  6. Tiles

After following these steps you should be able to produce and deploy good web applications, and be ready for the next steps.

For the next steps we recommend to navigate through the sub categories of Java EE and learn one by one the technologies you are interested into.

Subcategories

This category has the following 8 subcategories, out of 8 total.

A

H

S

S cont.

W

X