Recent entries...

Apache Directory Studio SQL Explorer XML xmllint XML Copy Text Editors UltraEdit Text Wrangler Textmate Firefox Plugins Firebug Web Developer del.icio.us Network ...

If you ever find yourself in the need of embedding some web browsing inside of a Java Swing application, check out The Lobo Project - it's an open source project that aims to deliver a pure Java-based web browsing experience (no small feat!).    ...

Apache commons is a library of several open source Java projects designed to solve many of the typical problems faced by Java developers. General Benefits You'll write less code. Your code will be more readable and less repetitive. ...

I've had my first truly satisfying experience with Web Services in Java, and it's name is Apache CXF 2.0 . I love Web Services.   We use Apache Axis (1.4) today with wonderful success.   Using SOAP, a bit of WSDL, and some WSDL2Java...

In the world of programming, you often need to move data from some type of Input (in Java: an InputStream) to some type of Output (in Java: an OutputStream).    This happens quite often, as we are often in the business of moving stuff from here to ...

Jakarta Commons Lang 2.4 was recently released!   I personally love Commons Lang.   It has a ton of kitchen sink utility methods.  I know that there are probably tons of OO purists out there that cringe at the notion of using these types of...

Most developers typically do not have to directly deal with encryption today.   Thankfully, encryption is usually handled by SSL and credentials are managed by directory services; even databases can provide transparent encryption for data stored in a...