ariejan / detego forked from BramBo/detego
- Source
- Commits
- Network (2)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
Bram Wijnands (author)
Tue Jun 02 15:04:22 -0700 2009
detego /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
README.textile | ||
| |
app/ | ||
| |
config/ | ||
| |
contained/ | ||
| |
doc/ | ||
| |
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 bram@kabisa.nl

