標籤: Spring
Spring MVC 基本Annotation設定(1)
除去web.xml 先前有了一篇 在Spring Web Application中使用Annotation取代 […]
在Spring Web Application中使用Annotation取代XML
總結 使用WebApplicationInitializer取代web.xml 使用@Configuratio […]
Query By Example In Spring-Data-JPA
Query By Example (QBE) 是個常用的查詢模式,Hibernate有Example Quer […]
Spring Security (3) Basic Configuration fo <authentication-provider>
<authentication-manager>共本上提供了兩種Authentication Pr […]
Spring Security (2) Basic Configuration of <http>
看過先前的說明應該會有些困惑,我們應該先稍為拆解一下<http><http auto-con […]

Spring Security (1) Basic Configuration
一個對外的系統通常有權限設定,主要的需求通常就是兩個 判斷目前的操作人員是誰 人員是否可以進行這個操作 Spr […]
Startup MX4J HttpAdaptor with Spring
我用JMX用的並不多,多半而言就是拿來控制Logger 的Level,最多加個清Cache,其餘就沒什麼特別在 […]
Web Application Security
Web Application Security要做的通常不過就是確認目前使用者是誰,能不能做目前要做的動作, […]