Sunday, January 16, 2011

The project is finished

The project is officially finished. It has been a pleasure working with you, guys.

New upload

We uploaded both the documentation and the presentation on the wiki.

Step 6

We finished the documentation and presentation.

Saturday, January 15, 2011

Source code

The source code of our project will be available on wiki after the presentation.

Final step

Tomorrow we will finish both documentation and presentation.
We are scheduled for Monday 10:00 AM.

Tuesday, January 11, 2011




Java Servlet

A Servlet is a Java class in Java EE that conforms to the Java Servlet API, a protocol by which a Java class may respond to HTTP requests. They are not tied to a specific client-server protocol, but are most often used with this protocol. The word "Servlet" is often used in the meaning of "HTTP Servlet".[1] Thus, a software developer may use a servlet to adddynamic content to a Web server using the Java platform. The generated content is commonly HTML, but may be other data such as XML. Servlets are the Java counterpart to non-Java dynamic Web content technologies such as CGI and ASP.NET. Servlets can maintain state in session variables across many server transactions by using HTTP cookies, or URL rewriting.

The servlet API, contained in the Java package hierarchy javax.servlet, defines the expected interactions of a Web container and a servlet.[1] A Web container is essentially the component of a Web server that interacts with the servlets. The Web container is responsible for managing the lifecycle of servlets, mapping a URL to a particular servlet and ensuring that the URL requester has the correct access rights.

Sursa: http://en.wikipedia.org

Friday, January 7, 2011

Step 6

As testing and validation phase is almost ready, we are moving on Step 6 (docs and presentation).