Discussion:
Spring/OSGI Java config
Richard Rodseth
2014-03-14 20:20:11 UTC
Permalink
I'm experimenting with converting some Spring XML to Java-based config.

The XML uses OSGI references like the following:

<osgi:reference

id="db"

bean-name="db"

interface="javax.sql.DataSource"/>

Anyone know what the equivalent is in the Java-based config?

Loading...