Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cescoffier/u-chameleon
A Chameleon Core fork using POJOSR
https://github.com/cescoffier/u-chameleon
Last synced: 19 days ago
JSON representation
A Chameleon Core fork using POJOSR
- Host: GitHub
- URL: https://github.com/cescoffier/u-chameleon
- Owner: cescoffier
- Created: 2011-10-10T14:48:57.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2021-06-07T18:11:55.000Z (over 3 years ago)
- Last Synced: 2024-10-17T07:52:11.896Z (about 1 month ago)
- Language: Java
- Homepage:
- Size: 198 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
U-Chameleon
===========U-Chameleon is a fork of [OW2 Chameleon Core](http://wiki.chameleon.ow2.org/xwiki/bin/view/Main/Core) using
[POJOSR](http://pojosr.googlecode.com/) instead of full OSGi. The resulting stack exhibits the service-level
dyanmism and modularity, the classpath organization, but does not have the deployement dynamism of OSGi. The main
advantage is the simplification of the classloading policy as it's using the Java _classpath_ instead of the OSGi
import/export policy.Project
-------* _pojosr-installer_ installs the POJOSR library into your local maven repository
* _u-core_ is the fork of OW2 Chameleon Core using pojosr
* _web-distribution_ is a fork of the chameleon web distribution to use u-coreBuilding and running
--------------------* Compilation:
mvn clean install
* Running the web distribution
cd web-distribution/target/chameleon
sh chameleon-start.sh --debug
// ... you get the Gogo shell