Yes of course, but Tapestry and Groovy integrate quite well. You don't have to use all Java for everything.
2008/11/7 Alex Shneyderman <[EMAIL PROTECTED]> > > That is not the same, since you don't only have the AND operator at hand. > > > > def books = Book.findAllByPublisheddateBetween(lastyear, today) > > You do realize that what you are asking is not possible given that impl > language is Java (for Tapestry based projects)? > > So DAO's your friend. If you like GORM write a generator that will > pre-generate > most of those nifty dynamic methods GORM has with your DAO. > > Alex. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
