How to develop File transfer web service

View: New views
5 Messages — Rating Filter:   Alert me  

How to develop File transfer web service

by yhqian99 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello All,

I am using XFire+MyEclipse to learn how to develope web services. I would like to develope a file transfer service which provide two serivce method like:
    upload(DataHandler dh, String filename) and
    DataHandler download( String filename).


 Is there any sample code to learn how to write such kind of serive and client code?

Thanks in advance.

RE: How to develop File transfer web service

by GavinHogan :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I highly encourage you to use CXF instead of XFire since Xfire has been
deprecated. However this page should help you.

http://xfire.codehaus.org/MTOM

G

-----Original Message-----
From: yhqian99 [mailto:yhqian99@...]
Sent: Monday, March 23, 2009 12:58 PM
To: user@...
Subject: [xfire-user] How to develop File transfer web service


Hello All,

I am using XFire+MyEclipse to learn how to develope web services. I
would
like to develope a file transfer service which provide two serivce
method
like:
    upload(DataHandler dh, String filename) and
    DataHandler download( String filename).


 Is there any sample code to learn how to write such kind of serive and
client code?

Thanks in advance.

--
View this message in context:
http://www.nabble.com/How-to-develop-File-transfer-web-service-tp2266388
4p22663884.html
Sent from the XFire - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



RE: How to develop File transfer web service

by yhqian99 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi GavinHogan ,

MyEclipse6.0 has integreated XFire to support web service developement, and it really simplify the workload for programmer to write web service. I tend to like the MyEclipse+Xfire enviroment after I use it for the first time. I am really sad to know Xfire is deprecated and wonder why Xfire, as such a good thing , is deprecated?

And you suggest me to use  CXF, my question is what is benefit to use CXF? Why don't you recommend Axis?

Thank you!

Yhqian99

GavinHogan wrote:
I highly encourage you to use CXF instead of XFire since Xfire has been
deprecated. However this page should help you.

http://xfire.codehaus.org/MTOM

G

-----Original Message-----
From: yhqian99 [mailto:yhqian99@163.com]
Sent: Monday, March 23, 2009 12:58 PM
To: user@xfire.codehaus.org
Subject: [xfire-user] How to develop File transfer web service


Hello All,

I am using XFire+MyEclipse to learn how to develope web services. I
would
like to develope a file transfer service which provide two serivce
method
like:
    upload(DataHandler dh, String filename) and
    DataHandler download( String filename).


 Is there any sample code to learn how to write such kind of serive and
client code?

Thanks in advance.

--
View this message in context:
http://www.nabble.com/How-to-develop-File-transfer-web-service-tp2266388
4p22663884.html
Sent from the XFire - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Re: How to develop File transfer web service

by ianhendry :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
xfire is such a great thing it has become CFX! CFX is the new xfire......

User's looking to use XFire on a new project, should use CXF instead. CXF is a continuation of the XFire project and is considered XFire 2.0. It has many new features, a ton of bug fixes, and is now JAX-WS compliant! XFire will continue to be maintained through bug fix releases, but most development will occur on CXF now.


From: yhqian99 <yhqian99@...>
To: user@...
Sent: Tuesday, 24 March, 2009 3:47:12
Subject: RE: [xfire-user] How to develop File transfer web service


Hi GavinHogan ,

MyEclipse6.0 has integreated XFire to support web service developement, and
it really simplify the workload for programmer to write web service. I tend
to like the MyEclipse+Xfire enviroment after I use it for the first time. I
am really sad to know Xfire is deprecated and wonder why Xfire, as such a
good thing , is deprecated?

And you suggest me to use  CXF, my question is what is benefit to use CXF?
Why don't you recommend Axis?

Thank you!

Yhqian99


GavinHogan wrote:

>
> I highly encourage you to use CXF instead of XFire since Xfire has been
> deprecated. However this page should help you.
>
> http://xfire.codehaus.org/MTOM
>
> G
>
> -----Original Message-----
> From: yhqian99 [mailto:yhqian99@...]
> Sent: Monday, March 23, 2009 12:58 PM
> To: user@...
> Subject: [xfire-user] How to develop File transfer web service
>
>
> Hello All,
>
> I am using XFire+MyEclipse to learn how to develope web services. I
> would
> like to develope a file transfer service which provide two serivce
> method
> like:
>    upload(DataHandler dh, String filename) and
>    DataHandler download( String filename).
>
>
>  Is there any sample code to learn how to write such kind of serive and
> client code?
>
> Thanks in advance.
>
> --
> View this message in context:
> http://www.nabble.com/How-to-develop-File-transfer-web-service-tp2266388
> 4p22663884.html
> Sent from the XFire - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>    http://xircles.codehaus.org/manage_email
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>    http://xircles.codehaus.org/manage_email
>
>
>
>

--
View this message in context: http://www.nabble.com/How-to-develop-File-transfer-web-service-tp22663884p22673842.html
Sent from the XFire - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email




RE: How to develop File transfer web service

by GavinHogan :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

RE: [xfire-user] How to develop File transfer web service

What he said......


-----Original Message-----
From: Ian Hendry [ianhendry@...]
Sent: Tue 3/24/2009 4:20 AM
To: user@...
Subject: Re: [xfire-user] How to develop File transfer web service

xfire is such a great thing it has become CFX! CFX is the new xfire.....

User's looking to use XFire on a new project, should use CXF instead.
CXF is a continuation of the XFire project and is considered XFire 2.0.
It has many new features, a ton of bug fixes, and is now JAX-WS
compliant! XFire will continue to be maintained through bug fix
releases, but most development will occur on CXF now.




________________________________
From: yhqian99 <yhqian99@...>
To: user@...
Sent: Tuesday, 24 March, 2009 3:47:12
Subject: RE: [xfire-user] How to develop File transfer web service


Hi GavinHogan ,

MyEclipse6.0 has integreated XFire to support web service developement, and
it really simplify the workload for programmer to write web service. I tend
to like the MyEclipse+Xfire enviroment after I use it for the first time. I
am really sad to know Xfire is deprecated and wonder why Xfire, as such a
good thing , is deprecated?

And you suggest me to use  CXF, my question is what is benefit to use CXF?
Why don't you recommend Axis?

Thank you!

Yhqian99


GavinHogan wrote:
>
> I highly encourage you to use CXF instead of XFire since Xfire has been
> deprecated. However this page should help you.
>
> http://xfire.codehaus.org/MTOM
>
> G
>
> -----Original Message-----
> From: yhqian99 [yhqian99@...]
> Sent: Monday, March 23, 2009 12:58 PM
> To: user@...
> Subject: [xfire-user] How to develop File transfer web service
>
>
> Hello All,
>
> I am using XFire+MyEclipse to learn how to develope web services. I
> would
> like to develope a file transfer service which provide two serivce
> method
> like:
>     upload(DataHandler dh, String filename) and
>     DataHandler download( String filename).
>
>
>  Is there any sample code to learn how to write such kind of serive and
> client code?
>
> Thanks in advance.
>
> --
> View this message in context:
> http://www.nabble.com/How-to-develop-File-transfer-web-service-tp2266388
> 4p22663884.html
> Sent from the XFire - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>    http://xircles.codehaus.org/manage_email
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>    http://xircles.codehaus.org/manage_email
>
>
>
>

--
View this message in context: http://www.nabble.com/How-to-develop-File-transfer-web-service-tp22663884p22673842.html
Sent from the XFire - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email