Quantcast
Viewing all articles
Browse latest Browse all 58

Acceleo JavaEE Generators (Indigo version)

Acceleo Java EE Generators provides a set of code generators for the popular Java/JavaEE frameworks:

  • JPA/Hibernate
  • Spring Framework
  • Struts
  • JSP
  • ...

These generators apply on models created with three Domain Specific Modelers:

You can choose which layers to generate:

  • UI Presentation: JSP, Javascript with default CSS theme
  • UI Cinematic: navigation between screens and event behavior
  • Service: complex or simple business service
  • Data: store and manage data from a datasource (usualy a database)

These generators can also generate unit tests (based on JUnit) and brige frameworks (example: between Spring and Hibernate).

Several properties are externalized from the generators to simplify architecture choices.

Written with Acceleo, these generators can be refined and overridden to specialize them project after project. If you need heavy customisation, fork the EPL code to create your own Acceleo templates.


Viewing all articles
Browse latest Browse all 58

Trending Articles