2004-12-22 08:15:07 -05:00
<!--
* ========================================================================
*
* Copyright 2004 Acegi Technology Pty Limited
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* ========================================================================
-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" >
< head >
2004-12-22 19:15:00 -05:00
< title > External Web Articles covering Acegi Security< / title >
2004-12-22 08:15:07 -05:00
< meta http-equiv = "Content-Type" content = "text/html; charset=iso-8859-1" / >
< / head >
< body >
2004-12-22 20:30:04 -05:00
< h1 > External Web Articles covering Acegi Security< / h1 >
2004-12-22 08:15:07 -05:00
< p > Here are some of the external pages mentioning Acegi Security. If you've
found another, please let us know.
< ul >
2005-01-25 01:33:38 -05:00
< li > < b > < a href = "http://forum.springframework.org" > Spring Forums< / a > < / b > :
2004-12-22 19:15:00 -05:00
The first place to look for Acegi Security support (use the 'search' function).< br > < br >
2004-12-22 08:15:07 -05:00
< / li >
< li > < b > < a href = "mail-lists.html" > Acegi Security Mailing Lists< / a > < / b > :
2004-12-22 19:15:00 -05:00
If you'd like to discuss development of the project.< br > < br >
2004-12-22 08:15:07 -05:00
< / li >
< li > < b > < a href = "http://www.javalobby.org/articles/acegisecurity/part1.jsp" > Securing Your Java Applications - Acegi Security Style< / a > < / b > :
2004-12-22 19:15:00 -05:00
Matthew Porter wrote this good introductory article for Javalobby.< br > < br >
2004-12-22 08:15:07 -05:00
< / li >
2005-06-20 01:31:57 -04:00
< li > < b > < a href = "http://raibledesigns.com/page/rd/20050617#presentations_acegi_security_and_spring" > Acegi Security High-Level Overview Presentation< / a > < / b > :
Matt Raible has provided a nice < a href = "http://www2.java.no/web/files/moter/mai05/AcegiSecurity.pdf" > PDF presentation< / a > comparing Acegi Security and J2EE CMA.< br > < br >
< / li >
2005-01-19 15:50:27 -05:00
< 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 > :
2005-01-25 01:33:38 -05:00
"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 >
2005-01-19 15:50:27 -05:00
< / li >
2005-01-05 04:24:11 -05:00
< 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 >
2005-05-01 04:55:40 -04:00
< li > < b > < a href = "http://raibledesigns.com/wiki/Wiki.jsp?page=AppFuseAuthentication" > AppFuse Authentication< / a > < / b > :
Discusses AppFuse 1.8+'s replacement of Container-Managed Authentication (CMA) with Acegi Security.< br > < br >
< / li >
2005-05-05 23:50:53 -04:00
< li > < b > < a href = "http://www.jroller.com/page/vtatai/20050505#integrating_acegi_with_jsf" > Java Server Faces (JSF) with Acegi Security< / a > < / b > :
2005-05-05 23:53:12 -04:00
Covers using these two frameworks - thanks to Victor Tatai.< br > < br >
2005-05-05 23:50:53 -04:00
< / li >
2005-01-07 21:42:36 -05:00
< li > < b > < a href = "http://raibledesigns.com/wiki/Wiki.jsp?page=AppFuseSecurity" > Acegi Security use with AppFuse< / a > < / b > :
The popular AppFuse project now uses Acegi Security instead of container managed authentication!< br > < br >
< / li >
2005-01-05 04:24:11 -05:00
< li > < b > < a href = "http://jroller.com/page/habuma/20041124#simplifying_acegi_configuration" > Simplifying Acegi Configuration< / a > < / b > :
2005-02-04 02:02:52 -05:00
Craig Walls provides a good approach to reusing your Acegi Security configuration between projects. This has been
< a href = "http://www.picklematrix.net/archives/000974.html" > updated< / a > by Seth Ladd for release 0.7.0.< br > < br >
2005-01-05 04:24:11 -05:00
< / li >
2004-12-22 08:15:07 -05:00
< li > < b > < a href = "http://confluence.sourcebeat.com/display/SPL/Update+Chapters" > Spring Live Update Chapters< / a > < / b > :
2004-12-22 19:15:00 -05:00
Matt Raible is including Acegi Security in Chapter 12 of his popular ebook.< br > < br >
2004-12-22 08:15:07 -05:00
< / li >
2005-05-29 08:40:21 -04:00
< li > < b > < a href = "http://www.china-pub.com/computers/common/info.asp?id=24483" > Mastering Spring (Chinese) Book< / a > < / b > :
Acegi Security is included in Chapter 6 of this book.< br > < br >
< / li >
2005-01-14 17:05:51 -05:00
< li > < b > < a href = "http://www.manning.com/walls2" > Spring In Action< / a > < / b > :
Craig Walls has also written another popular Spring book, which includes Acegi Security in Chapter 11.< br > < br >
< / li >
2004-12-22 08:15:07 -05:00
< li > < b > < a href = "http://tp.its.yale.edu/tiki/tiki-view_faq.php?faqId=2#q16" > Central Authentication Service FAQ< / a > < / b > :
2004-12-22 19:15:00 -05:00
A general overview of how Acegi Security is used with Yale's CAS.< br > < br >
2004-12-22 08:15:07 -05:00
< / li >
2005-01-17 18:38:58 -05:00
< li > < b > < a href = "http://oness.sourceforge.net/JavaHispano%20Acegi%20presentacion.pdf" > JavaHispano 2004 Acegi Security Presentation< / a > < / b > :
2005-01-17 18:40:05 -05:00
Carlos Sanchez's presentation (in Spanish), delivered 17 December 2004. An
< a href = "http://oness.sourceforge.net/JavaHispano%20Acegi.pdf" > article< / a > was also published.
2005-01-17 18:38:58 -05:00
< br > < br >
2005-01-06 16:25:30 -05:00
< / li >
2005-04-20 07:32:37 -04:00
< li > < b > < a href = "http://up-u.com/?p=183" > Annotations in Acegi Security< / a > < / b > :
An implementation of JDK 1.5 annotations with Acegi Security's SecurityConfig.< br > < br >
< / li >
2005-05-16 18:37:04 -04:00
< li > < b > < a href = "http://www.fstxblog.com/completely-geeked/2005/05/java-acegi-security-simple-example-v2.html" > Acegi Security - The Simplest Possible Example< / a > < / b > :
Reid Carlberg has provided a downloadable WAR containing the simplest possible Acegi Security 0.8.2 configuration.< br > < br >
2005-02-13 02:07:46 -05:00
< / li >
2005-03-01 03:15:09 -05:00
< li > < b > < a href = "http://fishdujour.typepad.com/blog/2005/02/junit_testing_w.html" > JUnit Testing with Acegi Security< / a > < / b > :
A tip from Gavin Terrill on unit testing with Acegi Security.< br > < br >
< / li >
< li > < b > < a href = "http://jroller.com/page/carlossg/20050226#acegi_security_reducing_configuration_in" > Acegi Security: reducing configuration in web.xml< / a > < / b > :
Carlos Sanchez provides an overview of our new < code > FilterChainProxy< / code > class.< br > < br >
< / li >
< 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 > :
From < code > manageability.org< / code > .< br > < br >
2004-12-22 08:15:07 -05:00
< / li >
2005-03-13 16:58:45 -05:00
< li > < b > < a href = "http://www.porterhome.com/blog/matthew/2005/03/13/1110732830996.html" > WW Live: Integrating Acegi and WebWork< / a > < / b > :
Discussion about enhancing Acegi Security and WebWork integration.< br > < br >
< / li >
2004-12-22 08:15:07 -05:00
< li > < b > < a href = "http://www.orablogs.com/fnimphius/archives/000730.html" > J2EE Security: Struts "Shale" proposal does improve web application security< / a > < / b > :
2004-12-22 19:15:00 -05:00
Frank Nimphius' blog contains some comments on Acegi Security. See
our < a href = "faq.html" > FAQ< / a > for additional JAAS comments.< br > < br >
2004-12-22 08:15:07 -05:00
< / li >
2004-12-25 23:14:41 -05:00
< 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
of projects using Jakarta Commons Attributes. Our
2004-12-26 01:54:50 -05:00
< a href = "/multiproject/acegi-security-sample-attributes/index.html" > Attributes Sample< / a >
2004-12-25 23:14:41 -05:00
demonstrates C-A integration.< br > < br >
< / li >
2004-12-22 08:15:07 -05:00
< / ul >
< / body >
< / html >