So, is it possible to create spring web application not using any xml configuration?
Look like so, yes, when leaving under each the context.xml
and several appserver-specific xml files outside consideration.
Is there any already implemented solution?
Why are you asking this? Did you bother to download the necessary software and play with it yourself? What problems exactly did you have with it? Java EE 6 isn't officially out yet (still in beta), so I wouldn't expect any real world live implementations.
Edit: as per your edit:
PS At now I do not see in servlet 3.0 any simple method to use Spring's DispatcherServlet and listener.
Sun don't care about Spring. Spring isn't part of Sun Java EE, Spring is just built on top of that. Spring is responsible for their own products themselves. So all you can do is to wait for them to release an upgraded product targeted on Java EE 6.