如果你想做java的web应用程序开发,而且想使用struts+spring+hibernate三个框架结合开发,以下内容可能适合你:Struts官方网站(http://struts.apache.org/)
Spring英文论坛(http://forum.springframework.org/)
Spring中文论坛(http://spring.jactiongroup.net/)
Hibernate官方网站(http://www.hibernate.org)
Hibernate中文网(http://www.hibernate.org.cn)
开发包下载:
Struts1.2.4(http://struts.apache.org/download.cgi)
Spring1.1.5(http://sourceforge.net/projects/springframework)
Hibernate2.1.8(http://sourceforge.net/projects/hibernate/)
开发工具:
Eclipse3.0.1(集成开发环境)(http://www.eclipse.org)
MyEclipse3.8.4(Eclipse的插件集,提供了Struts和Hibernate的开发能力)(http://www.myeclipseide.com)
Spring IDE(Eclipse的插件,提供Spring配置文件的编辑能力)(http://springframework.sourceforge.net/spring-ide/eclipse/)
Properties Editor(Eclipse的插件,提供资源文件的自动转码能力)(http://propedit.sourceforge.jp/index_en.html)

解决方案 »

  1.   

    jbuilder 11.0
    eclipse 3.1
    wsad 
    idea
      

  2.   

    VisualAgeJava, VisualAgeJavaThree -- favorite of ex smalltalkers -- discontinued 
    ForteForJava, NetBeans -- sun's hat in the ring 
    NetBeans -- a 100% java based IDE; open source; plugable; now bundled with Sun's J2SE 
    VisualCafe -- early and showing its age (discontinued ?) 
    BorlandJbuilder -- first with lots of coding aids 
    TogetherJava -- integrated uml drawings 
    IntellijIdea -- great semantic features like refactoring 
    EclipseIde -- plugable and open source 
    JavaEmacs, JavaDevelopmentEnvironment -- emacs 
    KawaIde -- discontinued 
    JedIt -- powerful editor with BeanShell scripting and plugins 
    OracleJdeveloper -- pluggable, good web services, JSF, JSP, database support 
    JcreatorLe -- VisualStudio 6.0-workalike written in CeePlusPlus
      

  3.   

    IDE方面Borland公司还是很不错的。
    Eclipse,JCreator也都还可以。
    刚开始建议你不要用IDE,这样才能理解其机制(JVM,CLASSPATH,PATH)