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

后端 未结 12 2153
灰色年华
灰色年华 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:24

    It really depends on what you want to do? J2EE, web services, Swing ...

    I do a lot of web service development and rely heavily on:

    • Web Services Explorer

    For Axis2 development:

    • Code Generator Wizard Guide for Eclipse Plug-in
    • Service Archive Generator Wizard Guide for Eclipse Plug-in

    There's a good tutorial on Axis2 plugins called Developing Web Services Using Apache Axis2 Eclipse Plugins - Part 1

提交回复
热议问题