Hi Tim, I had sample code in a repo I was making a variations project to split hairs on how to do the same thing using different ways.
Unforch that repo was lost by a VPS provider although I have the latest got tree it is def not share-able ATM. Do a Google search for "github eloquentia Thiago tapestry" and you'll find thiago's excellent sample to get you going from a file based thing to database. Eloquentia may use nosql but you will be able to work it out - I did and I'm by far nowhere in the league of others on the list :) HTH Chris On 05/08/2014 11:43 am, "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 >