diff --git a/doc/xdocs/articles.html b/doc/xdocs/articles.html index e9681b4c94..959f9b5570 100644 --- a/doc/xdocs/articles.html +++ b/doc/xdocs/articles.html @@ -40,15 +40,19 @@
  • Securing Your Java Applications - Acegi Security Style: Matthew Porter wrote this good introductory article for Javalobby.

  • +
  • J2EE App Server Security: + "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 build instructions.

    +
  • +
  • Simplifying Acegi Configuration: + Craig Walls provides a good approach to reusing your Acegi Security configuration between projects.

    +
  • Spring Live Update Chapters: Matt Raible is including Acegi Security in Chapter 12 of his popular ebook.

  • Central Authentication Service FAQ: A general overview of how Acegi Security is used with Yale's CAS.

  • -
  • Simplifying Acegi Configuration: - Craig Walls provides a good approach to reusing your Acegi Security configuration between projects.

    -
  • Let's leak IoC/DI into standards. You miss them when they aren't there!: Ain't that the truth! A good example of where Acegi Security's FilterToProxyBean comes in handy.