|
|
MyBooks is a simple web application developed with Mentawai. A great number of Mentawai features, like data lists, dynamic messages, validation, authentication, connection pooling, custom tags, etc. are used in this application. It also illustrates the design pattern DAO + IoC.
To play with the MyBooks application you can click here.
There are two different implementations for the MyBooks application:
MyBooks-ACTION.zip - Action and Business Model are separated. Action is coupled to Mentawai. Business Model is not coupled.
MyBooks-POJO.zip - Action and Business Model are together in a single class totally decoupled from the Mentawai framework.
To get a feeling about the Mentawai programmatic configuration for a complete application, take a look in the ApplicationManagers below:
MyBooks-ACTION ApplicationManager.java
MyBooks-POJO ApplicationManager.java
|