
Documentations
Get flash to fully experience Pearltrees
Servlet API
Servlets are the Java platform technology of choice for extending and enhancing Web servers. Servlets provide a component-based, platform-independent method for building Web-based applications, without the performance limitations of CGI programs. And unlike proprietary server extension mechanisms (such as the Netscape Server API or Apache modules), servlets are server- and platform-independent. This leaves you free to select a "best of breed" strategy for your servers, platforms, and tools. Servlets have access to the entire family of Java APIs, including the JDBC API to access enterprise databases. Servlets can also access a library of HTTP-specific calls and receive all the benefits of the mature Java language, including portability, performance, reusability, and crash protection.Plugin Tomcat Eclipse Help
4 - Pour ajouter le menu Tomcat et les boutons Tomcat ( ) à une perspective (Java, déboguage ou autre), 3 - Les autres options ('Ajouter des projets Java au classpath Tomcat', 'Ne pas exécuter Tomcat en mode debug' et celles dans la fenètre de préférences 'Paramétrages de la JVM' n'ont pas besoin d'être modifiées pour une configuration classique). Leurs descriptions se trouvent dans la section ' Paramétrages avancés '. NB : Dans la section 'Ajouter des projets Java au classpath Tomcat' ne pas cocher les cases correspondant à des projets Tomcat. Cette liste permet d'ajouter au classpath de Tomcat des projets Java contenant des classes appelées à partir de projets Tomcat (cf section sur les classloader )Tomcat 6.0 - Documentation Index
This is the top-level entry point of the documentation bundle for the Apache Tomcat Servlet/JSP container. Apache Tomcat version 6.0 implements the Servlet 2.5 and JavaServer Pages 2.1 specifications from the Java Community Process , and includes many additional features that make it a useful platform for developing and deploying web applications and web services. Select one of the links from the navigation menu (to the left) to drill down to the more detailed documentation that is available. Each available manual is described in more detail below.TomCat guide
Before describing how to organize your source code directories, it is useful to examine the runtime organization of a web application. Prior to the Servlet API Specification, version 2.2, there was little consistency between server platforms. However, servers that conform to the 2.2 (or later) specification are required to accept a Web Application Archive in a standard format, which is discussed further below. A web application is defined as a hierarchy of directories and files in a standard layout. Such a hierarchy can be accessed in its "unpacked" form, where each directory and file exists in the filesystem separately, or in a "packed" form known as a Web ARchive, or WAR file.The beginning and intermediate-level tutorials on this page were originally based on the second edition of Marty's book Core Servlets and JavaServer Pages , but have been extensively upgraded since then, including coverage of servlets 3.0 and JSP 2.2 (e.g., for Tomcat 7). The materials have been tested by Marty in live training courses in the US, Canada, Australia, Puerto Rico, Japan, Mexico, India, Norway, and the Philippines. Click on a topic below to get the detailed tutorial, download the source code, or try out exercises on the topic. Also see the advanced servlet and JSP tutorials for topics like filters, Web app security, listeners, custom tag libraries, and use of the Spring Framework in Web applications. In addition, the training materials home page has tutorials on many other Java-related topics, including Ajax and JSF 2.0, two recommended next steps after learning servlets and JSP.
Beginning and Intermediate-Level Servlet and JSP Tutorials
This chapter explains how to implement a UPnP service using GUPnP. For this example we will create a virtual UPnP-enabled light bulb. Before any code can be written, the device and services that it implement need to be described in XML.
Writing a UPnP Service
JMF 2.0 API
MathGL MathGL is a library for writing high-quality scientific graphics under Linux and Windows. It supports large arrays, plotting of one, two and three dimensional plots, and can export graphics to bitmap (PNG, JPEG, TIFF) and vector (EPS or SVG) files.

