It's a tool for testing HTTP servers and Web applications. It supports HTTP/HTTPS protocols, GET,POST and HEAD methods, HTTP proxies, refferes and cookies. It's like HTTP Debugger in network tool AccessDiver or HAS.
This software provides library to encode/decode Java strings to/from Base64 encoding and variants. Just include the .jar file into your classpath, to encode: string.getbytes("x-base64"); to decode: new String(bytearray, "x-base64");
An Eclipse plugin to aid development of Java servlet code that is used for HTML presentation.
The plug-in can be used in environments where JSP cannot be used (e.g older J2EE environments) to automatically encode/decode the presentation HTML in the code