THRIFT-550: Added javascript support
authorT Jake Luciani <jake@apache.org>
Mon, 15 Feb 2010 03:24:55 +0000 (03:24 +0000)
committerT Jake Luciani <jake@apache.org>
Mon, 15 Feb 2010 03:24:55 +0000 (03:24 +0000)
commit322caa2f9289e8174069dbac1f8d7949e1130af6
tree6f6ccef8c84e4535a0e2a3c9506804946060bb42
parentf94f008d80bf858e4ad635fda61f8cd2bd1be0a2
THRIFT-550: Added javascript support

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@910158 13f79535-47bb-0310-9956-ffa450edef68
compiler/cpp/Makefile.am
compiler/cpp/src/generate/t_js_generator.cc [new file with mode: 0644]
configure.ac
lib/js/README [new file with mode: 0644]
lib/js/test/RunTestServer.sh [new file with mode: 0755]
lib/js/test/src/test/Httpd.java [new file with mode: 0644]
lib/js/test/src/test/TestHandler.java [new file with mode: 0644]
lib/js/test/test.html [new file with mode: 0644]
lib/js/thrift.js [new file with mode: 0644]
test/ThriftTest.thrift