Re: T5: Hibernate Examples, etc...

2007-06-26 Thread Marcus
Hi Robert, Maybe this help: http://elozovan.blogspot.com/2007/05/simpletapestry-5-crud-application-step_24.html Marcus

Re: T5: Hibernate Examples, etc...

2007-06-26 Thread Robert Sanders
I've never really done anything real with Hibernate. Right now I don't need it to be robust - just work to show a simple "create class", "annotate class", "update template", "run" scenario (notice no mapping). My problem is that right at the moment I'm trying to put together a totally differ

Re: T5: Hibernate Examples, etc...

2007-06-26 Thread Daniel Jue
I have it working. I am using the T5.0.5 snapshot, but you may be ok with 5.0.4. If you can afford to, use the snapshots. Lots of stuff has been fixed. I will pull out the relevant parts and put it somewhere Are you familiar with Hibernate from other projects? I understand what it does, but

T5: Hibernate Examples, etc...

2007-06-26 Thread Robert Sanders
I know that T5 is "prerelease", but I would really love to see a (simple) example using Hibernate. Right now I'm under a lot of pressure to switch most web development to Rails, and I am really looking hard for an alternative (even a "stop gap") that keeps things in the Java world if possible.