Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Axis Wiki" for change 
notification.

The "Axis2Spring" page has been changed by AndreasVeithen.
The comment on this change is: Added a requirement from 
http://markmail.org/message/afot2kqva36d2anv.
http://wiki.apache.org/axis/Axis2Spring?action=diff&rev1=3&rev2=4

--------------------------------------------------

   * Support for deployment in a servlet container (i.e. with AxisServlet as 
transport) as well as in standalone scenarios.
   * It should be possible to configure the Axis2 runtime using only Spring 
configuration files (i.e. without relying on an axis2.xml file). In this case, 
the configuration items (transports, message builders and formatters, phase 
configuration, etc.) should be top level beans, so that the configuration can 
be assembled from different files (some of which would be configuration files 
bundled with the framework and that provide defaults). Spring namespace 
handlers should be used so that the syntax of the configuration items is 
similar to the existing axis2.xml file.
   * For users familiar with Axis2 or migrating an existing Axis2 project to 
Spring should still be able to use their existing axis2.xml file.
+  * Support for dependency injection and AOP (e.g. for transaction support) on 
all user supplied objects: service objects, handlers, modules, password 
callbacks, etc. Note that this should be supported almost out of the box, but 
we will have to validate that: sometimes there are interferences between 
annotation processing and bytecode enhancers (which are used by Spring AOP for 
interface less proxies).
   * Support for JAX-WS.
   * Support for the client side:
     * Injection of ConfigurationContext into stubs; injection of stubs into 
beans (thread safety??).

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to