views:

76

answers:

1

Is there a way to bind grizzly dynamic/transparent to my Java Applications (maybe by using spring)? Or is the IO handling part of the Web Container (eg. Glassfish)?

+1  A: 

You mean dynamically creating/destroying grizzly instances in your java application? Yes it is possible. Web Container isn't required for such thing.

jusio