Children of WebObjects

Ask a Question related to Ruby, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default Re: Children of WebObjects

    il Thu, 20 Nov 2003 12:13:08 GMT, Martin DeMello
    <martindemello@yahoo.com> 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 :)
    gabriele renzi Guest

  4. #3

    Default Re: Children of WebObjects

    On Thursday, November 20, 2003, 11:17:15 PM, Martin wrote:
    > 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.
    Hmmm, I'll try to ping you on IRC about it sometime. Tapestry appeals
    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

  5. #4

    Default Re: Children of WebObjects

    On Thu, 20 Nov 2003 14:32:51 GMT, gabriele renzi wrote:
    >>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 :)
    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.

    --
    Marek Janukowicz
    Marek Janukowicz Guest

  6. #5

    Default Re: Children of WebObjects

    il 20 Nov 2003 16:35:24 GMT, Marek Janukowicz
    <childNOSPAM@t17.ds.pwr.wroc.pl> ha scritto::

    >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.
    gabriele renzi Guest

  7. #6

    Default Re: Children of WebObjects

    On Thu, 20 Nov 2003 23:26:01 GMT, gabriele renzi wrote:
    >>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.
    Ok, I try to put up such example application. The problem is I really
    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

  8. #7

    Default Re: Children of WebObjects

    gabriele renzi <surrender_it@remove.yahoo.it> wrote:
    >
    > 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 :)
    Thanks :) Went through the docs; they both look pretty interesting. I'll
    have to try a small app in each.

    martin
    Martin DeMello Guest

  9. #8

    Default Re: Children of WebObjects

    >
    > 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.
    I'm quite sure I read the ANN here.. anyway, if someone has a
    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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139