Grizzly, sharing spring generated context
问题 I have a standalone spring project and i need to start an embedded rest service with it. I could be able to start the server with grizzly, my problem is, when i start grizzly server, it creates its own application context. so the instances created by my parent application is not accessible through the REST service. Is there anyway of sharing the parent application's context between Grizzly server and parent application, other than getting grizzly generated application context. This is my code