Versatile Programmer Podcast
firefox opensource editors development browser tools ldap software network graphics | Episodes | Tuesday June 10, 2008 | By JC Mann
Apache Directory Studio
SQL Explorer
XML
xmllint
XML Copy
Text Editors
UltraEdit
Text Wrangler
Textmate
Firefox Plugins
Firebug
Web Developer
del.icio.us
Network
...
Software Development
java opensource web swing | General | Wednesday May 07, 2008 | By Bill Kratzer
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!). ...
Versatile Programmer Podcast
software java development network database codec strings opensource api configuration | Episodes | Tuesday May 06, 2008 | By JC Mann
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.
...
Software Development
tools webservices opensource jms web jabber xml wsdl json soap java rest | General | Wednesday April 23, 2008 | By Bill Kratzer
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...
Software Development
java tools network opensource | General | Tuesday April 22, 2008 | By Bill Kratzer
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 ...
Software Development
opensource java strings | Java | Friday April 04, 2008 | By Bill Kratzer
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...
Software Development
cryptography ldap opensource java security | Java | Wednesday April 02, 2008 | By Bill Kratzer
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...