开发者

what are the fastest java tools to generate CRUD screens from a DB schema?

I am constantly in search of better and faster java tools to prototype webapps. I generally start with a g开发者_StackOverflow社区ood data model on the backend, and work towards the screens. What are some good tools that I might not know about that can be used to quickly generate functioning CRUD screens.


Look into the following:

  • Grails
  • Play!
  • Roo


With Grails you can get some CRUD screens in on the order of minutes with the framework's scaffolding machinery. Its not strictly Java, but Grails can interact with existing Java code (in fact is uses Hibernate/Spring under the hood), and it will generate .war files for you to deploy in your favorite container.


Telosys Tools is probably a response It's an Eclipse plugin for scaffolding from an existing database The templates can be customized if necessary Let's have a look : https://sites.google.com/site/telosystools/

There are some stacks ready to use (Spring MVC, JPA, AngularJS, Spring Data, ... ) The tutorials are here : https://sites.google.com/site/telosystutorial/


The Play Framework can generate some quick CRUD:

http://www.playframework.org/documentation/1.1RC3/guide7

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜