Java beginner web-development toolkit/environment

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

    For web-development I use (and would recommend) the following:

    • JSP/Servlet API
    • Spring MVC
    • JQuery
    • XHTML & CSS
    • Fitnesse

    With regards to resources, all these technologies are well documented on their respective sites, the only exception being XHTML & CSS for which I'd suggest http://www.alistapart.com.

    With regards to editors both IntelliJ and (I believe) Eclipse have very good HTML, CSS, JSP and JavaScript editors.

    Also use Firefox (as Brian has suggested) with both the Web Developer plugin and Firebug - both of these are indispensable.

提交回复
热议问题