This is a Java servlet filter (as per Servlet API 2.3). TrimFilter lets you decrease the size of files your server will send to all clients. Filter removes extra spaces and line breaks from outputted documents. Especially useful for WAP/WML developers, where the size for transferred documents is limited.
A pure Java graphical SFTP client that runs as an applet. With a mere 150kb file size the applet can compete with desktop applications for performance. [Commercial]
This is a Java servlet filter (as per Servlet API 2.3). It lets you convert any text file into HTML document on the fly. The filter appends break tags for the each line and replaces all special characters like angle brackets etc. For example you can use this filter for publishing source codes of your programs.