Re: Two fundamental questions.

2015-01-23 Thread Robert Zeigler
to amino acids in reading frame 1 though :-) > Good one... > > Jacob Poder > > -Original Message- > From: Robert Zeigler [mailto:robert.zeig...@roxanemy.com] > Sent: 22. januar 2015 00:14 > To: Tapestry users > Subject: Re: Two fundamental questions. > > I

RE: Two fundamental questions.

2015-01-22 Thread Poder, Jacob
00:14 To: Tapestry users Subject: Re: Two fundamental questions. I haven't tried tapestry-cayenne with 5.4. I've been heavily involved in a lot of other projects that don't involve tapestry or even java. That said, my recollection is that the Library works with 5.3, at least. At

Re: Two fundamental questions.

2015-01-21 Thread Kalle Korhonen
Always worth mentioning tapestry-model ( http://tynamo.org/tapestry-model+guide) when talking about CRUD. The more you generalize your T5 CRUD implementation, the more it will start looking like tapestry-model. Kalle On Wed, Jan 21, 2015 at 5:40 AM, Geoff Callender < geoff.callender.jumpst...@gma

Re: Two fundamental questions.

2015-01-21 Thread Bob Harner
Cheng, in case you haven't seen it, here's the write-up Robert Z. provided 3 years ago listing all the cool functionality in the Tapestry5-cayenne module: http://mail-archives.apache.org/mod_mbox/tapestry-users/201112.mbox/%3cf6c2be07-ffad-4488-ae2f-2112a0e7b...@roxanemy.com%3E On Wed, Jan 21, 20

Re: Two fundamental questions.

2015-01-21 Thread Robert Zeigler
I haven't tried tapestry-cayenne with 5.4. I've been heavily involved in a lot of other projects that don't involve tapestry or even java. That said, my recollection is that the Library works with 5.3, at least. At some point, I will migrate the code over to github, but that isn't likely to happ

Re: Two fundamental questions.

2015-01-21 Thread zcsrssrs
Thank you Michael for your detailed comments. I will look into these once I am done with basic crud. On Wed, Jan 21, 2015 at 6:11 AM, Michael Gentry wrote: > Hi Charles, > > We generally don't use any kind of special integration with our > Tapestry+Cayenne applications here. A couple general sc

Re: Two fundamental questions.

2015-01-21 Thread zcsrssrs
Thank you Geoff, I just noticed jumpstart before, never know there are two version of jumpstart. Many thanks. On Wed, Jan 21, 2015 at 6:40 AM, Geoff Callender < geoff.callender.jumpst...@gmail.com> wrote: > For several approaches to CRUD: > > T5.4: http://jumpstart.doublenegative.com.au/

Re: Two fundamental questions.

2015-01-21 Thread Geoff Callender
For several approaches to CRUD: T5.4: http://jumpstart.doublenegative.com.au/jumpstart7 T5.3: http://jumpstart.doublenegative.com.au/jumpstart HTH, Geoff On 21 Jan 2015, at 8:27 am, Cheng Zhang wrote: > Hi all, > > I am new to Tapestry. I have two questions. > > 1. What is t

Re: Two fundamental questions.

2015-01-21 Thread Michael Gentry
Hi Charles, We generally don't use any kind of special integration with our Tapestry+Cayenne applications here. A couple general scenarios are: 1. Your application is session-heavy (ours are). In this case you store your Cayenne objects in your session objects (page/component-based or global) a

Re: Two fundamental questions.

2015-01-20 Thread Cheng Zhang
Hi Thiago, I just wanted to practice, so there is no specific scenario with my requirement. Let me try to use the components you mentioned. Many thanks. Charles On Tue, Jan 20, 2015 at 2:44 PM, Thiago H de Paula Figueiredo wrote: > On Tue, 20 Jan 2015 19:27:15 -0200, Cheng Zhang > wrote: > >>

Re: Two fundamental questions.

2015-01-20 Thread Thiago H de Paula Figueiredo
On Tue, 20 Jan 2015 19:27:15 -0200, Cheng Zhang wrote: Hi all, Hi! I am new to Tapestry. I have two questions. Welcome! 1. What is the best solution for Tapestry-Cayenne integration? I found the only project is as below but it looks like no longer developed for over 4 years. And there