Documentations

TwitterFacebook
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. http://www.oracle.com/technetwork/java/javaee/servlet/index.html
http://www.eclipsetotale.com/articles/tomcat/tomcatPluginDocFR.html

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 )
http://tomcat.apache.org/tomcat-6.0-doc/index.html

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.
http://tomcat.apache.org/tomcat-4.1-doc/appdev/deployment.html

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. http://courses.coreservlets.com/Course-Materials/csajsp2.html

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. http://burtonini.com/computing/gupnp-docs/server-tutorial.html

Writing a UPnP Service

JMF 2.0 API

http://www.oracle.com/technetwork/java/javase/tech/index-jsp-140239.html The Java Media Framework API (JMF) enables audio, video and other time-based media to be added to applications and applets built on Java technology. This optional package, which can capture, playback, stream, and transcode multiple media formats, extends the Java 2 Platform, Standard Edition (J2SE) for multimedia developers by providing a powerful toolkit to develop scalable, cross-platform technology. Spotlight See our demos page for applets that present media using JMF technology. See also our diagnostics page for troubleshooting tips and an applet that can detect whether JMF software is set up correctly on your system and your browser is compatible. We are excited to announce MP3 support for JMF!
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.

Free Numerical, Mathematical and Statistical Libraries and Source Code (thefreecountry.com)

http://www.thefreecountry.com/sourcecode/mathematics.shtml
http://www.cplusplus.com/reference/iostream/ The iostream library is an object-oriented library that provides input and output functionality using streams. A stream is an abstraction that represents a device on which input and ouput operations are performed. A stream can basically be represented as a source or destination of characters of indefinite length.

IOstream Library - C++ Reference

http://www.duke.edu/~hpgavin/gnuplot.html Gnuplot is a free, command-driven, interactive, function and data plotting program. Pre-compiled executeables and source code for Gnuplot 4.2.4 may be downloaded for OS X , Windows , OS2 , DOS , and Linux . The enhancements provided by version 4.2 are described here . On Windows, unzip gp424win32.zip into an appropriate directory, (e.g. C:\My Programs\Gnuplot, C:\Gnuplot, C:\Apps\gnuplot, etc.). Make a link from ...

Gnuplot 4.0 Tutorial