Thursday, June 28, 2007

Axis2/Java - Mail transport

Axis2/Java - Mail transport

The inner workings of the mail transport has been divided into two parts: the transport sender for SMTP and the transport listener for POP3. The transport listener will listen to a particular email address periodically. When an email comes in, it will be tunneled into an Axis2 engine. On the other hand, the mail transport sender sends emails to a mail server to a particular email address.

Mail transport can be used against a generic mail server or it can be used like a mailet. The simple mailet provided with Axis2 directs any message that comes in to a particular address into the Axis engine. The engine will process the message and use the Transport sender to send the reply.

The mail transports have been written with the use of Sun's JavaMail and Activation jars. They should be available in your classpath to get the mail transport to work.

Thursday, June 07, 2007

ObjectPlanet's Java Table

ObjectPlanet's Java Table

SourceForge.net: Files

SourceForge.net: Files: "CleanSheets is the first spreadsheet application that is both extensible and platform-independent. It features a formula language that closely resembles that of Microsoft Excel, and extensions for aiding end-user programmers develop correct spreadsheets."

Saturday, June 02, 2007

Java Web Parts at SourceForge

Java Web Parts at SourceForge: "Welcome to Java Web Parts!

Java Web Parts is a project that provides small, reusable and largely independant Java components of interest to all web application developers. You can think of this project as being similar to the Jakarta Commons projects. "

JWP Home � About JWP

JWP Home � About JWP: "About JWP

JSP WebProject is a web-application which was originally developed to support my student research project at the university of cooperative education Stuttgart / AST Horb."