News

Java-EE-HelloWorld Introduction I was asked by some collegues to give them an introduction to the Java Enterprise archictecture and the tools and libraries I am using for my project syncnapsis for ...
Helloworld servlet (using Annotations) an example static html file a most basic web.xml compile time servlet-api.jar (so doesn't need Java EE) Ant build.xml that builds the WAR Simple logging, with ...
In the HelloWorld.doGet servlet method, for example, the response object is used to inform the server what content type header to issue. In this case, it’s response.setContentType("text/html");.