- 浏览: 82577 次
- 性别:
- 来自: 北京
最新评论
-
qy1277378942:
博主,你好,请问你博客中的类图是用什么工具画出来的
Spring 框架的设计理念与设计模式分析
文章列表
1、服务注册:(目录)UDDI允许用户查找服务的基石
2、服务需求者:(传输)SOAP是连接应用和数据的机制
3、服务提供商:(接口)用WSDL定义如何应用服务
服务提供商-发布-服务注册
服务需求者-发现-服务注册
服务提供者-绑定-服务提供商
Writing Contract-First Web Services
1. Introduction
This tutorial shows you how to write
contract-first Web services
...
SLF4J user manual
The Simple Logging Facade for Java or (SLF4J) serves as a
simple facade or abstraction for various logging frameworks, e.g.
java.util.logging, log4j and logback, allowing the end-user to
plug in the desired logging framework at deployment
time.
Hello ...
Spring
Security
优劣
拜读了
Spring
Security
相关帖子和
Spring
Security
参考文档。现将我理解的
Spring
Security
写下来和大家共享。
本文目的是从
Spring
Security
能够提供的功能、以及基本原理角度分析,并不深入到如何编码。然后反过来,审查我们的软件系统需要哪些权限控制。进而评审
Spring Security
的适用性。
本文力求文字简单,概念也简单。
------------------------------------ ...