What are the best Java code generation tools or plugins to use in Eclipse?

后端 未结 12 2152
灰色年华
灰色年华 2021-01-30 23:43

I\'m aware of the built in code generation and refactoring one can do with the \"Source\" and \"Refactor\" menu items in Eclipse.

I also use the Commonclipse plugin to

12条回答
  •  不知归路
    2021-01-31 00:06

    You can look at http://fast-code.sourceforge.net/ for spring based applications. You can create FooService and FooServiceImpl and the configurations just by typing foo. It has nice way to create unit tests as well. One can see all the templates here : http://fast-code.sourceforge.net/templates-config.xml

提交回复
热议问题