Ask a Question related to Ruby, Design and Development.
-
Martin DeMello #1
Children of WebObjects
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.
martin
Martin DeMello Guest
-
loadClip XML children
If I were to use loadMovie it would work... but I need to use loadClip because I need listeners. In other words, if I used loadMovie then I could... -
pulling in children of children in XML
Hey all- Newbie to XML here and I have what I *hope* is an easy problem, but I just don't know the answer. And as I have to try and show this by... -
PostgreSQL and WebObjects
Anybody using PostgreSQL with WebObjects on OS X 10.3.x? I'm having trouble setting it up and could use some pointers from anyone who has... -
Quick self-intro/comment II (WebObjects)
Oops, I meant to include this in the other message: While browsing the massive initial download of the ng, I thought I saw a post go by which... -
Parents and Children
As an option, can you recreate the form in the Child database, using relationships to the Parent and Grandchild databases to display all the same... -
gabriele renzi #2
Re: Children of WebObjects
il Thu, 20 Nov 2003 12:13:08 GMT, Martin DeMello
<martindemello@yahoo.com> ha scritto::
I think there are two: CGIKit and SWS/SDS.>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.
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 :)
gabriele renzi Guest
-
Gavin Sinclair #3
Re: Children of WebObjects
On Thursday, November 20, 2003, 11:17:15 PM, Martin wrote:
Hmmm, I'll try to ping you on IRC about it sometime. Tapestry appeals> 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.
to me.
I understand CGIKit ([url]http://www.spice-of-life.net/download/cgikit/[/url]) is
inspired by WebObjects. It is certainly reminiscent of Tapestry.
Version 1.1.0 was released recently, but the author limited his
announcement to the Amrita list, unfortunately.
Gavin
Gavin Sinclair Guest
-
Marek Janukowicz #4
Re: Children of WebObjects
On Thu, 20 Nov 2003 14:32:51 GMT, gabriele renzi wrote:
I'd like to add the new development version of SWS (not released yet)>>>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 :)
introduces the concept of "adaptor" - it can run as standalone
application (listens on its own TCP port), as FastCGI script and CGI
program (there are some issues with the last one). I'll soon add a
mod_ruby adaptor, but the last two will definitely be discouraged.
--
Marek Janukowicz
Marek Janukowicz Guest
-
gabriele renzi #5
Re: Children of WebObjects
il 20 Nov 2003 16:35:24 GMT, Marek Janukowicz
<childNOSPAM@t17.ds.pwr.wroc.pl> ha scritto::
I'm always fascinated from WebObjects and thus from both SWS and>I'd like to add the new development version of SWS (not released yet)
>introduces the concept of "adaptor" - it can run as standalone
>application (listens on its own TCP port), as FastCGI script and CGI
>program (there are some issues with the last one). I'll soon add a
>mod_ruby adaptor, but the last two will definitely be discouraged.
CGKit.
But I really never can get my mind through this system.
May I ask you to put something big enough in the package's
distribution to give an idea of development wiht it ?
Something like a mini-featured weblog, or wiki, or forum..
Simple yet complex enough to grok how to use the system.
gabriele renzi Guest
-
Marek Janukowicz #6
Re: Children of WebObjects
On Thu, 20 Nov 2003 23:26:01 GMT, gabriele renzi wrote:
Ok, I try to put up such example application. The problem is I really>>>I'd like to add the new development version of SWS (not released yet)
>>introduces the concept of "adaptor" - it can run as standalone
>>application (listens on its own TCP port), as FastCGI script and CGI
>>program (there are some issues with the last one). I'll soon add a
>>mod_ruby adaptor, but the last two will definitely be discouraged.
> I'm always fascinated from WebObjects and thus from both SWS and
> CGKit.
>
> But I really never can get my mind through this system.
>
> May I ask you to put something big enough in the package's
> distribution to give an idea of development wiht it ?
>
> Something like a mini-featured weblog, or wiki, or forum..
> Simple yet complex enough to grok how to use the system.
hate writing documentation and examples (I think it's a common problem
among developers :). Yet I realize any library is almost useless without
good documentation, so I'll do my best :)
OTOH I don't get enough support from the users of SWS (maybe there are
none? :). It is really difficult for me to recognize the lacking areas
of docs/examples, because I know the library thoroughly and the way it
works is obvious to me :) So I encourage you and other SWS users to not
hesitate and contact me with any feature requests/flames etc. you may
have.
--
Marek Janukowicz
Marek Janukowicz Guest
-
Martin DeMello #7
Re: Children of WebObjects
gabriele renzi <surrender_it@remove.yahoo.it> wrote:
Thanks :) Went through the docs; they both look pretty interesting. I'll>
> 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 :)
have to try a small app in each.
martin
Martin DeMello Guest
-
gabriele renzi @ google #8
Re: Children of WebObjects
>
I'm quite sure I read the ANN here.. anyway, if someone has a> I understand CGIKit ([url]http://www.spice-of-life.net/download/cgikit/[/url]) is
> inspired by WebObjects. It is certainly reminiscent of Tapestry.
> Version 1.1.0 was released recently, but the author limited his
> announcement to the Amrita list, unfortunately.
somethin' built using CGIKit would he mind to comment on his
experience (and well, possibly the code ;-) ?
It would be interesting to see how users not experienced with
WebObjects have faced that kind of developing aproach, for thos of us
that are not subscibed to the mailing list
gabriele renzi @ google Guest



Reply With Quote

