On 12/09/10 02:39, Tal Liron wrote: > I'm very happy to announce the first public release candidate of > Prudence, an open source web development platform based on Restlet 2.0. > > http://threecrickets.com/prudence/ > > Prudence comes with a comprehensive 100-page manual, a complete example > application and an extensive online reference. It's been in development > for more than a year and has undergone a lot of testing in live > production environments.
Great work ! I tried it over this weekend and it sound like I could migrate back from an external ruby/sinatra for the UI computation part to prudence. Especialy the fact that with groovy support its far more easier to do some Restlet Ressource inner integration on the view side with very powerfull routings. > If you've depended on JEE containers such as Tomcat or JBoss to deploy > your Restlet apps, you might be happy to replace them with Prudence. > Prudence acts as a Restlet-centric container, The documentation is very nice and the tutorial a breeze to play with ;-) Perhaps one area to document would be for Reslet developers showing them how they can enrich there own routing/mapping of ressources to view delivery with prudence with a scripting level layer of their choice. I feel it could solve some of my problems but with contrained time it somewhat scary to adopt on a latter stage something that taken from the outside look like an 'other radical choice for a latter projet', when there is perhaps small steps to follow to convert let say a freemaker/velocity view kind of mapping to a Prudence app. From that some parrallel side by side description on how to do things by hands with Restlet and doing the same with prudence would bring you some converts ;-) ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2658657

