jasperreports杂记

1,介绍jasperreport的各方面,http://blog.csdn.net/voyage_mh1987/article/details/7286710

2,介绍xml数据源的ireport表格报表制作

http://www.blogjava.net/heis/archive/2009/02/16/254978.html

3, angular.js

页面获得json数据后,直接用标签就可以访问json数据,

4,webserivce

soap接口
1,我们使用别人提供的接口
用apache-cxf去根据url生成这个类
EsalesClientWebservicePortType
2,
CusPimsQueRiskAnsWebServiceImpl
requestPmsCustomersData()

restful
1,application-cfx.xml
spmGetWebService


WebserviceUtil
获得jason结果
public static String getJsonResult(String urlPath) {}
===============================
axis webservice
别人的接口返回xml结构的数据,用下面
public static String getJsonResult(String urlPath,String Namespace,String mothodName,String param,String param_value){}
使用Call自动xml转为json

有问题在公众号【清汤袭人】找我,时常冒出各种傻问题,然一通百通,其乐无穷,一起探讨


原文地址:https://www.cnblogs.com/qingmaple/p/5602437.html