On Sun, 2006-03-19 at 09:30 -0500, Davanum Srinivas wrote: > Team, > > I've added a short list of show stoppers, Please add your wishes to the list: > http://wiki.apache.org/ws/FrontPage/Axis2/releases/1.0
I removed two items and added one .. since there's no easy way to discuss via the wiki I'll post rationale here. The ServiceFactory item was discussed on the list a few weeks ago and we concluded it was not a requirement. Moving Options to some other package: I don't agree. First of all, who's the most important person for Axis2? Its the user. Options are primarily how the user sets stuff that we need internally. Yes that info is needed internally in lots of places, but the primary source of Options is a user action- either via the DII or via a generated stub. As such, I'm convinced Options are in the right place right now. We also have a very clean import model now as a result: A client of the DII only needs to import org.apache.axis2.client.*. That's very clean and very easy to remember. I added support for the HTTP binding as a requirement. Sanjiva.
