Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道在后端使用 java 开发 jQuery Web 应用程序的最佳实践是什么。应该使用 jsf facelet、普通 jsp、XML、spring mvc 在 servlet 中生成我的响应吗?什么是最好的方法?
谢谢!
主观地说,我们使用了一个返回 xml 的 servlet,并且它运行良好。使用很容易处理响应jQuery.parseXML();
jQuery.parseXML();