Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mathieuancelin/demo-devoxx2012

Weld-OSGi demo for Devoxx World 2012
https://github.com/mathieuancelin/demo-devoxx2012

Last synced: 3 days ago
JSON representation

Weld-OSGi demo for Devoxx World 2012

Awesome Lists containing this project

README

        

Weld-OSGi : Devoxx 2012 Demo
===============

In order to build the project, you just have to clone the project

```
$ git clone https://github.com/mathieuancelin/demo-devoxx2012.git demo
```

and compile it with maven 3

```
$ cd demo
$ mvn clean install
```

Then you just have to run the OSGi container with

```
./run.sh
```

and you can visit the application at `http://localhost:9000/static/`