Dear Wiki user,

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

The following page has been changed by GlenDaniels:
http://wiki.apache.org/ws/FrontPage/Axis2/changesfrom1%2e2to1%2e3

------------------------------------------------------------------------------
- This page describes all the major changes we have done from 1.2 release to 
1.3 release. This will include API changes, class deprecating etc etc.
+ This page describes all the major changes we have done from 1.2 release to 
1.3 release. This will include API changes, class deprecating etc etc.  These 
things must all be noted in the release notes.
  
  == Deprecated Classes ==
  
- * All the asynchronous MessageReceivers have been deprecated, since they were 
almost identical copies of their synchronous siblings - more copies of code 
means more places to maintain.  Now asynchrony on the server side is all in one 
place - AbstractMessageReceiver does the job of deciding (based on the 
AbstractMessageReceiver.DO_ASYNC property) whether or not to spin up a thread 
to do the work of invokeBusinessLogic(MessageContext).
+  * All the asynchronous MessageReceivers have been deprecated, since they 
were almost identical copies of their synchronous siblings - more copies of 
code means more places to maintain.  Now asynchrony on the server side is all 
in one place - AbstractMessageReceiver does the job of deciding (based on the 
AbstractMessageReceiver.DO_ASYNC property) whether or not to spin up a thread 
to do the work of invokeBusinessLogic(MessageContext).
  
+  * Deprecating the introspection to find init()/destroy() methods on service 
classes.  Replace with org.apache.axis2.service.Lifecycle interface, since 
"instanceof" checks are significantly faster.
+ 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to