Java


INTRODUCTION TO JAVA

History


Java is a programming language created by James Gosling from Sun Microsystems (Sun) in 1991. The first publicly available version of Java (Java 1.0) was released in 1995.
Sun Microsystems was acquired by the Oracle Corporation in 2010. Oracle has now the steermanship for Java.
Over time new enhanced versions of Java have been released. The current version of Java is Java 1.7 which is also known as Java 7.
From the Java programming language the Java platform evolved. The Java platform allows software developers to write program code in other languages than the Java programming language which still runs on the Java virtual machine. The Java platform is usually associated with the Java virtual machine and the Java core libraries.

Java Runtime Environment vs. Java Development Kit


A Java distribution typically comes in two flavors, the Java Runtime Environment (JRE) and the Java Development Kit (JDK).
The Java runtime environment (JRE) consists of the JVM and the Java class libraries. Those contain the necessary functionality to start Java programs.
The JDK additionally contains the development tools necessary to create Java programs. The JDK therefore consists of a Java compiler, the Java virtual machine and the Java class libraries.



J2EE Links

1)Introduction to J2EE
2)Introduction to Java Servlets
3) Installing Application Server PE
4) Creating path and class path
5) How servlets work
6) Methods used in servlets
7) Installing tomcat
8) Configuring apache tomcat as a server
9) what is container
10) Simple web application using jsp
11) Introduction to JSP
12)Creating a simple calculator using html and jsp
13)Creating a simple login form using HTML and JSP
14)How to connect to a mysql database in java web applications
15)getting data to table in to a jsp file from a database
16)producing a report using JSP and java
19) File upload form using html and jsp

No comments:

Post a Comment