diff --git a/doc/xdocs/articles.html b/doc/xdocs/articles.html index 6316c2e5c3..b53971861c 100644 --- a/doc/xdocs/articles.html +++ b/doc/xdocs/articles.html @@ -40,6 +40,9 @@
  • Securing Your Java Applications - Acegi Security Style: Matthew Porter wrote this good introductory article for Javalobby.

  • +
  • Container Managed Security: If your standard covers a lowest common denominator: + "For this reason I end up using something like Acegi Security", Dion comments after listing a series of missing hooks from the Servlet Spec security approach.

    +
  • 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.