摘要:
The IoC container Spring 容器 属性注入 & 构造注入 Bean 实例的创建方式 p-namespace & c-namespace 集合属性的注入 作用域 延迟实例化 基于 Annotation 的配置 @Resoure & @Autowired 生命周期 depends-
阅读全文
posted @ 2016-05-10 19:26
huey2672
阅读(279)
推荐(0)
编辑
摘要:
Getting Started A simple JAX-WS service Writing a service with Spring Tools WSDL to Java RESTful Services A simple JAX-RS service JSON Support
阅读全文
posted @ 2016-05-10 19:18
huey2672
阅读(157)
推荐(0)
编辑
摘要:
Installation Lombok Annotations @Getter, @Setter, @ToString, @EqualsAndHashCode & @Data @NoArgsConstructor, @RequiredArgsConstructor & @AllArgsConstru
阅读全文
posted @ 2016-05-10 19:08
huey2672
阅读(173)
推荐(0)
编辑
摘要:
Getting Started Hello World Integration with Spring Quartz Scheduler Developer Guide Usage of JobDataMap Usage of Calendars Usage of SimpleTrigger Usa
阅读全文
posted @ 2016-05-10 19:03
huey2672
阅读(179)
推荐(0)
编辑
摘要:
重写 URL 的好处有很多: UrlRewriteFilter 的简单应用 1. Maven 依赖 2. 配置 web.xml: 3. 配置 /WEB-INF/urlrewrite.xml: 4. 当在浏览器键入 http://www.yourapp.com/items/9999.html 时,请求
阅读全文
posted @ 2016-05-10 16:32
huey2672
阅读(247)
推荐(0)
编辑
摘要:
过滤器可以对用户的请求拦截,进行预处理操作,接着将请求交给 Servlet 处理并生成响应,最后再对响应拦截,进行后处理操作。过滤器应用的场景有:用户登录、加密解密、会话校验等。 Filter API 过滤器必须继承 javax.servlet.Filter 接口。Filter 接口暴露三个生命周期
阅读全文
posted @ 2016-05-10 15:11
huey2672
阅读(256)
推荐(0)
编辑