Thanks Tim, we are in the process of moving from Codehaus' SVN to Github so the documentation is dragging a bit behind, sorry for the trouble. I'll update it and fix whatever is broken before the next release. Regardless of the origin of the source code, take a look at the JPA examples. The concepts are largely the same whether you use JPA or Hibernate.
Kalle On Mon, Aug 4, 2014 at 6:42 PM, D Tim Cummings <t...@triptera.com.au> wrote: > I am having a look at the tapestry-security guide at > http://tynamo.org/tapestry-security+guide and several of the links are > broken > > Hibernate-based entity realm (service) > <http://svn.codehaus.org/tynamo/trunk/tynamo-federatedaccounts/tynamo-federatedaccounts-core/src/test/java/org/tynamo/security/federatedaccounts/testapp/services/UserRealm.java> > points > to > http://svn.codehaus.org/tynamo/trunk/tynamo-federatedaccounts/tynamo-federatedaccounts-core/src/test/java/org/tynamo/security/federatedaccounts/testapp/services/UserRealm.java > (404 Not found) > > User entity used by the realm sample referred to above > <http://svn.codehaus.org/tynamo/trunk/tynamo-federatedaccounts/tynamo-federatedaccounts-core/src/test/java/org/tynamo/security/federatedaccounts/testapp/entities/User.java> > points > to > http://svn.codehaus.org/tynamo/trunk/tynamo-federatedaccounts/tynamo-federatedaccounts-core/src/test/java/org/tynamo/security/federatedaccounts/testapp/entities/User.java > (404 Not found) > > tapestry-exceptionpage <http://tynamo.org/tapestry-security+guide> points > to the tapestry-security guide page that we are reading. > > full-featured integration test web app > <http://svn.codehaus.org/tynamo/trunk/tapestry-security/src/test/java/org/tynamo/security/testapp/> > should > probably point to github > https://github.com/tynamo/tapestry-security/tree/master/src/test/java/org/tynamo/security/testapp > > template > <http://svn.codehaus.org/tynamo/trunk/tapestry-security/src/test/resources/org/tynamo/security/testapp/pages/Index.tml> > should > probably point to github > https://github.com/tynamo/tapestry-security/blob/master/src/test/resources/org/tynamo/security/testapp/pages/Index.tml > > class > <http://svn.codehaus.org/tynamo/trunk/tapestry-security/src/test/java/org/tynamo/security/testapp/pages/Index.java> > should > probably point to github > https://github.com/tynamo/tapestry-security/blob/master/src/test/java/org/tynamo/security/testapp/pages/Index.java > > AlphaService > <http://svn.codehaus.org/tynamo/trunk/tapestry-security/src/test/java/org/tynamo/security/testapp/services/AlphaService.java> > should > probably point to github > https://github.com/tynamo/tapestry-security/blob/master/src/test/java/org/tynamo/security/testapp/services/AlphaService.java > > http://svn.codehaus.org/tynamo/trunk/tynamo-example-federatedaccounts should > probably point to github > https://github.com/tynamo/tynamo-example-federatedaccounts > > AppModule > <http://svn.codehaus.org/tynamo/trunk/tynamo-example-federatedaccounts/src/main/java/org/tynamo/examples/federatedaccounts/services/AppModule.java> > should > probably point to github > https://github.com/tynamo/tynamo-example-federatedaccounts/blob/master/src/main/java/org/tynamo/examples/federatedaccounts/services/AppModule.java > > > > I am really looking for sample code of an implementation of > tapestry-security with Cayenne (or Hibernate) using Tapestry 5.3.7, > tapestry-security 0.5.1. I don't need federated accounts at this stage. > > > > Regards > > Tim >