search for: xdoclet

Displaying 3 results from an estimated 3 matches for "xdoclet".

Did you mean: doclet
2005 Aug 02
8
An initial look at Trails
...g the thing running Trails takes a fundamentally different approach to the database interaction: In Rails we make and tweak our db and everything gets reflected automagically in our classes. End of story. In Trails you make a class, define the vars, create getters and setters for all of them, add xdoclet tags for ant to pick up on to all of your getters, make sure you id getter is first, and (if you''re using default templates) order the rest of your getters to reflect the order you want them displayed in in the default layouts. Your IDE can generally make all the getters and setters for yo...
2006 Mar 14
14
Gusto.com Rails Site
Hello - I wanted to announce a very large web application that was built with Ruby on Rails and runs the site Gusto! http://www.gusto.com/ . It was deployed yesterday in a little over 4 months of development with 3 developers. The origins of the site were being developed in Java using Hibernate + Tapestry and the decision was made to port the 100+ table model to Rails to see if there were
2007 Feb 26
24
Ruby/rails port of Cocoon/hibernate
Hi, I''m currently running an apache/jboss cocoon/flow/hibernate/ajax paypal (directpayment) project and am looking into the possibility of porting it across to ruby/rails. For that reason I would like to know the following: 1. Can I call my java classes or would I be looking at a complete rewrite in ruby? 2. How effective is ruby in terms of seperation of concerns regarding design from