What new in Axis2?

2007-09-05 Thread Ashish Jain
Hi All!

I am new to apache Axis. Can someone tell me what is new in AXIS2 as
compared to the previous version?


Thanks in advance

regards
Ashish


RE: What new in Axis2?

2007-09-05 Thread Raghu Upadhyayula
Ashish,

 

Check this http://ws.apache.org/axis2/

 

Thanks

Raghu

 



From: Ashish Jain [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, September 05, 2007 6:23 AM
To: [EMAIL PROTECTED]; axis-user@ws.apache.org
Subject: What new in Axis2?

 

Hi All!

I am new to apache Axis. Can someone tell me what is new in AXIS2 as
compared to the previous version?


Thanks in advance

regards
Ashish



Re: What new in Axis2?

2007-09-05 Thread Deepal Jayasinghe
When comparing Axis1 and Axis2 , in Axis2 we have a number of new features

- Asynchronous  web service invocation support
- Hot deployment and hotupdate
- Archive based deployment
- Service isolation (one class loader per service)
- Pluggable module (You can plug a new WS-Specification very easily )
- Improved XML processing with pull parser technique
- A number of transports  such as HTTP , TCP , NIO , SMTP , JMS and more
- support for both WSDL 1.1. and WSDL 2.0
- REST support
- MTOM support
- Improved code generation and data binding
- Session management support
- Very convenient context hierarchy
- You can expose data base as a service (WSO2 WSAS)
- You can use Axis2 to deploy Axis1 service (WSO2 WSAS)
-And many more


Believe me or not , Axis2 has features more that expected , if you have
any problem please ask in the list , then we will help you.

Thanks
Deepal

P.S : Those are the features came in to my mind , I know we have more
than those


Ashish Jain wrote:
> Hi All!
>
> I am new to apache Axis. Can someone tell me what is new in AXIS2 as
> compared to the previous version?
>
>
> Thanks in advance
>
> regards
> Ashish



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



Re: What new in Axis2?

2007-09-06 Thread Ashish Jain
Hi!!
 Thanks a lot for the quick response. I also want to know how these
changes leads to improvement in the performance of AXIS2 over AXIS.

Thanks and regards
Ashish

On 9/6/07, Deepal Jayasinghe <[EMAIL PROTECTED]> wrote:
>
> When comparing Axis1 and Axis2 , in Axis2 we have a number of new features
>
> - Asynchronous  web service invocation support
> - Hot deployment and hotupdate
> - Archive based deployment
> - Service isolation (one class loader per service)
> - Pluggable module (You can plug a new WS-Specification very easily )
> - Improved XML processing with pull parser technique
> - A number of transports  such as HTTP , TCP , NIO , SMTP , JMS and more
> - support for both WSDL 1.1. and WSDL 2.0
> - REST support
> - MTOM support
> - Improved code generation and data binding
> - Session management support
> - Very convenient context hierarchy
> - You can expose data base as a service (WSO2 WSAS)
> - You can use Axis2 to deploy Axis1 service (WSO2 WSAS)
> -And many more
>
>
> Believe me or not , Axis2 has features more that expected , if you have
> any problem please ask in the list , then we will help you.
>
> Thanks
> Deepal
>
> P.S : Those are the features came in to my mind , I know we have more
> than those
>
>
> Ashish Jain wrote:
> > Hi All!
> >
> > I am new to apache Axis. Can someone tell me what is new in AXIS2 as
> > compared to the previous version?
> >
> >
> > Thanks in advance
> >
> > regards
> > Ashish
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


Re: What new in Axis2?

2007-09-06 Thread Deepal jayasinghe
Ashish Jain wrote:
> Hi!!
>  Thanks a lot for the quick response. I also want to know how
> these changes leads to improvement in the performance of AXIS2 over AXIS.
The most important feature which leads to performance improvements is
our XML processing framework. We have pull parser based on demand  XML
processing model called "Axiom", that helped us to improve both the
performance and memory usage compare to Axis1.

Thanks
Deepal
>
> Thanks and regards
> Ashish
>
> On 9/6/07, *Deepal Jayasinghe* <[EMAIL PROTECTED]
> > wrote:
>
> When comparing Axis1 and Axis2 , in Axis2 we have a number of new
> features
>
> - Asynchronous  web service invocation support
> - Hot deployment and hotupdate
> - Archive based deployment
> - Service isolation (one class loader per service)
> - Pluggable module (You can plug a new WS-Specification very easily )
> - Improved XML processing with pull parser technique
> - A number of transports  such as HTTP , TCP , NIO , SMTP , JMS
> and more
> - support for both WSDL 1.1. and WSDL 2.0
> - REST support
> - MTOM support
> - Improved code generation and data binding
> - Session management support
> - Very convenient context hierarchy
> - You can expose data base as a service (WSO2 WSAS)
> - You can use Axis2 to deploy Axis1 service (WSO2 WSAS)
> -And many more
>
>
> Believe me or not , Axis2 has features more that expected , if you
> have
> any problem please ask in the list , then we will help you.
>
> Thanks
> Deepal
>
> P.S : Those are the features came in to my mind , I know we have more
> than those
>
>
> Ashish Jain wrote:
> > Hi All!
> >
> > I am new to apache Axis. Can someone tell me what is new in
> AXIS2 as
> > compared to the previous version?
> >
> >
> > Thanks in advance
> >
> > regards
> > Ashish
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> 
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>
>



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