2018年7月26日

定义一个servlet用于处理所有外部接口类 架构思路

摘要: 架构思路”: 所有外部URL访问请求(对外提供的接口)全部交给intServiceServlet处理, 然后servlet调用BPO通过URL中的命名去寻找相应的javaBean.接口BO,然后接口BO处理对应的请求。 BPO如何找相应的BO,通过URL的命名规则,URL的最后一段作为接口名称 eg 阅读全文

posted @ 2018-07-26 18:44 丶柚子 阅读(295) 评论(0) 推荐(0) 编辑

spring上下文快速获取方法

摘要: import org.springframework.beans.BeansException;import org.springframework.context.ApplicationContext;import org.springframework.context.ApplicationCo 阅读全文

posted @ 2018-07-26 18:36 丶柚子 阅读(1370) 评论(0) 推荐(0) 编辑

jasper打印实例2 ----通过文件字节流获得PDF格式图片

摘要: public class IspReportUtil { public static String exportReportToByte(CommonReportHandler handler)throws AppException { JRDataSource dataSource = null; 阅读全文

posted @ 2018-07-26 11:32 丶柚子 阅读(1601) 评论(1) 推荐(0) 编辑

导航