Re: Scale out

2013-05-31 Thread Andrus Adamchik
On Jun 1, 2013, at 7:34 AM, Christian Grobmeier wrote: >> >> what about doing something virtual with a Connect session or eqquivalent. >> >> > Thanks Malcom! I am afraid I don't understand what you mean by that? I think Malcolm is talking about an online Cayenne presentation. BTW I'll proba

Re: Scale out

2013-05-31 Thread Christian Grobmeier
On Sat, Jun 1, 2013 at 4:45 AM, Malcolm Edgar wrote: > what about doing something virtual with a Connect session or eqquivalent. > > Thanks Malcom! I am afraid I don't understand what you mean by that? > regards Malcolm > > > On 31/05/2013, at 10:38 PM, Andrus Adamchik > wrote: > > > > > On May

Re: Scale out

2013-05-31 Thread Christian Grobmeier
On Fri, May 31, 2013 at 2:38 PM, Andrus Adamchik wrote: > > On May 31, 2013, at 3:21 PM, Christian Grobmeier > wrote: > > > Thanks all for your comments and the ideas > > Looks like it is not an easy task and I am glad I asked so early. I > > will most likely not check terracotta, I am hoping for

Re: Scale out

2013-05-31 Thread Malcolm Edgar
what about doing something virtual with a Connect session or eqquivalent. regards Malcolm On 31/05/2013, at 10:38 PM, Andrus Adamchik wrote: > > On May 31, 2013, at 3:21 PM, Christian Grobmeier wrote: > >> Thanks all for your comments and the ideas >> Looks like it is not an easy task and I

Re: Swing / Data views

2013-05-31 Thread Andrus Adamchik
On the DataViews status... Yes, DataViews is no longer a supported technology in Cayenne. DataViews was a great and promising framework, but ended up archived and removed from the main line of development after its main and only developer moved on to other things. The code is there, and Swing ha

Re: Swing / Data views

2013-05-31 Thread Emanuele Maiarelli
I suggest to use a "fresh" context for every form you gonna instance, that will avoid leaving uncommitted objects around in one single context. You can eventually avoid reflection , since every cayenne objects have static string fields containing method names, that can be readen/written using read

Re: Swing / Data views

2013-05-31 Thread Andrew Faust
Hi Chris. About 2 years ago I developed a desktop java app, using Swing and Cayenne. I was using Eclipse becuase there is a free plug-in called * WindowBuilderPro*, that allows you to visually create your Swing views. Anyway this tool also had some kind of Data-Binding support; however, I did not

Re: Swing / Data views

2013-05-31 Thread Emanuele Maiarelli
I wrote a mini framework working with netbeans app framework for databinding. Il giorno 31/mag/2013 17:20, "Chris Walters" ha scritto: > I have a need to bind some Cayenne data objects to Swing components in a > Netbeans platform-based app. Google tells me there used to be something > called Dat

Swing / Data views

2013-05-31 Thread Chris Walters
I have a need to bind some Cayenne data objects to Swing components in a Netbeans platform-based app. Google tells me there used to be something called Data Views. Are they completely gone? Any other recommendations for binding data objects to Swing components if so? Am I showing how out of

Re: Scale out

2013-05-31 Thread Andrus Adamchik
On May 31, 2013, at 3:21 PM, Christian Grobmeier wrote: > Thanks all for your comments and the ideas > Looks like it is not an easy task and I am glad I asked so early. I > will most likely not check terracotta, I am hoping for an easy > solution. :-( Cache groups are fairly easy and lightweigh

Re: Scale out

2013-05-31 Thread Christian Grobmeier
Thanks all for your comments and the ideas Looks like it is not an easy task and I am glad I asked so early. I will most likely not check terracotta, I am hoping for an easy solution. :-( Unfortunately Montreal is pretty far from Germany, I would have loved to check this training out. If you want

Re: SQLTemplate returning NULL results

2013-05-31 Thread dollj
It would seem that it only fails when using camelCase then, as all my PK identifiers are in Uppercase (in the DB, in my Cayenne model and in the SQLTemplate query). Sorry about the misinformation then in my previous post. regards Jurgen > Andrus, > > the weird thing is that, even if the SQL que