-
Book Overview & Buying
-
Table Of Contents
Tapestry 5: Building Web Applications
There are a significant number of different servers that were specifically created to run Java applications on them. This section will provide a brief orientation on them so that you can more easily choose which server to use for your application.
All Java servers can be roughly classified into two groups:
1. Java Web Servers.
2. Full Java EE Application Servers.
The main component of the first group of servers is the servlet container. They can have other specifications and services implemented too, but all their functionality is centered upon hosting Java web applications.
The most famous and widely used representative of the first group is Apache Tomcat. The other free server, especially popular among Tapestry developers is Jetty. Gaucho Resin, yet another representative of the first group, is not free but has a very good reputation.
If all you need is a web application, even if it uses popular frameworks like Spring or Hibernate and a database to store its...
Change the font size
Change margin width
Change background colour