Ruby Application Server?

S

Stefan Arentz

IoC containers seem to be the new hype in the ruby world. I count at
least 4 now. All great but just a bare bones container doesn't cut
it. What I am looking for is a simple framework that can:

Run servlets:

I really like webrick. It would be great if this were part of a
larger framework like I am describing here.

Host Web Services:

Is there a way to code a generic object and then drop it in somewhere
to turn it into a SOAP or XML-RPC service?

Run periodic tasks:

To hell with cron, What I need is a solid timer facility that is
integrated in the component model.


S.
 
D

David Ross

Stefan said:
IoC containers seem to be the new hype in the ruby world. I count at
least 4 now. All great but just a bare bones container doesn't cut
it. What I am looking for is a simple framework that can:

Run servlets:

I really like webrick. It would be great if this were part of a
larger framework like I am describing here.

Host Web Services:

Is there a way to code a generic object and then drop it in somewhere
to turn it into a SOAP or XML-RPC service?

Run periodic tasks:

To hell with cron, What I need is a solid timer facility that is
integrated in the component model.


S.
There is soap4r module. If you need help. Drop me a line if you shoose
to use soap. NaHi, the creator of SOAP4r is also a nice fellow to
contact. Some people on the list are experienced with soap4r, not many
though. What do you plan to create? Oh btw, SOAP4r passed every test
unlike others =]

http://rrr.jin.gr.jp/soap4r?cmd=view;name=InteropResults

I usually use the cvs snapshot of what NaHi is working on, even in
production use.
Homepage: http://rrr.jin.gr.jp/rwiki
Downloads: http://rrr.jin.gr.jp/download/

David Ross
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,161
Messages
2,570,891
Members
47,423
Latest member
henerygril

Latest Threads

Top