Click 0.20 is now available

2006-06-06 Thread Malcolm Edgar
-changes.html PLEASE NOTE you are highly recommended to upgrade to this release, which includes a number of major bug fixes. regars Malcolm Edgar

Re: Cayenne TSS thread

2006-07-24 Thread Malcolm Edgar
Hi All, I think TSS has really lost a lot of its relevance over the last 6-12 months. Its hard to get much of a thread going mixed in with all the commercial product announcements. I dont know what the replacement for TSS is however. regards Malcolm Edgar On 7/24/06, Michael Gentry [EMAIL

Flex Cayenne

2006-08-17 Thread Malcolm Edgar
this issue. I dont mind hacking the Cayenne library to address this issue. regards Malcolm Edgar

Re: Flex Cayenne

2006-08-17 Thread Malcolm Edgar
Hi Andrus, thanks for the tip. I am working on this path.. regards Malcolm Edgar On 8/17/06, Andrus Adamchik [EMAIL PROTECTED] wrote: Hi Malcolm, You can traverse an object graph using ClassDescriptor with a custom PropertyVisitor. For instance DataContext.registerNewObject(..) implements

Re: [ANN] Cayenne 1.2.1 released

2006-08-30 Thread Malcolm Edgar
Great to see this maintenance release going out. regards Malcolm Edgar On 8/30/06, Andrus Adamchik [EMAIL PROTECTED] wrote: Check out the new 1.2.1 maintenance release. It contains a number of bug fixes. For details see the blog entry: http://objectstyle.org/confluence/display/CAY/2006/08/30

[annou] Click Framework 1.0 RC2 is now available

2006-09-06 Thread Malcolm Edgar
Hi All, Click Framework 1.0 RC2 is now available. http://click.sourceforge.net/ For the changes is this release please see: http://click.sourceforge.net/docs/roadmap-changes.html regards Malcolm Edgar

Re: Sneak preview of new proposed Cayenne site

2006-09-08 Thread Malcolm Edgar
looks great. regards Malcolm Edgar On 9/9/06, Borut BolĨina [EMAIL PROTECTED] wrote: Hello, have a look at http://svarog.homeip.net/cayenne/ Most work is to be invested in documentation section. Properly divided sections, PDF versions, ... Also the right side is empty. Suggestions welcome

Re: onCourse product launch

2006-09-28 Thread Malcolm Edgar
Hi Aristedes, Congratulations, the application looks great. I am getting jealous of all the cool looking Mac UI's I am seeing now days. regards Malcolm Edgar On 9/28/06, Aristedes Maniatis [EMAIL PROTECTED] wrote: Since there isn't a lot of news about products using Cayenne, I thought

Get Connection

2006-10-19 Thread Malcolm Edgar
= Configuration.getSharedConfiguration(); String domainName = getDataContext().getParentDataDomain().getName(); configuration.getDataSourceFactory().getDataSource(domainName); What is the proper approach for this? regards Malcolm Edgar

Re: Get Connection

2006-10-20 Thread Malcolm Edgar
Thanks Tore for the details. regards Malcolm On 10/20/06, Tore Halset [EMAIL PROTECTED] wrote: On Oct 20, 2006, at 13:24, Tore Halset wrote: On Oct 20, 2006, at 3:35, Malcolm Edgar wrote: I am using a Jasper reports in a Cayenne project, and I want to obtain a Connection from Cayenne

Re: best practice for handling database schema changes

2006-12-03 Thread Malcolm Edgar
I have also used a very similar approach on another project. We used Java commands to perform each version update, the advantage of this over straight SQL files is that you can migrated data using Java logic into the new schema. regards Malcolm On 12/4/06, Aristedes Maniatis [EMAIL PROTECTED]