I'm fairly new to OSGi (and JBoss), so forgive me if I've missed something in the documentation - I've been searching for a day or so now.
I'm trying to create a web service hosted within the JBoss OSGi container. The goal is to be able to hit http://localhost:8080/getStuff
and receive a JSON object. Is this possible within OSGi? If so, is this possible within JBoss7's OSGi container?
Thanks in advance!