https://github.com/lresende/ioc-comparison
Using different IOC containers to wire same application
https://github.com/lresende/ioc-comparison
Last synced: 7 days ago
JSON representation
Using different IOC containers to wire same application
- Host: GitHub
- URL: https://github.com/lresende/ioc-comparison
- Owner: lresende
- License: other
- Created: 2013-07-12T17:48:20.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-09-09T14:24:51.000Z (about 12 years ago)
- Last Synced: 2025-10-09T05:32:17.183Z (7 days ago)
- Language: Java
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
IOC Container Examples
======================This is a sample project that utilize different IOC containers to wire different components of the same application scenario.
* ioc-guice : Utilizes Google Guice to wire a rest resource using Jersey and embedded jetty for testing purposes.
* ioc-tuscany : Utilizes Tuscany/SCA to wire a rest resource using Apache Wink for JAX-RS support and embedded jetty for testing purposes.