Re: Tapestry 4.0 CRUD application

2005-12-29 Thread John Coleman
From: "albartell" <[EMAIL PROTECTED]> To: Sent: Wednesday, December 28, 2005 10:41 PM Subject: Tapestry 4.0 CRUD application > Hi everyone, > > I am new to Tapestry (jumping over the fence from MyFaces) and am having > trouble with all the different ways to do the same thing

Re: Tapestry 4.0 CRUD application

2005-12-29 Thread Ron Piterman
There is much buzz lately on Trails, which should be quite a fox on creating CRUDs - take a look... http://today.java.net/pub/a/today/2005/06/23/trails.html http://today.java.net/pub/a/today/2005/11/04/further-down-the-trail.html Cheers, Ron albartell wrote: Hi everyone, I am new to Tapes

Re: Tapestry 4.0 CRUD application

2005-12-28 Thread Paul Cantrell
I think it's the docs that make it feel complex. They've accumulated a lot of cruft from previous versions, and don't quite make clear how very simple it is to actually use 4.0. Having gone to Tapestry from a fair amount of Struts development, and prototyped with (and rejected) JSF for my c

Re: Tapestry 4.0 CRUD application

2005-12-28 Thread Shing Hing Man
I have a simple CRUD application written in Tapestry 4 + Hibernate + Hivemind. If you are interested, you can try it out online and download the source via http://137.132.68.134/tapestry4Demo/app Shing --- albartell <[EMAIL PROTECTED]> wrote: > Hi everyone, > > I am new to Tapestry (jumping

Re: Tapestry 4.0 CRUD application

2005-12-28 Thread Matt Welch
On 12/28/05, Kalle Korhonen <[EMAIL PROTECTED]> wrote: > > (+Tapestry; though it still feels complex - must be the years with > Struts/JSF that have cluttered my brain :). > I don't think it's the Struts/JSF clutter that make Tapestry feel complex. I never used either of those and I find it comple

Re: Tapestry 4.0 CRUD application

2005-12-28 Thread Kalle Korhonen
Aaron, I'm sort of on the same path as you. I evaluated a lot of starter apps, finally settling with Trails. If you can deal with the latest-not-always-working-have-to-fix-yourself style of development (and that security framework isn't in place yet - but should be anytime now they say), must say

Re: Tapestry 4.0 CRUD application

2005-12-28 Thread Paul Cantrell
You're welcome to take a look at my latest little side project, which does some basic database to and fro stuff using Hibernate. It's Tapestry 4.0, and I've tried to use new features to be as concise as possible. WARNING: I make no guarantees *whatsoever* that I'm using best practices, so d

Re: Tapestry 4.0 CRUD application

2005-12-28 Thread Jesse Kuhnert
You can download a working war from http://tacos.sourceforge.net, but it doesn't have any crud-ish features, at least not in the hibernate style that you are talking about. Give it a try. The hibernate part is easy, I use it as well and don't think (?) you should have any problems. You just need a

Tapestry 4.0 CRUD application

2005-12-28 Thread albartell
Hi everyone, I am new to Tapestry (jumping over the fence from MyFaces) and am having trouble with all the different ways to do the same thing. I was initially attracted to Tapestry because of it's mission statement "The simplest choice should be the correct choice." I think what I am strugglin