You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by Apache Wiki <wi...@apache.org> on 2007/06/30 03:23:37 UTC

[Tapestry Wiki] Update of "AcegiSpringJava5" by NickWestgate

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tapestry Wiki" for change notification.

The following page has been changed by NickWestgate:
http://wiki.apache.org/tapestry/AcegiSpringJava5

------------------------------------------------------------------------------
  
  I have created a simple example (this example uses the [http://www.carmanconsulting.com/tapestry-acegi/ Tapestry-Acegi] module) that shows how that can be done. The
  complete source code can be found here:
- http://www.zedlitz.de/tapestry-acegi.zip (8kB)
+ http://www.zedlitz.de/tapestry-acegi.zip (8kB) (This example uses Tapestry 4.0.1)
  
  If you have Maven2 installed you can go into the directoy tapestry-acegi and
  enter the command "mvn jetty:run". Then you can access the application via
@@ -236, +236 @@

  
  = next parts of the tutorial =
   * AcegiSpringJava5Part2 - Who am I? Displaying the name of the authentication user.
-  * AcegiSpringJava5FormBased - an idea how a form based login could work
+  * AcegiSpringJava5FormBased - An idea of how a form based login could work
  
  = tips and tricks =
   * You can change the realm name used for HTTP basic authentication by adding these lines to{{{src/main/resources/META-INF/hivemodule.xml}}}:
@@ -246, +246 @@

      </contribution>
  }}}
  
- = open questions =
-  * How can I use a form login instead of HTTP basic authentication?
- 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org