Submitted by heartin on Thu, 02/20/2014 - 08:45
We will create a simple JSP form and then submit the form with action as another jsp and retrieve the form parameters which are received as request parameters in the second jsp file.
Create a 'Dynamic Web Project'.
Submitted by heartin on Thu, 02/20/2014 - 05:35
Prerequisites
Eclipse itself is a Java program and hence you need to have the Java Virtual Machine (JVM) to use eclipse. If you want to use Eclipse for Java development, as in most cases, you will also need a (Java Development Kit) JDK.
Downloading and installing
Follow these simple steps to download and install Eclipse IDE:
Submitted by heartin on Thu, 02/20/2014 - 05:32
Eclipse is an IDE tool that helps us to develop software. According to the Wikipedia definition, an integrated development environment (IDE) is a software application that provides comprehensive facilities to computer programmers for software development. You can also write code in a text editor and compile and execute from command line; but compared to a text editor, eclipse provides many additional useful features to make the development of software easier and faster. IDE normally consists of a source code editor, build automation tools and a debugger.
Submitted by heartin on Fri, 03/01/2013 - 11:53
Follow the these steps to configure an apache tomcat server with eclipse, and use the server from within the eclipse and do start, stop, deploy etc.