Feature: Database Reverse Engineering

Database reverse engineering lets you import a set of database tables (schema) into the Spring DSL.  If you need to build a Spring MVC or Spring Web Flow application from an pre-existing database, this capability will jumpstart the development by creating the domain objects (POJOs) and data access objects (DAOs).  Once the schema has been reverse engineered into domain objects, the other Spring DSL code generation functions can be leveraged, including Spring MVC CRUD scaffolding, Spring Web Flow, JAX-WS, and DWR.

    Coming Soon

 

Database reverse engineering produces Spring DSL domain objects.
   


To reverse engineer a database schema into domain objects, click on the "Import Types" activity on a Data Access Object.

The Import Types wizard lets you select the tables to be reverse engineered, and you can customize the derived domain object name.

 

© Copyright 2001-2010 Skyway Software Inc. All Rights Reserved