jsonLib支持库

最近作flex访问java,用到jsonlib库,这里把用到的jar包上传一下,顺便把flex文件和类文件上传一下。    
至于怎么部署,jar拷贝到lib包下
1,java类拷贝到src下
2,flexweb.mxml文件在flexSrc下新建一个文件flexweb,把flexweb.mxml里的文件拷贝进去就可以了。
3,remoting-config.xml,照着修改WEB-INF/flex下的remoting-config.xml文件,把
     <destination id="hello">
<properties> 
<source> com.Hello</source>
</properties>
     </destination>
拷贝进去。
4,启动tomcat,运行flexweb.mxml文件,查看结果。

你可能感兴趣的:(java,tomcat,Web,xml,Flex)