Hi all,
I am new for json schema and appreciate this group help and knowledge
sharing. I have my json schema that describes parameters to my apis. I
would like to expose those apis in the browser so users can choose
specific api, then fill out required parameters, see the default
values of not required parameters and then submit the request and get
and see the answer. That is similar to open source Google API explorer
http://code.google.com/apis/explorer/. The problem with this
application that I am able to see GUI in Chrome only. Other problem
that when I need downloaded this app it requires some google-api-gwt-
client.jar that I can't find on th Internet
Any suggestions are greatly appreciated. Basically if somebody can
tell me how can I build this open source project - that is gonna be
great! I appreciate suggestions to use any other libraries. I would
like to have my code executed on the browser side then on the server
-Sergey