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

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

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.