The advantages of a high quality java code generator

June 26th, 2008 by admin

The obvious advantage of using a java code generator is its capacity to make the software developer more productive by automatically producing Java source code for accessing a relational database. Its objective is to cut costs by improving the efficiency of programming and producing better software quality with lower maintenance costs. It generates source code that would otherwise have to be created manually and makes it compatible with the data access object (DAO-a core J2EE design pattern). It can also generate native persistence code for Object Relational Mapping (ORM) products (such as Hibernate or JDO-based products).

Posted in Technology |