Servlets provide a component-based, platform-independent method for building Web-based applications, without the performance limitations of CGI programs. Servlets have access to the entire family of Java APIs, including the JDBC API to access enterprise databases.
Servlets in Java simple HelloWorld example
This is a repository that I have made using the following tools:
Tools used:
- Eclipse Kepler IDE
- Wildfly Web Server 8.0 (configured with eclipse)
- Java JDK 7
How to install Wildfly web server and configure it with Eclipse.
- https://docs.jboss.org/author/display/WFLY8/Getting+Started+Guide (I have also include a .pdf file of this webpage in the repo)