- Get link
- X
- Other Apps
Developing a Hello World Web application
Creating a dynamic Web project using Eclipse:
- Launch Eclipse and Switch to Java EE perspective.
or
Right click under the project explorer and select Dynamic Web Project as shown in the figure:
- Adding a JSP to the project
Give the name as hello.jsp and select Next. Select Finish on the next screen
- Modify the code of
hello.jspas follows:
- Making hellp.jsp the welcome file
Run and deploy
Deploy the application on the server.
Lunch the application using http://localhost:8080/java-tmz-fist-example/hello.jsp
- Get link
- X
- Other Apps

















Comments
Post a Comment