dtw.webmail |
Provides a kernel, the controllers and related classes for a
Java webmail solution based on the model-view-controller (MVC) pattern.
To deploy this package you will need to have a servlet container and
a Java Server Pages (JSP) solution.
See related documentation for more information.
Package Specification
Related Documentation
For an overview, information on architecture, guides, and further developer documentation, please see:
|
Java Source File Name | Type | Comment |
JwmaAdminController.java | Class | Class extending the HttpServlet to implement
the Admin controller of jwma. |
JwmaAuthenticator.java | Class | Class that implements an authenticator. |
JwmaContactsController.java | Class | |
JwmaController.java | Class | Class extending the HttpServlet to implement
the main controller of jwma. |
JwmaKernel.java | Class | A kernel that represents a hub for internal "globally" used
jwma functions & data (system settings). |
JwmaSendMail.java | Class | Class extending the HttpServlet to implement
the SendMail controller of jwma. |
JwmaSession.java | Class | Class that models the state of a jwma session. |