|
|
|  |  | Web Progressor is a server-side component for easy creation and management of progress bars for a web application. It can be used to display the progress of a lengthy process on the server side. A fully functional file-upload example is included. Code: JSP 1.2 |
|  |  | Claros Anonymity is a servlet that allows anonymous browsing. It acts like a proxy, hiding the end user's IP. It also enables the user to bypass a URL/IP based corporate firewall, as the requests are all directed to the machine running the servlet. Code: JSP 1.2 |
|  |  | Claros Downloader is a highly customizable, multi-threaded, Web-based downloader manager. Users can download files to their desktop or corporate server, from wherever they are. Code: JSP 1.2 |
|  | |
It is a Java servlet allows you to collect information about page visitors. You can put a reference to this servlet inside your pages and all relevant information will be collected in the given log file. Code: JSP 2.0 |
It is a Java servlet lets you log data right from your JavaScript code. Actually you can use Ajax for asynchronous transferring data from your JavaScript code to this servlet. Servlet will record them into log file as well as display via own GUI. Code: JSP 2.0 |
It is a Java servlet allows you to preprocess HTTP requests. For example you can collect statistics about requests, add new parameters etc. you can replace actual URL's in your hyperlinks with this servlet and pass the original URL as a parameter. Code: JSP 2.0 |
It is a Java servlet implements simple visitors counter. You can add this counter via HTML iframe tag to your pages. How to use it: copy counterPackage.jar into your WEB-INF/lib directory and define TextCounter servlet in your web.xml file. Code: JSP 2.0 |
|  | |
It is a Java servlet allows you to work with your archives (jar/zip files). It is what Unzip servlet is for. Servlet lets you extract content from the archive and use extracted data in your JSP (HTML) files. Code: JSP 2.0 |
Simple component you may use for the extracting resources from war files (packages web applications). How to get JavaScript file packaged with your application? How to set reference to the packaged image file etc. Code: JSP 2.0 |
Icon Key >
 - Recently Updated
 - Showcase Listing
|