Browse Source

Add Matt's blog post.

Ben Alex 20 năm trước cách đây
mục cha
commit
443cd0794b
1 tập tin đã thay đổi với 7 bổ sung3 xóa
  1. 7 3
      doc/xdocs/articles.html

+ 7 - 3
doc/xdocs/articles.html

@@ -40,15 +40,19 @@
     <li><b><a href="http://www.javalobby.org/articles/acegisecurity/part1.jsp">Securing Your Java Applications - Acegi Security Style</a></b>:
 		Matthew Porter wrote this good introductory article for Javalobby.<br><br>
 	</li>
+    <li><b><a href="http://raibledesigns.com/page/rd/20050104#re_j2ee_app_server_security">J2EE App Server Security</a></b>:
+		"After using Acegi for the last month, I think I'm going to ditch the 'standard' J2EE security stuff", blogged Matt Raible. I should note
+		our CVS tree has become stable and there are <a href="building.html">build instructions</a>.<br><br>
+	</li>
+    <li><b><a href="http://jroller.com/page/habuma/20041124#simplifying_acegi_configuration">Simplifying Acegi Configuration</a></b>:
+		Craig Walls provides a good approach to reusing your Acegi Security configuration between projects.<br><br>
+	</li>
     <li><b><a href="http://confluence.sourcebeat.com/display/SPL/Update+Chapters">Spring Live Update Chapters</a></b>:
 		Matt Raible is including Acegi Security in Chapter 12 of his popular ebook.<br><br>
 	</li>
     <li><b><a href="http://tp.its.yale.edu/tiki/tiki-view_faq.php?faqId=2#q16">Central Authentication Service FAQ</a></b>:
 		A general overview of how Acegi Security is used with Yale's CAS.<br><br>
 	</li>
-    <li><b><a href="http://jroller.com/page/habuma/20041124#simplifying_acegi_configuration">Simplifying Acegi Configuration</a></b>:
-		Craig Walls provides a good approach to reusing your Acegi Security configuration between projects.<br><br>
-	</li>
     <li><b><a href="http://www.almaer.com/blog/archives/000500.html">Let's leak IoC/DI into standards. You miss them when they aren't there!</a></b>:
 		Ain't that the truth! A good example of where Acegi Security's <code>FilterToProxyBean</code> comes in handy.<br><br>
 	</li>