Just a simple bugfix for Eclipse IDE and Java 1.5.
Check out http://sourceforge.net/projects/mardao/files/
/Ola
Showing posts with label java. Show all posts
Showing posts with label java. Show all posts
Sunday, June 20, 2010
Saturday, June 5, 2010
Mardao 1.1 is released for download
So, about a week after the 1.0, next release is due. New features are
- Support for @Table(name="tblName")
- Support for @Column(name="colName")
- Per-table generated CREATE sql scripts
- Use column names instead of Entity attribute names
- More JUnit tests
Tuesday, June 1, 2010
Mardao - the Architect's Java DAO generator
Today I released the 1.0 version of mardao, the Architect's Java DAO generator.
It uses your annotated domain objects to generate DAO classes, see image.
For more information and downloads, visit
https://sourceforge.net/projects/mardao
It uses your annotated domain objects to generate DAO classes, see image.
For more information and downloads, visit
https://sourceforge.net/projects/mardao
Thursday, April 22, 2010
Eclipse and Tomcat and Maven
The optimal setup of a maven / eclipse / tomcat web project is setup as follows:
- [Download and install java 1.6]
- [Download and install Eclipse Galileo JEE]
- [Download and install Tomcat 6.0.x]
- Download SysDeo (eclipse-)plugin from http://www.eclipsetotale.com/tomcatPlugin.html
- Extract the zip to ECLIPSE_HOME/plugins
- [Re-]start eclipse with -clean option
- Set Tomcat version and home in Preferences - Tomcat
- Make sure Eclipse default JRE is a JDK
- Set your Eclipse project to be a Tomcat project: Project Properties - Tomcat
- Set a context path
- Set the Subdirectory to use as web app root to /src/main/webapp
- Activate DevLoader
- Check all jars, then uncheck test classes and servlet-api.jar
- Copy DevLoader.zip from ECLIPSE_HOME/plugins/SYSDEO to TOMCAT_HOME/lib and rename it to .jar
Subscribe to:
Posts (Atom)