-
Tech Talk: Chris Nelson on Trails (3 messages)
- Posted by: Regina Lynch
- Posted on: June 30 2006 10:56 EDT
Trails is a project to make Java Web application development, specifically Web applications that persist to a database, easier than it is with existing techniques. In this tech talk, given at TheServerSide Java Symposium in March, Chris Nelson, active director, Cincinnati Java User's Group, discusses how Trails compares to Ruby on Rails and how Trails is being used today. Topics include: - A typical Trails development cycle - Customization - Entity relationships - User authentication - Internationalization - Container portability - Trails resources Watch Chris Nelson on Trails.Threaded Messages (3)
- Re: Tech Talk: Chris Nelson on Trails by Stan Brown on June 30 2006 13:07 EDT
- Take a look to Roma Framework too by Luca Garulli on June 30 2006 19:27 EDT
- Wicket by marc schipperheyn on July 05 2006 02:55 EDT
-
Re: Tech Talk: Chris Nelson on Trails[ Go to top ]
- Posted by: Stan Brown
- Posted on: June 30 2006 13:07 EDT
- in response to Regina Lynch
I have checked out Trails, Grails, JBullet, and Stripes. The last one, Stripes, was mentioned by someone here on ServerSide some months back. I would suggest anyone looking at a rapid platform for web development should give Stripes a look. -
Take a look to Roma Framework too[ Go to top ]
- Posted by: Luca Garulli
- Posted on: June 30 2006 19:27 EDT
- in response to Regina Lynch
Hi, take a look to the Roma Framework project. You can develop a 100% ajax web application with database in few time: - develop using POJO, Roma renders the web application for you using Echo2 engine - 100% Ajax - Transparent Persistent Objects using JDO 2.0 technology and JPOX 1.1.1 - Generation of CRUDs and relationships between objects - Totally free, Open Source, Apache 2.0 license Roma doesn't reinvent the wheel, but just orchestrates the most powerful technologies available for Java ;-) http://www.romaframework.org/ bye, Luca Garulli Blogging on: http://zion-city.blogspot.com http://www.RomaFramework.org - The new way to build applications http://www.Pro-Netics.com (member of Orixo.com - The XML business alliance) http://www.OrienTechnologies.com - Light ODBMS, All in one JDO solution -
Wicket[ Go to top ]
- Posted by: marc schipperheyn
- Posted on: July 05 2006 02:55 EDT
- in response to Luca Garulli
Wicket has also been getting a lot of positive press lately: http://wicket.sourceforge.net/. Is there any comparison of these up and coming frameworks available? Marc