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 <thiag...@gmail.com> wrote: > On Tue, 20 Jan 2015 19:27:15 -0200, Cheng Zhang > <charlesdenverj...@gmail.com> 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 are no many supporting >> documents. >> https://code.google.com/p/tapestry5-cayenne/ > > > Never used it myself, but I believe tapestry5-cayenne should still work even > with the latest Tapestry 5.4 beta. > >> 2. I'd like to implement basic CRUD function with a group of data, eg >> show a list of Person(name, phone, address), update person >> information, add new person, delete a person from the list. >> I found there are several components might be used, like Editable >> Grid, Beaneditform, Editable loop. What is the best/widely used way to >> do CRUD? (just the java part, do not need to persist to DB). > > > I'm sorry, but the question is too vague. The best option for something will > always depend on the specific scenario. > I usually build CRUDs using two pages: one for edition and creation (C and > U), probably using BeanEditForm or Form and BeanEditor, plus another for the > R and D parts using Grid. > > -- > Thiago H. de Paula Figueiredo > Tapestry, Java and Hibernate consultant and developer > http://machina.com.br > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org