We are pleased to announce the release of JOFFAD 2.0 ( http://joffad.sourceforge.net )
JOFFAD is a blank J2EE project for JOnAS that integrates :
- A simple and reusable project structure.
- A generic Ant script to do all the basic tasks of a project (like code generation, compilation, deployement...).
- Common open source tools like XDoclet or Struts.
JOFFAD's goal are simple :
- Any developer starting a new project will not loose one second in creating a project structure, writing Ant task or installating common open source tools.
- Any developer joining a project will know where to find sources and how to compile, package and deploy the project in one second.
- All the developers will have a common way to organise their projects.... read more
JOFFAD 1.0 has been released under LGPL licence ( http://joffad.sourceforge.net/ ).
You can download it at : http://sourceforge.net/project/showfiles.php?group_id=79045
Java Open Framework For Application Development is a generic development framework to facilitate, speed up, and normalize Java projects using JOnAS's J2EE application server.
It has been developed by SCUB for his internal use and we decided to share it to the community because it was really a great help for us.
Basically, it is composed of :
- a generic and reusable directory structure
- configuration files to setup your project
- a generic ant script to compile, generate, package, deploy, run sql...
For more information, the documentation can be found at : http://joffad.sourceforge.net/ ... read more