articles.html 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. <!--
  2. * ========================================================================
  3. *
  4. * Copyright 2004 Acegi Technology Pty Limited
  5. *
  6. * Licensed under the Apache License, Version 2.0 (the "License");
  7. * you may not use this file except in compliance with the License.
  8. * You may obtain a copy of the License at
  9. *
  10. * http://www.apache.org/licenses/LICENSE-2.0
  11. *
  12. * Unless required by applicable law or agreed to in writing, software
  13. * distributed under the License is distributed on an "AS IS" BASIS,
  14. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  15. * See the License for the specific language governing permissions and
  16. * limitations under the License.
  17. *
  18. * ========================================================================
  19. -->
  20. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  21. <html xmlns="http://www.w3.org/1999/xhtml">
  22. <head>
  23. <title>External Web Articles covering Acegi Security</title>
  24. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  25. </head>
  26. <body>
  27. <h1>External Web Articles covering Acegi Security</h1>
  28. <p>Here are some of the external pages mentioning Acegi Security. If you've
  29. found another, please let us know.
  30. <ul>
  31. <li><b><a href="http://forum.springframework.org">Spring Forums</a></b>:
  32. The first place to look for Acegi Security support (use the 'search' function).<br><br>
  33. </li>
  34. <li><b><a href="mail-lists.html">Acegi Security Mailing Lists</a></b>:
  35. If you'd like to discuss development of the project.<br><br>
  36. </li>
  37. <li><b><a href="http://www.javalobby.org/articles/acegisecurity/part1.jsp">Securing Your Java Applications - Acegi Security Style</a></b>:
  38. Matthew Porter wrote this good introductory article for Javalobby.<br><br>
  39. </li>
  40. <li><b><a href="http://www.almaer.com/blog/archives/000640.html">Container Managed Security: If your standard covers a lowest common denominator</a></b>:
  41. "For this reason I end up using something like Acegi Security", Dion Almaer comments after listing a series of missing hooks from the Servlet Spec security approach.<br><br>
  42. </li>
  43. <li><b><a href="http://raibledesigns.com/page/rd/20050104#re_j2ee_app_server_security">J2EE App Server Security</a></b>:
  44. "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
  45. our CVS tree has become stable and there are <a href="building.html">build instructions</a>.<br><br>
  46. </li>
  47. <li><b><a href="http://raibledesigns.com/wiki/Wiki.jsp?page=AppFuseSecurity">Acegi Security use with AppFuse</a></b>:
  48. The popular AppFuse project now uses Acegi Security instead of container managed authentication!<br><br>
  49. </li>
  50. <li><b><a href="http://jroller.com/page/habuma/20041124#simplifying_acegi_configuration">Simplifying Acegi Configuration</a></b>:
  51. Craig Walls provides a good approach to reusing your Acegi Security configuration between projects. This has been
  52. <a href="http://www.picklematrix.net/archives/000974.html">updated</a> by Seth Ladd for release 0.7.0.<br><br>
  53. </li>
  54. <li><b><a href="http://confluence.sourcebeat.com/display/SPL/Update+Chapters">Spring Live Update Chapters</a></b>:
  55. Matt Raible is including Acegi Security in Chapter 12 of his popular ebook.<br><br>
  56. </li>
  57. <li><b><a href="http://www.manning.com/walls2">Spring In Action</a></b>:
  58. Craig Walls has also written another popular Spring book, which includes Acegi Security in Chapter 11.<br><br>
  59. </li>
  60. <li><b><a href="http://tp.its.yale.edu/tiki/tiki-view_faq.php?faqId=2#q16">Central Authentication Service FAQ</a></b>:
  61. A general overview of how Acegi Security is used with Yale's CAS.<br><br>
  62. </li>
  63. <li><b><a href="http://oness.sourceforge.net/JavaHispano%20Acegi%20presentacion.pdf">JavaHispano 2004 Acegi Security Presentation</a></b>:
  64. Carlos Sanchez's presentation (in Spanish), delivered 17 December 2004. An
  65. <a href="http://oness.sourceforge.net/JavaHispano%20Acegi.pdf">article</a> was also published.
  66. <br><br>
  67. </li>
  68. <li><b><a href="http://up-u.com/?p=183">Annotations in Acegi Security</a></b>:
  69. An implementation of JDK 1.5 annotations with Acegi Security's SecurityConfig.<br><br>
  70. </li>
  71. <li><b><a href="http://www.fstxblog.com/completely-geeked/2005/02/java-acegi-security-simplest-possible.html">Acegi Security - The Simplest Possible Example</a></b>:
  72. Reid Carlberg has provided a downloadable WAR containing the simplest possible Acegi Security configuration.<br><br>
  73. </li>
  74. <li><b><a href="http://fishdujour.typepad.com/blog/2005/02/junit_testing_w.html">JUnit Testing with Acegi Security</a></b>:
  75. A tip from Gavin Terrill on unit testing with Acegi Security.<br><br>
  76. </li>
  77. <li><b><a href="http://jroller.com/page/carlossg/20050226#acegi_security_reducing_configuration_in">Acegi Security: reducing configuration in web.xml</a></b>:
  78. Carlos Sanchez provides an overview of our new <code>FilterChainProxy</code> class.<br><br>
  79. </li>
  80. <li><b><a href="http://www.manageability.org/blog/stuff/single-sign-on-in-java/view">Open Source Identity Management Solutions Written in Java</a></b>:
  81. From <code>manageability.org</code>.<br><br>
  82. </li>
  83. <li><b><a href="http://www.porterhome.com/blog/matthew/2005/03/13/1110732830996.html">WW Live: Integrating Acegi and WebWork</a></b>:
  84. Discussion about enhancing Acegi Security and WebWork integration.<br><br>
  85. </li>
  86. <li><b><a href="http://www.orablogs.com/fnimphius/archives/000730.html">J2EE Security: Struts "Shale" proposal does improve web application security</a></b>:
  87. Frank Nimphius' blog contains some comments on Acegi Security. See
  88. our <a href="faq.html">FAQ</a> for additional JAAS comments.<br><br>
  89. </li>
  90. <li><b><a href="http://jakarta.apache.org/commons/attributes/faq.html">Anyone else using C-A (Commons Attributes)?</a></b>: Acegi Security made the list
  91. of projects using Jakarta Commons Attributes. Our
  92. <a href="/multiproject/acegi-security-sample-attributes/index.html">Attributes Sample</a>
  93. demonstrates C-A integration.<br><br>
  94. </li>
  95. </ul>
  96. </body>
  97. </html>