com.oreilly.servlet package

Servlet ressources

The com.oreilly.servlet package was written in conjunction with the book "Java Servlet Programming" (O'Reilly), and contains a set of useful utility classes for servlet developers.Included are classes to help servlets parse parameters, handle multipart requests (file uploads), generate multipart responses (server push), negotiate locales for internationalization, return files, manage socket connections, and act as RMI servers, among other things.There's even a class to help applets communicate with servlets.

There's no sense in reinventing the wheel. Here are some servlet support classes I wrote that you can use. Most famous is the file upload package MultipartRequest and MultipartParser.

Source : Site Web
http://www.servlets.com/cos/index.html


Article extrait du site Loribel.com.
https://loribel.com/java/tools/oreilly_servlet.html