J2EE Introduction
Install Java in System
Configuring Java
Install App. Server PE
Configure Server
Install MSSQL Server
Start MSSQL Server
Use Query Analyzer
Install SQL Driver
Configure SQL Driver
About Bookmark
|
Introduction To J2EE
Introduction
|
Early web sites were collections of web pages linked together by Hypertext Markup Language (HTML). Today, websites feature multimedia, e-commerce applications, and other sophisticated web-based applications such as voice over IP and online banking. In addition, there have been advances in web server technologies such as the development of application servers, and dynamic content creation technologies like Java Server Pages (JSP) and Active Server Pages (ASP).
Java Servlets are server side Java programs that require either a Web Server or an Application Server for execution.
1) First you need to download and install the JDK (CLICK HERE for details)
2) Download the server Sun Java System Application Server Platform Edition 8.2 and instal it in the system (CLICK HERE for details)
- To start the server goto Start -> All Programs -> Sun Microsystems -> Application Server PE -> Start Default Server
- To stop the server goto Start -> All Programs -> Sun Microsystems -> Application Server PE -> Stop Default Server
3) Set the PATH and CLASSPATH for java and Sever. (CLICK HERE for details)
( or )
Otherwise Download the server Apach Tomcat and instal it in the system. Here, you need to set the classpath manually. (CLICK HERE for details)
- To start the server goto C:\Program Files\Apache Software Foundation\Tomcat 6.0\bin\tomcat6w.exe and then click the start button
- To stop the server goto C:\Program Files\Apache Software Foundation\Tomcat 6.0\bin\tomcat6w.exe and then click the stop button
|
|
About This J2EE Tutorial website
|
Complete J2EE is explained with examples. Every examples are explained step-by-step about how to deploy and run the following types of projects.
-
Servlets
- JSP
- Stateless Session Bean
- Statefull Session Bean
- Entity Beans
- Enterprise Java Beans (EJB)
- Container Managed Persistence (CMP)
- Bean Managed Persistence (BMP)
- Message Driven Beans
- Also projects like
- EJB Security
- Configure a Data Source with the J2EE Application Server
- And lots more ...
|
Working of Servlets
|
First Download Java SE Development Kit(JDK) and instal it in the system (CLICK HERE for details)
Second Download MSSQL Server 2000 and instal it in the system (CLICK HERE for details)
Third Download Sun Java System Application Server Platform Edition 8.2 and instal it in the system (CLICK HERE for details ) ( or ) Third Download Apach Tomcat and instal it in the system
|
|
Click for Next Topic
|
|
|