您的位置:首页 > 运维架构

(转贴)基于J2EE技术的Open Source 开发工具组合

2004-08-17 21:30 1336 查看
转自于北信论坛:
http://nic.biti.edu.cn/vbb/showthread.php?t=156736
?
基于J2EE技术的Open Source 开发工具组合
Jun Tsai(james.cai@middleware.cn )
基础工具:
l Without EJB
1. Eclipse (http://www.eclipse.org)
2. jetty (http://jetty.mortbay.org/jetty/ )
3. eclipse jetty plugin(http://spindle.sourceforge.net/updates )
l With EJB
1. Eclpse (http://www.eclipse.org )
2. jboss (http://www.jboss.org )
3. eclipse jboss plugin (http://www.objectlearn.com/products/lomboz.jsp )

Eclipse 常用plugin:
1. Jalopy (http://jalopy.sourceforge.net/index.html ) 可以格式化整理程序.
2. Logger plugin (http://www.bonevich.com/boneclipse-...ging/index.html ) 可以很容易在eclpse打印您的程序输出调试信息.
3. Struts console (http://www.jamesholmes.com/struts/console ) 编写struts-config的工具
4. Aston (http://renaud91.free.fr/Plugins/index_en.html) 根据模板可以生成xml以及java类.
5. SolarEclipse (http://sourceforge.net/projects/solareclipse) 编写jsp的工具.
6. pattern box (http://www.patternbox.com/ ) 可以帮助您写出多种设计模式的代码.
7. XMLBuddy (http://xmlbuddy.com/ ) 帮助书写xml文件..
8. User Lib (http://www.javango.net/eclipse/userlib.html ) 可以让您指定某一个目录或者子目录的jar文件加载到类中.
9. lib-container (http://www.insomniq.com/files/com.i...ainer_1.0.0.zip )可以管理你的所有lib.很方便的导入.
10. Zip-Builder (http://www-106.ibm.com/developerwor...er/deboer2.html ) 自动打包您的应用程序为jar文件.
11. Spring UI (http://springui.sourceforge.net ) springframework的ui编辑工具
12. VelociyUI (http://veloedit.sourceforge.net/ ) Velocity UI的编辑工具.
13. Hibernate UI (http://hibernator.sourceforge.net )Hibernate的可视化编辑工具.

数据库
1. toad ()一个非常不错的oracle管理使用工具;
版本控制:

1. CVS (https://www.cvshome.org/ ) For Linux /Unix OS
2. CVSNT (http://www.cvsnt.org) For Nt OS
3. SubVersion (http://subversion.tigris.org/)
4. TortoiseCVS(http://www.tortoisecvs.org/ )一个轻巧好用的CVS客户端.

持续集成
1. Cruisecontrol (http://cruisecontrol.sourceforge.net/ )
2. Anthill (http://www.urbancode.com/projects/anthill/)

GroupWare

1. E groupware (http://www.egroupware.org/ )
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: