Filters (67)
  Servlets (76)
  JSP Taglibs (388)



Order Status
Product List
Services
Contact Us
License
About Us
Check Out
Search







Filters



(FLT-96) Access Restriction Filter
 

 
Access restriction filter ver. 1.2

This is a Java servlet filter (as per Servlet API 2.3). This filter implements a well known generic approach for setting access restrictions in your web applications. And this approach is completely application servers/vendors independent.

When the user login to the application, you can store an attribute in your session scope or add a special cookie. Then access restriction filter would intercept all the requests and verify the session content or cookie content. And if the verification results failed, filter forwards the user to your login page. This would prevent unauthorized user to access the jsp pages.
Try it Out: http://www.servletsuite.com/servlets/accessflt.htm
Sales Price:

Qty:


(FLT-102) Agents Filter
 
 
 
Agent filter ver. 1.6


This is a Java servlet filter (as per Servlet API 2.3). This filter lets you redirect incoming requests depending on User-Agent and Referer headers. So, you may use it for example as an access restriction tool, for load balancing etc.

Package contains the filter itself (AgentRouteFilter) and servlet (AgentRouteServlet) you may use for interactive data management.
Try it Out: http://www.servletsuite.com/servlets/agentflt.htm
Sales Price:

Qty:


(FLT-142) Ajax Preparation Filter
Ajax preparation filter ver. 1.1

This is a Java servlet filter (as per Servlet API 2.3). toAjaxFilter lets you present the response in XML format. Filter lets you reuse the existing content in your Ajax applications for example. Filter intercepts the response and presents it as XML CDATA content, so your JavaScript XML parser will be able to extract HTML code wrapped by XML tags.

For example, suppose your Ajax application needs to obtain HTML content prepared by JSP file and use this content for the updating some div block (via innerHtml property).

In this case the requested JSP file must present own data in XML format. So without the converting it to XHTML you can simply proceed it through this filter.

Try it out: http://www.servletsuite.com/servlets/toajaxflt.htm
Sales Price:

Qty:


(FLT-97) Authorization Filter
 
 
 
 
Authorization filter ver. 1.1


This is a Java servlet filter (as per Servlet API 2.3). This filter lets you quickly deploy access restriction rules for your resources. Simply map this filter to resources you are going to protect and provide authorization rules right in filter's parameters.
Try it Out: http://www.servletsuite.com/servlets/authflt.htm
Sales Price:

Qty:


(FLT-88) Billing Filter
Billing Filter ver. 1.5

This is a Java servlet filter (as per Servlet API 2.3). This filter lets you calculate resource usage statistics for your users. BillingFilter counts for the each session three parameters: how many requests have been proceeded, how many bytes have been transferred to user and how many milliseconds of processor time have been spend for those requests. So you may use this filter for some billing system, especially for some wireless applications.

Try it Out: http://www.servletsuite.com/servlets/billflt.htm
Sales Price:

Qty:


(FLT-77) Cache Filter
Cache Filter ver. 1.9



This is a Java servlet filter (as per Servlet API 2.3). CacheFilter lets you use cached output from your jsp pages. You will provide an initial parameter to this filter as an XML file where you will describe your cache policy: directory for saving cached data, names for pages you need to be cached, timeouts for keeping data in cache. So instead of calculation filter will output cached data directly.

  Try it Out: http://www.servletsuite.com/servlets/cacheflt.htm
Sales Price:

Qty:


(FLT-79) Cache Off Filter

Cache Off filter ver. 1.3



This is a Java servlet filter (as per Servlet API 2.3). This filter lets you disable a cache for requested resources. Technically this filter just adds appropriate headers to incoming request and disables cache.
  Try it Out: http://www.servletsuite.com/servlets/cacheoffflt.htm
Sales Price:

Qty:


(FLT-80) Cache On Filter

Cache Off filter ver. 1.3



This is a Java servlet filter (as per Servlet API 2.3). This filter lets you disable a cache for requested resources. Technically this filter just adds appropriate headers to incoming request and disables cache.
Try it Out: http://www.servletsuite.com/servlets/cacheonflt.htm
Sales Price:

Qty:


(FLT-78) Cached Response Filter
Cached Response filter ver. 1.3


This is a Java servlet filter (as per Servlet API 2.3). CachedResponseFilter lets you cache the output and change/resets it in your JSP files. For example, your JSP include decides to drop the already accumulated output and/or change the content type for the output or simply forward the request to another location. That is what CachedResponse is for.
Try it Out: http://www.servletsuite.com/servlets/cachedflt.htm
Sales Price:

Qty:


(FLT-133) Compress Filter
Compress Filter ver. 1.8


This is a Java servlet filter (as per Servlet API 2.3). GzipFilter lets you compress output from your jsp,html or Coldfusion pages.
Try it Out: http://www.servletsuite.com/servlets/gzipflt.htm
Sales Price:

Qty:


This category has a total of 67 products divided in 10 per page.

 

HOME | SITE SEARCH | CONTACT US | ABOUT US | PRODUCTS

Created by USA Sat, Inc. © OMOLI, Inc. - J2EE Components Store. All rights reserved.

spac.gif (848 bytes)