Java beginner web-development toolkit/environment

后端 未结 6 1779
时光取名叫无心
时光取名叫无心 2021-01-31 12:23

I have been tasked to develop an interactive website using java & mysql: using servlets to retrieve & massage data, applets to do special handling of the data client-sid

6条回答
  •  情话喂你
    2021-01-31 13:08

    CMS

    • Tortoise SVN

    Editor / IDE

    • eclipse

    General tools/utilities

    • Maven (build and deploy tool)
    • Cruise Control
    • GWT/ext-GWT/ICEFaces - web component technology
    • Spring - dependency injection framework
    • Hibernate - ORM
    • Axis 2.0 web service development kit
    • Jboss

    Directed (special purpose) tools/utilities

    • log5j - for logging

    Testing and QA tools/utilities/techniques

    - Watij
    - Firebug
    - QTP for automated testing
    - Junit Perf (Junit test cases for performance testing.)
    

    Reference material (both on- & off-line)

    • Java docs of each of the technologies
    • Google ofcourse :)

提交回复
热议问题