http://www.ibm.com/developerworks/java/library/j-jodatime/index.html
http://today.java.net/pub/a/today/2006/04/27/building-ajax-with-dojo-and-json.html
http://stackoverflow.com/questions/5311007/how-to-read-json-file-with-dojo
http://knol.google.com/k/how-to-build-a-dynamic-tree-with-dojo-dwr-spring-and-hibernate#
http://www.pigo.idv.tw/archives/54
http://stackoverflow.com/questions/8448855/making-dojo-grid-sort-with-spring-and-json
http://forum.springsource.org/showthread.php?94789-Using-ResponseBody-to-get-JSON
http://www.mkyong.com/spring-mvc/spring-3-mvc-and-json-example/
http://blog.springsource.org/2010/01/25/ajax-simplifications-in-spring-3-0/
http://digitaljoel.nerd-herders.com/2011/01/29/ajax-post-to-spring-mvc-controller/
<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt"%>
<fmt:message key="my.message.key">
<fmt:param value="${the.first.place.holder}"/>
<fmt:param value="${the.second.place.holder}"/>
</fmt:message>
Issue:
java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener解法 I:
檢查spring相關的jar在不在tomcat的發佈工程的lib下
檢查Deployment deployment Assembly
解法 II:
xml設置裡面用到的bean不對,可能名字寫錯了。
解法 III:
web.xml 文件的 <listener>標籤必須在<servlet>之前
Issue:
Hangs at “Initializing Java tooling”
http://tedvinke.wordpress.com/2010/06/21/eclipse-initializing-java-tooling-hangs/