Cimande Pattern helps you create Web Apps faster
Aug 05, 2008 by Frans Thamura
Our Workspace Platform have a wrapper feature, that will help you make web application faster than your can imagine, if you compare with developing current framework based application.We split the development, the kernel (cimande project) and the application (the rest of blueoxygen project are the examples).
The application will be wrapped by cimande and put in the database, so we can easily upgrade the module to any cimande version.
Thanks to Spring IoC technology so we can put almost any new tech as a plugins to the cimande, in our case we use Spring Module as the cimande plugins. So this is a standard programming in this millenium, injection based technology.
We develop several pattern that will help, even high school student can develop the module faster. Of course the kernel skillset need more experience Java and mostly people that know architecture of Java programming.
Basically we have a pattern to make development in standard mode.
1. The Entity, we use Hibernate Annonation
2. The Action, we use the Struts2 Action (for security we implement our own Security Interceptor)
3. the View, we use velocity, but you can use freemarker, jasper, XML or JSON, just read the Struts2 plugins repository.
Please try it, you can download it at http://www.sf.net/projects/cimande, and try the development on it.. or you can see our projects (all hosted in sf.net), and take a look our applications and you can learn or use it to customize your solution faster than ever.
We are not only create the kernel but also the ready to use application, to make anything rapidly .
Post a Comment: