ariejan / detego forked from BramBo/detego

Detego is a JRuby application container. The basic idea of Detego is to give applications(services) an easy way to offer their functionalities to the outside world.

This URL has Read+Write access

Bram Wijnands (author)
Tue Jun 02 15:04:22 -0700 2009
detego /
README.textile

About

Detego is a JRuby application container(Calling it an application server would probably be an overstatement). The basic idea of Detego is to give (small) applications(services) an easy way to offer their functionalities to the outside world. Let’s say for instance you have a small application that schedules cronjobs, now you want to be able to simply access this “cronjob scheduler” from some other place(different computer/ruby instance/language). To achieve this you would have to write an interface for it, and also keep the service in the air. Basicly write a tiny server for the interface…….. More info.

Quick links