|
|
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 |
This is a Java servlet filter (as per Servlet API 2.3). This filter lets you proceed If-Modified-Since header in the request. The If-Modified-Since header field is used with the GET method to make it conditional Code: JSP 2.0 |
This is a Java servlet filter (as per Servlet API 2.3). DomainFilter lets work with sub-domains on your host. Filter forwards all the subdomain's incoming requests to some sub-directory on your site. 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 |
This is a Java servlet filter (as per Servlet API 2.3). UrchinFilter lets you add dynamically Google Analytics tracking code to the requested pages. How to use it: download urchinflt.jar and save it in WEB-INF/lib. Code: JSP 2.0 |
This is a Java servlet filter (as per Servlet API 2.3). This filter provides a simple tool for the localization. Incoming requests say to some page index.jsp could be redirected to page index-eng.jsp, index-ru.jsp etc. Code: JSP 2.0 |
|  | |
Simple component you may use for downloading files regardless of their location. How to use it 1) download downloadPackage.jar and save it in WEB-INF/lib and 2) describe Download servlet in web.xml file. Code: JSP 2.0 |
Here is a useful component for delivering multimedia file downloads to your users. Typically, browsers will attempt to play or stream such files when direct links are clicked. With this servlet, provide a link to a multimedia file and a dialogue box. Code: JSP 2.0 |
Icon Key >
 - Recently Updated
 - Showcase Listing
|