BramBo / detego
- Source
- Commits
- Network (2)
- Downloads (3)
- Wiki (10)
- Graphs
-
Branch:
master
Bram Wijnands (author)
Mon Oct 05 08:18:47 -0700 2009
commit b8962785a17dc667f5820582f613021b93637264
tree 803ed9b099953c43c2d3f8fc231a7a664b4d485a
parent 22999760e5012c9160286d532386df2634d85631
tree 803ed9b099953c43c2d3f8fc231a7a664b4d485a
parent 22999760e5012c9160286d532386df2634d85631
detego /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
README.textile | ||
| |
app/ | ||
| |
config/ | ||
| |
contained/ | ||
| |
lib/ | ||
| |
rakefile | ||
| |
run | ||
| |
test/ | ||
| |
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
- Found a bug? Please report it
- Like to discuss something?
- Got a idea for Detego or curious about the current ideas? The idea page
- Anything else? Drop me a line brambomail@gmail.com

