Projects tagged ‘filter’ and ‘java’


Jump to tag:

Projects tagged ‘filter’ and ‘java’

Filtered by Project Tags filter java

Refine results Project Tags j2ee (9) framework (7) servlet (6) library (5) bloom (4) email (4) collections (4) web (4) digest (3) table (3) functional (3) imap (3)

[37 total ]

15 Users
   

An event-driven list model for dynamically filtering, sorting and updating tables.
Created over 3 years ago.

12 Users

Based on the popular and very useful mod_rewrite for apache, UrlRewriteFilter is a Java Web Filter for any J2EE compliant web application server (such as Resin, Orion or Tomcat), which allows you to ... [More] rewrite URLs before they get to your code. It is a very powerful tool just like Apache's mod_rewrite. [Less]
Created over 3 years ago.

9 Users
   

The Apache Java Enterprise Mail Server (a.k.a. Apache James) is a 100% pure Java SMTP and POP3 Mail server and NNTP News server. James is a complete and portable enterprise mail engine solution based ... [More] on currently available open protocols. James is also a mail application platform. We have developed a Java API to let you write Java code to process emails that we call the mailet API. A mailet can generate an automatic reply, update a database, prevent spam, build a message archive, or whatever you can imagine. A matcher determines whether your mailet should process an email in the server. The James project hosts the Mailet API, and James provides an implementation of this mail application platform API. [Less]
Created over 3 years ago.

5 Users

Columba is an Email Client written in Java, featuring a user-friendly graphical interface with wizards and internationalization support. Its a powerful email management tool with features to enhance ... [More] your productivity and communication. So, take control of your email before it takes control of you! [Less]
Created over 3 years ago.

5 Users
 

Chiba provides an Java implementation of the W3C XForms standard, thereby delivering generic, XML-based form-processing on any Java-capable platform either client- or server-side. This project page ... [More] only refers to Chiba Core - the actual XForms implementation. Other integrations for different purposes are available e.g. for building Ajax apps. [Less]
Created over 3 years ago.

4 Users
 

Taste is a flexible, fast collaborative filtering engine for Java. The engine takes users' preferences for items ("tastes") and returns estimated preferences for other items. For example, a site that ... [More] sells books or CDs could easily use Taste to figure out, from past purchase data, which CDs a customer might be interested in listening to. Taste provides a rich set of components from which you can construct a customized recommender system from a selection of algorithms. Taste is designed to be enterprise-ready; it's designed for performance, scalability and flexibility. It supports a standard EJB interface for J2EE-based applications, but Taste is not just for Java; it can be run as an external server which exposes recommendation logic to your application via web services and HTTP. [Less]
Created over 2 years ago.

3 Users
   

Buni is a community of open source software developers and users dedicated to the research and development of communication and collaboration software. Buni offers Meldware Communications Suite with ... [More] Mail, a Calendar Server, Webmail, and a Secure Administration System. [Less]
Created over 3 years ago.

2 Users
 

MARF is an open-source research platform and a collection of voice/sound/speech/text and natural language processing (NLP) algorithms written in Java and arranged into a modular and extensible ... [More] framework facilitating addition of new algorithms. MARF can run distributedly over the network and may act as a library in applications or be used as a source for learning and extension. [Less]
Created over 3 years ago.

2 Users

lambdaj is a library that makes easier to address this issue by allowing to manipulate collections in a pseudo-functional and statically typed way. In our experience to iterate over collection ... [More] , especially in nested loops, is often error prone and makes the code less readable. The purpose of this library is to alleviate these problems employing some functional programming techniques but without losing the static typing of java. We impose this last constraint to make refactoring easier and safer and allow the compiler to do its job. [Less]
Created 11 months ago.

1 Users
 

A J2EE servlet filter which compresses data written to the response. It supports several algorithms (gzip, deflate, etc.) and emphasizes minimal memory usage and high throughput. Also provides detailed performance stats.
Created about 1 year ago.