KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
osgiaas
★ 17
Open GitHub ↗
OSGiaaS - OSGi as a Service
Download README (.md)
Explore Similar Repositories
darling-security
:
Apple's Security framework
pave
:
Paving the way to better state management.
atom-genesis-syntax
:
Custom syntax theme for Atom text editor (retired)
Visma.Net
:
This is an open source API client for Visma.net Integrations
app-transport-security-talk-jan-2016
:
“App Transport Security: What, Why, How?”
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
osgiaas
?
Download (.md)
# OSGiaaS Project > OSGi as a Service [](https://travis-ci.org/renatoathaydes/osgiaas) The **OSGiaaS** Project aims to provide JVM modules and a CLI to make the development of truly modular, dynamic applications easier. Though all modules are OSGi bundles, many modules can also be used without OSGi (in standard Java applications). For details, check the [Documentation](docs) in the docs directory. ## Main features * Powerful CLI that can be used to run commands written in Java or any JVM language. * CLI features auto-completion, line editing, vi/emacs modes, history, command pipeline etc. * Language commands turn the CLI into a polyglot REPL (JavaScript, Groovy, Java, Frege). * grab libraries from Maven repositories and install/uninstall them on the system at any time. * hot swapping of JVM code (enabled by OSGi), so re-compiled code can be reloaded at runtime. * the best open-source Java 8 runtime compiler available.