开发者

Configuring Tomcat 6 for JSON

开发者 https://www.devze.com 2023-02-10 03:11 出处:网络
This seems like a silly question, but I haven\'t really seen a good guide or best practices for getting Tomcat t开发者_高级运维o respond to JSON requests.Does anyone know of one?We\'ll be handling a l

This seems like a silly question, but I haven't really seen a good guide or best practices for getting Tomcat t开发者_高级运维o respond to JSON requests. Does anyone know of one? We'll be handling a lot of requests so I need to consider redundancy and efficiency.

Thanks.


Consider using Jackson oder JSON-Lib to transform your output from within your servlets/controllers.

0

精彩评论

暂无评论...
验证码 换一张
取 消