Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mathieuancelin/demo-devoxx2012
- Owner: mathieuancelin
- Created: 2012-10-12T13:01:19.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-04-19T13:52:49.000Z (over 11 years ago)
- Last Synced: 2024-04-16T07:03:43.282Z (7 months ago)
- Language: Java
- Size: 696 KB
- Stars: 4
- Watchers: 5
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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/`