Modelibra is an open source software family of tools and frameworks to support domain-driven development in Java: a graphical tool for model design and code generation, a domain model framework, a web component framework based on Wicket for rapid development of dynamic web applications, and a GUI component framework based on Swing for rapid development of dynamic client applications. The family backbone is the domain model framework that carries the family name.
Domain Model
In computer terms, a domain model is a model of specific domain classes that describe the core data and their behavior. From an organizational perspective, a domain model is a model of the domain. Within this domain, an organization conducts its business. The memory of any organization may be represented as a domain model.
The heart of any software is a domain model. When a model is well designed and when it can be easily represented and managed in an object oriented language, a developer may focus on views of the software and they are what users care about the most.
Web Application
A domain model may be designed, generated, and validated as a web application. Modelibra uses the Wicket web framework for generic web components that are views of model concepts. The generic web components may be mixed with specific components to develop a professional web application.
Swing Application
A domain model may be validated as a client application. Modelibra uses Java Swing for generic GUI components that are views of model concepts. The generic client components may be mixed with specific components to develop a professional client application.
Introduction
For a quick overview of Modelibra consult the paper entitled Modelibra Software Family from the CISSE 2007 Conference.
Checkout
The Modelibra project is hosted by Google code. First, install the latest version of Java JDK . Second, install the latest version of Eclipse IDE for Java Developers. Third, install the latest version of the Eclipse plugin for the Subversion repository called Subclipse: Help/Install New Software.../Eclipse update site URL for Subclipse.
Finally, open two new perspectives in Eclipse by using Window/Open Perspective/Other... :
- SVN Repository Exploring
- Team Synchronizing
In the SVN perspective connect to the Modelibra's repository by using File/New/Other.../SVN/Checkout projects from SVN/Next :
- create a new repository location/Next
- URL: http://modelibra.googlecode.com/svn/
- in the trunk directory, select an Eclipse project (a folder with the .project file)
- check out first ModelibraWicketCss and ModelibraWicketSkeleton projects
- in other projects run copy-css.xml and copy-lib.xml Ant scripts for missing files
Videos
Book
Modelibra book is the main source of documentation. It is located in the Modelibra repository as the ModelibraIntroBook project. Consult chapter documents written in OpenOffice for the latest version of the book.
Research Ideas
Find out what you can contribute potentially to Modelibra.