From: gabriele renzi Date: 2003-11-20T23:37:13+09:00 Subject: Re: Children of WebObjects il Thu, 20 Nov 2003 12:13:08 GMT, Martin DeMello ha scritto:: >Is there a definitive roundup somewhere of WebObjects-inspired >frameworks? I'm using Tapestry at work, and really liking it, and I want >to check out the Ruby equivalents for personal projects. I think there are two: CGIKit and SWS/SDS. The former has been around for a while and has a dedicated mailing list, but it works more as a cgi than as an AppServer. The second is quite new, it works as an AppServer (i.e. always running) and has a system for object persistence (SDS) that CGIKit is lacking. Take a look at both :)