Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any freeware tool available which is like Codesmith? [closed]

Tags:

generator

I am quite familiar with Codesmith Generater. It is wonderful tool for code generation for any language.

The main problem i am facing is, obviously, it is not freeware. Only 30 days trial available.

I want some freeware tool, which provide same great functionality like Codesmith.

I googled and found some tools like code jonny, FastCode, etc. but these are not good tools, even cannot touch highness of Codesmith !

Please provide me great freeware tool, as i require it immediately. (I am Java developer, so using Eclipse, so it is better if tool can be integrated with eclispse. But it does not need to be necessary. It's ok if tool has it's own IDE.)

Thank you very much in advance.

like image 906
Jaydeep Avatar asked Dec 02 '22 19:12

Jaydeep


2 Answers

Yes, Telosys tools is great and is a freeware tool.

If you have an existing database, you can simply generate a standard CRUD web application based on Spring MVC and JPA by following this tutorial : https://sites.google.com/site/telosystutorial/

like image 112
lchaboud Avatar answered Jan 26 '23 00:01

lchaboud


There are many tools available for code generation. But my favor goes to Telosys. It's a nice tool which uses velocity templates and provide simple and useful interface for code generation. There are samples also available. It can be easily integrated with Eclipse. Hope it will help.

like image 33
Akshay Avatar answered Jan 25 '23 23:01

Akshay