Framecode – A framework for code generators SourceForge.net Logo

Home

Features

Documentation

Download

Contact

This framework has been realized to ease the automatic code creation usually performed by code generators.

Instead of using the horrible:
writer.write("mycode");
you can create a "model" of your code using simple APIs.

Framecode is both a framework and a library.

- As a library, you can use it to create plain Java code, or even JavaBeans, Struts elements (Action and ActionForm) or Business Delegate design pattern.

- As a framework, you have a base to create new classes that can represent different languages and/or design patterns.

This software is in pre-alpha stage, use it at your own risk!