File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Other Application Frameworks and the fly likes JSON in JSP Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Other Application Frameworks
Reply Bookmark "JSON in JSP" Watch "JSON in JSP" New topic
Author

JSON in JSP

Daniel Platon
Ranch Hand

Joined: Oct 10, 2005
Posts: 42
Hello everyone,

Don't know if this is the right place for this question but here we go:
I need to interpret a JSON response (from a Spring controller) into a JSP page. Does anybody knows about some sort of taglib for that ? Basically... I need a JSON "parser" taglib.
I work with JSON because I use ExtJS widgets.

Thanks everyone.
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56180
    
  13

How is the JSON getting to the JSP?


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Daniel Platon
Ranch Hand

Joined: Oct 10, 2005
Posts: 42
Request to a Spring controller which uses a JsonView to serialize the response to JSON...
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: JSON in JSP
 
Similar Threads
Ajax JSON looping in jQuery
Adding JSON tag library to Websphere RSA 7.0
encoding - decoding JSON objects in JSP page
passing java array to javascript
Spring 2.5 and JSON and JSP/AJAX working together