[GWT] json 객체로 변환하는 방법들
Google/GWT / 2008. 3. 1. 14:28
원문 : http://groups.google.com/group/Google-Web-Toolkit/msg/e6bf7acc9d16af6b
#1
http://xstream.codehaus.org/
Server 단에서 손쉽게 XML과 json으로 변경할 수 있는 라이브러리 제공
#2
there is no JSON_RPC in default tookit api, Simply use plain HTTP
rquest (e.g. restfull) and convert results to JSON object
GWT-RPC를 쓰지 않는 다는 소리인지;; 쩝;; 영어는 인생의 벽 ㅠ_ㅠ
#3
http://code.google.com/p/rocket-gwt/wiki/JsonSerialization
GWT client 단에서 사용할 수 있는 json 라이브러리
#4
http://code.google.com/p/gwt-api-interop/
요건 Java Script 단에서 사용할 수 있는 라이브러리
gwt-ext 를 하려다 보니 GWT-RPC의 반환 값을 grid에 적용시키기에는
공통을 뽑기가 어려워서 json으로 변환하여 사용해보려고 시도중입니다.
#1
http://xstream.codehaus.org/
Server 단에서 손쉽게 XML과 json으로 변경할 수 있는 라이브러리 제공
#2
there is no JSON_RPC in default tookit api, Simply use plain HTTP
rquest (e.g. restfull) and convert results to JSON object
GWT-RPC를 쓰지 않는 다는 소리인지;; 쩝;; 영어는 인생의 벽 ㅠ_ㅠ
#3
http://code.google.com/p/rocket-gwt/wiki/JsonSerialization
GWT client 단에서 사용할 수 있는 json 라이브러리
#4
http://code.google.com/p/gwt-api-interop/
요건 Java Script 단에서 사용할 수 있는 라이브러리
gwt-ext 를 하려다 보니 GWT-RPC의 반환 값을 grid에 적용시키기에는
공통을 뽑기가 어려워서 json으로 변환하여 사용해보려고 시도중입니다.