Trails is a domain driven development framework inspired by Rails and Naked objects. The major addition with this release is a tutorial that walks thru building a simple application that demonstrates most of the features of Trails.
Trails features in 0.5 include:
* Exposes web UI for your object model with no additional code
* Allows type specific pages
* Allows overriding rendering at the property level
* Automatically supports one-to-many and many-to-one relationships
* Automatically adds validation for not-null and numeric properties
* Persistence using Hibernate
* Configured via Spring
* Reususable Tapestry components for developing custom pages
Visit the Trails 0.5 home page
-
Trails 0.5 released (3 messages)
- Posted by: Chris Nelson
- Posted on: January 18 2005 16:22 EST
Threaded Messages (3)
- Why not the popular Struts in place of Tapestry? by siva papineni on January 21 2005 10:17 EST
- Why not the popular Struts in place of Tapestry? by Howard Lewis Ship on January 21 2005 14:25 EST
- Trails is mostly components by Chris Nelson on January 23 2005 11:57 EST
-
Why not the popular Struts in place of Tapestry?[ Go to top ]
- Posted by: siva papineni
- Posted on: January 21 2005 10:17 EST
- in response to Chris Nelson
Struts would have been a better choice for wider acceptance and usage -
Why not the popular Struts in place of Tapestry?[ Go to top ]
- Posted by: Howard Lewis Ship
- Posted on: January 21 2005 14:25 EST
- in response to siva papineni
Because Struts is too limited. Tapestry has a component object model, meaning you can write reusable code. Tapestry was designed for implementing applications, but also as a base for creating more powerful framework layers. Trails is taking advantage of this. -
Trails is mostly components[ Go to top ]
- Posted by: Chris Nelson
- Posted on: January 23 2005 11:57 EST
- in response to siva papineni
Truth be told, Trails at this point is most just a bunch of components, at this point Tapestry components. Though porting to other web MVC frameworks is desirable, Struts probably won't be at the top of my list. No argument that Struts is more popular, but I would say productivity trumps popularity. Please don't let the use of Tapestry deter you from at least investigating Trails.