Here is what we are trying to implement ,
We are developing grid services to be deployed into the GT4
standalone JAVA WS core container . We want the grid service to make use of
spring frameworks dependency injection mechanism , in which beans are loaded
at the container start up by a special spring Listener class and then the
grid service makes use of them . For achieving this spring beans and
listener need to be configured into the web.xml so that they can be loaded
at container start up.
Problem here is that GT4 standalone JAVA WS core container does not have a
notion of a web application hence there is no corresponding web.xml where
this all can be configured .
Though a possible solution is moving GT4 standalone JAVA WS core container
deployed grid services into tomcat container , but my point is that can this
all be achieved using only GT4 standalone JAVA WS core container only