摘要: Play Framework Eclipse 開發入門 閱讀全文
開發框架
摘要: 之前整合的框架中struts部分有問題,現將其升級到strtus2.1.8.1,可以解決兩個問題:
1. 程序工作正常但后臺報錯,Unable to set parameter [location] in result of type [com.googlecode.jsonplugin.JSONResult]。
2. 無法提交double為0值的問題。 ... 閱讀全文
1. 程序工作正常但后臺報錯,Unable to set parameter [location] in result of type [com.googlecode.jsonplugin.JSONResult]。
2. 無法提交double為0值的問題。 ... 閱讀全文
摘要: 五、整合Struts2、Extjs 將struts-2.1.6\lib目錄下的struts2-codebehind-plugin-2.1.6.jar、struts2- core-2.1.6.jar、struts2-spring-plugin-2.1.6.jar、xwork-2.1.2.jar、ognl- 2.6.11.jar、freemarker-2.3.13.jar、commons-fileupload-1.2.1.jar、commons- io-1.3.2.jar復制到項目WebContent\lib下。另外還需jsonplugin-0.34.jar包,使struts2 action返回json類型 ... 閱讀全文
摘要: 一、準備 1. Hibernate: hibernate-distribution-3.3.2.GA, hibernate-annotations-3.4.0.GA 2. Spring: spring-framework-2.5.5-with-dependencies.zip 3. Struts2: struts-2.1.6-all.zip 4. Extjs: ext-3.0.0.zip ... 閱讀全文
摘要: 一、準備:1. 下載Ext GWT 2.1.0。2. 下載GWT 1.7.1,Ext GWT 2.1.0需GWT 1.6以上版本。直接解壓縮即可。3. 下載GWT插件,cypal.studio.for.gwt- 1.0。復制到eclipse的plugins目錄下 ... 閱讀全文