Java beginner web-development toolkit/environment

后端 未结 6 1857
时光取名叫无心
时光取名叫无心 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:00

    • Server side
      Tomcat6
    • CMS
      Drupal (not necessary in prilim phase)
    • Editor / IDE
      NetBeans (good for a beginner)
    • General tools/utilities
      (Almost everything is in NetBeans... go for it later)
    • Directed (special purpose) tools/utilities
      (Almost everything is in NetBeans... go for it later)
    • Testing and QA tools/utilities/techniques
      JUNIT and use FireBug (Do manual testing first)
    • Reference material (both on- & off-line)
      HeadFirst Series on JSP, JavaScript, etc.
      SCRIBD (online)

提交回复
热议问题