Re: Cayenne ActiveRecord like interface

2007-10-09 Thread Mike Kienenberger
Significant contributions require a CLA. What significant means has often been debated, but I suspect adding new functionality (as opposed to fixing a bug) is considered significant. Note that the CLA only gives ASF non-exclusive license to use the code, so other than the bureaucratic hoop jumpin

Re: Cayenne ActiveRecord like interface

2007-10-09 Thread Michael Gentry
I thought if he added it into Jira and selected "Grant license to ASF for inclusion in ASF works (as per the Apache License ยง5)" as the option for "Attachment License" then it would be OK? Not that I'm trying to backdoor the CLA ... :-) 5. Submission of Contributions. Unless You explicitly sta

Re: Cayenne ActiveRecord like interface

2007-10-09 Thread Andrus Adamchik
Cool. This can be done via Jira. Let me also mention in this context that you will need to sign a CLA for us to be able to include your code in Cayenne, which is hopefully not a big deal: http://apache.org/licenses/ Andrus On Oct 9, 2007, at 5:29 PM, David Marko wrote: Yes, I can prov

Re: Cayenne ActiveRecord like interface

2007-10-09 Thread David Marko
Yes, I can provide you with code. Its suprisingly simple code. I will prepare it with some description and examples of usage. David Andrus Adamchik wrote: > > On Oct 9, 2007, at 4:56 PM, Andrus Adamchik wrote: > >> dotae > > I meant "donate" of course :-) > > A. > >

Re: Cayenne ActiveRecord like interface

2007-10-09 Thread Andrus Adamchik
On Oct 9, 2007, at 4:56 PM, Andrus Adamchik wrote: dotae I meant "donate" of course :-) A.

Re: Cayenne ActiveRecord like interface

2007-10-09 Thread Andrus Adamchik
Looks nice. Any chance you'd like to dotae your work to Cayenne and work with Cayenne developers to package it in a form suitable for inclusion in the project? Thanks Andrus On Oct 9, 2007, at 3:21 PM, David Marko wrote: Hello, I like a ROR ActiveRecord a lot and I decided to create a spec

Re: Cayenne ActiveRecord like interface

2007-10-09 Thread Robert Zeigler
Hi David, I did something very similar (although your api looks cleaner than mine; I particularly liked the Query portion...) in a recent project combining tapestry 5 with cayenne. I was able to have a single "add/edit' page and a single "view" page for all of about 15 tables in the applicati

Cayenne ActiveRecord like interface

2007-10-09 Thread David Marko
Hello, I like a ROR ActiveRecord a lot and I decided to create a special interface for Cayenne to let me work easier in most cases. I borrowed some ideas and created a wrapper for Apache Cayenne. Instead a common DAO like scenario of using services for each model, I can now use one EntityManager th