Fast Code Eclipse Plugin - 輔助快速開發 Spring 程序的Eclipse 插件

openkk 12年前發布 | 14K 次閱讀 PHP

Fast Code Eclipse Plugin 是一個可以幫助你快速開發 Spring 應用程序的Eclipse 插件。

功能包括:

 * Automatically create DAO to Service and Service to Action, e.g. FooDAO to FooService and FooService to FooAction.
 * Automatically create one DAO to another with different name, e.g. FooDAO (with methods getFoo, saveFoo) to BarDAO (with methods getBar, saveBar).
 * Also create spring based configurations.
 * Easily navigate from DAO to Service and Service to DAO.
 * Easily navigate from hibernate pojos to .hbm files.
 * Easily create List, ArrayList, Map, HashMap initializers or fields in a class.
 * Easily copy a field, just highlight and right click, go inside Fast Code pop up menu and click 'Copy Field'
 * You can highlight part of the field name also.
 * Some of the features can be turned off/on or configured in Windows->Preference->Fast Code Preference.

新版本增加一個新的“創建變量”的對話框,同時可從一個數據庫中創建SQL。

 本文由用戶 openkk 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!