JMS SMTP Bridge is a simple Java based bridge that can be configured to listen to a JMS queue and send the messages to a list of recipients via SMTP protocol. The bridge consists of three EJBs, namely: JmsMessageReceiver, which is a MDB that listens for...

Java Dependency Finder is a simple Java based command line utility that can be used to find out what jar/zip file contains what Class. Ever fell into the situation where you are trying to compile some Java code that needs a set of jars but you are not...