Spring MVC Scaffolding

Spring MVC scaffolding capabilities allow developers to generate a full Java CRUD application in minutes. Released in Skyway Builder 6.1, this feature generates all of the Java code needed to create, read, update and delete data for a particular domain object, effectively creating a template on which developers can build more robust application functionality.

By using Skyway's Spring MVC scaffolding capabilities to build an application, within a matter of minutes a Java Dynamic Web project will be generated that includes:

  • A DAO
  • Finder methods in the DAO based on each field in the domain object
  • A Service with CRUD operations
  • A Controller with CRUD operations
  • All the necessary Spring annotations and config files for a Spring MVC app
  • CRUD JSP pages, with CSS and Javascript
  • JUnits for every Service and Controller
  • SpringSource-certified code and configuration files
  • Generated code that follows Spring Recipes
  • Generated code that looks like you would code it
  • A modeling project that you can continue to use to enhance and generate more functionality in the web application
  • A Dynamic Web Java Project which is separated from the Modeling project so experienced developers can hand code the rest of the application if they don't want to stay in the modeling environment

See a 6 minute video of Skyway's Spring MVC scaffolding capabilities here.

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