Skip to content
tavoda edited this page Feb 21, 2013 · 2 revisions

Version 2.1.0 is current final release. It was released January 21, 2012.
Look at the What's New page for more information about the release. It also describes some migration steps needed when upgrading.

Overview

Sculptor is an open source productivity tool that applies the concepts from Domain-Driven Design and Domain Specific Languages.

You express your design intent in a textual specification, from which Sculptor generates high quality Java code and configuration. You can use the concepts from Domain-Driven Design (DDD) in the textual Domain Specific Language (DSL). E.g. Service, Module, Entity, Value Object, Repository.

The generated code is based on well-known frameworks, such as JPA, Hibernate, Spring Framework, Google App Engine, Spring Web Flow, JSF, RCP, Smartclient and Java EE. Sculptor takes care of the technical details, the tedious repetitive work, and let you focus on delivering more business value - and have more fun.

The DSL and the code generation drives the development and is not a one time shot. The application can be developed incrementally with an efficient round trip loop.

Sculptor is useful when developing typical enterprise or web applications that benefit from a rich and persistent domain model. Sculptor also provides a sophisticated CRUD GUI for administrative sections of the application or to serve as a scaffolding for your manually created pages.

Within 15 minutes you can go from scratch to a running application, including build scripts, Eclipse projects, domain model, JPA persistence, services, Web Flow application and much more. Thereafter you can continue by evolving the design, add manual code and regenerate.

Sculptor is not an one-size-fits-all product. Even though it is a good start for many systems, sooner or later customization is always needed. Sculptor is designed and documented with this in mind. The generated result can easily be modified to meet your needs.

Strengths

  • Easy to learn, intuitive syntax of the textual DSL, based on the concepts from DDD
  • Textual DSL has a lot of productivity benefits over graphical tools
  • Quick start, simple installation
  • Quick development round trip, short feedback loop, it is not a one time shot
  • Support for TDD and refactoring
  • Existing IDE tools, such as refactoring, code assist and debugger will continue to be of service to you
  • High quality of generated code
  • Pick 'n' Choose Target Implementation, based on well known frameworks, best practices, and a lot of experience
  • Generation of complete application from a single model, not only fragments that are hard to fit in to the overall design
  • Great extensibility and customization
  • Used with de facto standard build tool - Maven
  • Based on openArchitectureWare code generation framework
  • Can be used with text editor or any IDE, but DSL editor with error highlight, code completion, and outline is provided for Eclipse users
  • Easy to remove the tool, no runtime magic

Getting Started

Start by reading the articles Improving Developer Productivity with Sculptor and Promote Quality with Sculptor.

Watch and read the Screencast:Introduction to Sculptor.

Thereafter you can get your hands dirty with the Hello World Tutorial.

Documentation

Below you find links to detailed documentation. Other sources of information is the Forum and Blog.

Latest (2.1.0)

Version 2.0.0

Version 1.9

Clone this wiki locally