Sun Java Solaris Communities My SDN Account Join SDN
 
Web Developer Resource Center: Samples
Project Phobos Simple Mail Application Demo
Web Resource Center: Samples

The BluePrints Team
The Java BluePrints projects presents the programming model, guidelines and examples for designing enterprise quality applications and web services using Java technologies. Some of the areas covered are Ajax-enabled Web 2.0 applications, Persistence, JavaServer Faces, SOA with BPEL, and WS-Security. Current team members include Mark Basler, Sean Brydon, Smitha Kangath, Greg Murray, Inderjeet Singh and Yutaka Yoshida.

 

Sample, Applications, Components & Widgets

Project Phobos Simple Mail Application Demo - Click to Run It!Project Phobos Simple Mail Application Demo
 
This simple mail application demo is a mockup mail server. It ports the same mail demo available on http://dojotoolkit.org (under "See it In Action") to use the Phobos backend. Unlike the Dojo mail application whose Inbox is just a facade, the Phobos mail demo actually connects to a real email account and retrieves the content of its Inbox.
 
For the puprose of this demo, a default configuration is provided to connect to a real email account on Google Email. Click on Inbox and see the incoming messages. Note that only the Inbox functionality is fully implemented. There will be more to come in the near future.
 
In addition to demonstrating the capabilities of Phobos server-side framework in general, the simple mail application demo highlights the use of the following technologies in Phobos:
  • The DOJO widgets for use on the client.
  • Direct access to Java libraries. Specifically, the use of JavaMail API on the server-side to communicate with the designated mail server.
For more information about Project Phobos, please visit http://phobos.dev.java.net.
 
    Run it!  |  Feedback
 
Simple Mail Application Demo by The Project Phobos Team