Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ctron/osgiee
Recipes for modular EE applications based on OSGi
https://github.com/ctron/osgiee
Last synced: 4 days ago
JSON representation
Recipes for modular EE applications based on OSGi
- Host: GitHub
- URL: https://github.com/ctron/osgiee
- Owner: ctron
- License: other
- Created: 2014-11-14T10:34:13.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-18T11:11:39.000Z (almost 10 years ago)
- Last Synced: 2024-05-02T06:15:08.926Z (6 months ago)
- Language: Java
- Size: 520 KB
- Stars: 4
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
OSGi EE
=========Recipes for modular EE applications based on OSGi
* [jetty-9.2.x](jetty-9.2.x/README.md) - Setup a target platform using Jetty 9.2.5 with JSP support
* web1 - sample web project with Eclipse WTP and jettyStarting
-----------First you need to create the target platform:
* Be sure that you do not have already opened the target platform editor for `jetty.target`
* Run the `build.ant` script in the `jetty-9.2.x` folder. This will download the necessary binaries
* Open the file `jetty.target` and use "Set as Target Platform" (upper right corner) to activate the target platform.Starting "web1"
------------------* Right click on the file `Jetty9.2.x.launch` and select "Run as" -> "Jetty9.2.x"
* Direct your web browser to http://localhost:8080/web1 and http://localhost:8080/web1/test