Re: Cayenne web application tutorial

2007-06-06 Thread Robert Zeigler
Sorry for the delayed response... My basic thought for the SecurityManager idea was: gee, wouldn't it be nice if any time a dataobject was unsqueezed, I could call into a service that would look at the object, the current user, and the request context, and figure out if the user has

Re: Cayenne web application tutorial

2007-04-28 Thread Michael Gentry
The auto-hashing sounds interesting to me--as long as the hash could be seeded by the individual application developer (or even on a per-user basis using a session ID, etc). I didn't totally follow what you meant by the security manager scenario, though. Could you elaborate a bit on that?

AW: Cayenne web application tutorial

2007-04-12 Thread Peter Schröder
- Von: Michael Gentry [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 12. April 2007 15:23 An: [EMAIL PROTECTED] Betreff: Re: Cayenne web application tutorial Just a note (yes, this is one of my soapboxes and Steve and I discussed this ages ago): If you need data security in your application

AW: Cayenne web application tutorial

2007-04-10 Thread Peter Schröder
there is also a small tutorial using tapestry: http://web.aanet.com.au/websystems/start.html -Ursprüngliche Nachricht- Von: Malcolm Edgar [mailto:[EMAIL PROTECTED] Gesendet: Montag, 9. April 2007 12:27 An: user@cayenne.apache.org Betreff: Re: Cayenne web application tutorial Hi Reid

Re: Cayenne web application tutorial

2007-04-09 Thread Malcolm Edgar
Hi Reid, Beyond this tutuorial you get into the realm of web application frameworks and their capabilities to support Cayenne. Click Framework provides extensive support for the Cayenne ORM framework. You can see examples online at: www.avoka.com:8080/click-examples regards Malcolm Edgar

Re: Cayenne web application tutorial

2007-04-09 Thread Reid Thompson
Malcolm Edgar wrote: Hi Reid, Beyond this tutuorial you get into the realm of web application frameworks and their capabilities to support Cayenne. Click Framework provides extensive support for the Cayenne ORM framework. You can see examples online at: www.avoka.com:8080/click-examples

Re: Cayenne web application tutorial

2007-04-09 Thread Michael Gentry
I haven't tried out Click (yet), but if it looks interesting to you, definitely give it a shot since they are including Cayenne support as part of the out-of-the-box experience. I've used Cayenne inside Tapestry apps and it'll work there, too, but I wouldn't call it seamless. Especially with

Re: Cayenne web application tutorial

2007-04-07 Thread Andrus Adamchik
I am not aware of it, but this tutorial shows how to map and wire the main pieces. The next level is the User Guide itself. Andrus On Apr 8, 2007, at 10:25 AM, Reid Thompson wrote: Is there a more advance web application tutorial available than the one at