Archive for the J2EE Category
December 29, 2009
J2EE, java
If you want to update your Eclipse platform and your machine is behind a proxy, then you need to set your network proxy in order for you Eclipse to download the updates.
You can set the proxy as follows
1- Go to window > preferences
Read More
December 20, 2009
J2EE, Tutorial
Pre-Requisites
- Eclipse : I am using Eclipse 3.4 (Ganymede) for this application. You can download the latest version from here
- Tomcat : download from here
Level: beginners
This application is for newbie how want to start java web development. In this application we will create a web application in Eclipse platform and the application will be deployed on Tomcat web server. This application will only show some output on the JSP page.
Lets start with our application
Read More
December 17, 2009
J2EE, Tutorials
Java Hello World Web Application in MyEclipse
1- Open MyEclipse
2- Click on menu File > New > Web Project

Read More