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)
Mon Oct 05 08:18:47 -0700 2009
commit  b8962785a17dc667f5820582f613021b93637264
tree    803ed9b099953c43c2d3f8fc231a7a664b4d485a
parent  22999760e5012c9160286d532386df2634d85631
detego /
name age message
file .gitignore Loading commit data...
file README.textile
directory app/
directory config/
directory contained/
directory lib/
file rakefile
file run
directory test/
directory uml/
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