|
|
Web component implements co-browsing. You can open a session within this application, start your web surfing and everybody who is running the same servlet and is joined to the same session will see your pages.
Code: JSP 1.1 |
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 |
|  | |
Java servlet lets you write some text over the existing image. So you can add on the fly some copyright notice to your images for example. How to use it: copy drawtextPackage.jar into WEB-INF/lib directory, describe Draw text servlet in your web.xml file. Code: JSP 2.0 |
Java servlet allows you to scale images. So this component could be used for creating image preview (thumbnail) on the fly. How to use it: copy imagescalePackage.jar into WEB-INF/lib directory then describe Image scale servlet in your web.xml file. Code: JSP 2.0 |
Icon Key >
 - Recently Updated
 - Showcase Listing
|