You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by "James, Steven" <st...@logicacmg.com> on 2007/09/21 16:36:42 UTC

CORBA Question

Not sure yet if this is the best mail group to ask this question but
it's a start.

We have been looking at cfx as a general service infastructure but have
a need for CORBA support. I see on the website that it is mentioned. Is
this implimented currently, if not then then could we impliment this
feature if yes whats the process overview?


Best Regards,

Steve 


This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you.

Re: CORBA Question

Posted by Sanjiva Weerawarana <sa...@opensource.lk>.
Daniel Kulp wrote:
> Steve,
> 
> On Friday 21 September 2007, James, Steven wrote:
>> Not sure yet if this is the best mail group to ask this question but
>> it's a start.
> 
> I'm CCing the yoko-dev group.   They have written plugins into CXF (and 
> some idl <-> wsdl tooling) that allow some level of CORBA support.   
> Using the CXF JAX-WS api's, you can expose a service as a CORBA service 
> or use the CXF clients to talk to a CORBA service.  I don't know the 
> full details of what is and is not supported.  You'd have to ask them or 
> check their docs/website/wiki.

FYI we've done that for Axis2 as well- a fully dynamic 
serializer/deserializer that takes Axiom and goes in and out of IIOP. The 
result is that we can post any CORBA object as a Web service and auto 
generate WSDL etc..

The code is committed but is undergoing some changes to make it work under 
the Axis2 client API as well - so you can point to a WSDL with a CORBA 
binding and have the right stuff get wired in so that you can talk to it 
using the ServiceClient API. (We're basically bringing all WSIF 
functionality under the Axis2 APIs.)

Eranga Jayasundera (cc'ed) implemented this and is working now to finish 
the client side too with Deepal Jayasinghe (one of the main axis2 
committers). An article about this implementation will be ready soon too. 
(Eranga did this for his MSc thesis for which I was the supervisor .. 
which is my connection to this.)

Sanjiva.
-- 
Sanjiva Weerawarana, Ph.D.
Founder & Director; Lanka Software Foundation; http://www.opensource.lk/
Founder, Chairman & CEO; WSO2, Inc.; http://www.wso2.com/
Member; Apache Software Foundation; http://www.apache.org/
Visiting Lecturer; University of Moratuwa; http://www.cse.mrt.ac.lk/

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


Re: CORBA Question

Posted by Sanjiva Weerawarana <sa...@opensource.lk>.
Daniel Kulp wrote:
> Steve,
> 
> On Friday 21 September 2007, James, Steven wrote:
>> Not sure yet if this is the best mail group to ask this question but
>> it's a start.
> 
> I'm CCing the yoko-dev group.   They have written plugins into CXF (and 
> some idl <-> wsdl tooling) that allow some level of CORBA support.   
> Using the CXF JAX-WS api's, you can expose a service as a CORBA service 
> or use the CXF clients to talk to a CORBA service.  I don't know the 
> full details of what is and is not supported.  You'd have to ask them or 
> check their docs/website/wiki.

FYI we've done that for Axis2 as well- a fully dynamic 
serializer/deserializer that takes Axiom and goes in and out of IIOP. The 
result is that we can post any CORBA object as a Web service and auto 
generate WSDL etc..

The code is committed but is undergoing some changes to make it work under 
the Axis2 client API as well - so you can point to a WSDL with a CORBA 
binding and have the right stuff get wired in so that you can talk to it 
using the ServiceClient API. (We're basically bringing all WSIF 
functionality under the Axis2 APIs.)

Eranga Jayasundera (cc'ed) implemented this and is working now to finish 
the client side too with Deepal Jayasinghe (one of the main axis2 
committers). An article about this implementation will be ready soon too. 
(Eranga did this for his MSc thesis for which I was the supervisor .. 
which is my connection to this.)

Sanjiva.
-- 
Sanjiva Weerawarana, Ph.D.
Founder & Director; Lanka Software Foundation; http://www.opensource.lk/
Founder, Chairman & CEO; WSO2, Inc.; http://www.wso2.com/
Member; Apache Software Foundation; http://www.apache.org/
Visiting Lecturer; University of Moratuwa; http://www.cse.mrt.ac.lk/

RE: CORBA Question

Posted by "James, Steven" <st...@logicacmg.com>.
Thanks dan i have already been playing with yoko. I will have a look
there then let you now what the situation is and what we can do if this
is not complete. I am quite willing to open our solution if it is
wanted.

Thanks again for your help.  

Steve

-----Original Message-----
From: Daniel Kulp [mailto:dkulp@apache.org] 
Sent: Freitag, 21. September 2007 16:53
To: cxf-dev@incubator.apache.org
Cc: James, Steven; yoko-dev@incubator.apache.org
Subject: Re: CORBA Question

Steve,

On Friday 21 September 2007, James, Steven wrote:
> Not sure yet if this is the best mail group to ask this question but 
> it's a start.

I'm CCing the yoko-dev group.   They have written plugins into CXF (and 
some idl <-> wsdl tooling) that allow some level of CORBA support.   
Using the CXF JAX-WS api's, you can expose a service as a CORBA service
or use the CXF clients to talk to a CORBA service.  I don't know the
full details of what is and is not supported.  You'd have to ask them or
check their docs/website/wiki.

That said, a discussion has been started to move those plugins from Yoko

to CXF directly.   Thus, there is a strong possibility that the support 
will be part of a future version of CXF.   

> We have been looking at cfx as a general service infastructure but 
> have a need for CORBA support. I see on the website that it is 
> mentioned. Is this implimented currently, if not then then could we 
> impliment this feature if yes whats the process overview?

If you'd like to get involved, I'd definitely suggest starting by
looking at Yoko.  Start with that, fix issues, propose enhancements,
etc....

Thanks!
Dan


>
> Best Regards,
>
> Steve
>
>
> This e-mail and any attachment is for authorised use by the intended
> recipient(s) only. It may contain proprietary material, confidential 
> information and/or be subject to legal privilege. It should not be 
> copied, disclosed to, retained or used by, any other party. If you are

> not an intended recipient then please promptly delete this e-mail and 
> any attachment and all copies and inform the sender. Thank you.



--
J. Daniel Kulp
Principal Engineer
IONA
P: 781-902-8727    C: 508-380-7194
daniel.kulp@iona.com
http://www.dankulp.com/blog

Re: CORBA Question

Posted by Daniel Kulp <dk...@apache.org>.
Steve,

On Friday 21 September 2007, James, Steven wrote:
> Not sure yet if this is the best mail group to ask this question but
> it's a start.

I'm CCing the yoko-dev group.   They have written plugins into CXF (and 
some idl <-> wsdl tooling) that allow some level of CORBA support.   
Using the CXF JAX-WS api's, you can expose a service as a CORBA service 
or use the CXF clients to talk to a CORBA service.  I don't know the 
full details of what is and is not supported.  You'd have to ask them or 
check their docs/website/wiki.

That said, a discussion has been started to move those plugins from Yoko 
to CXF directly.   Thus, there is a strong possibility that the support 
will be part of a future version of CXF.   

> We have been looking at cfx as a general service infastructure but
> have a need for CORBA support. I see on the website that it is
> mentioned. Is this implimented currently, if not then then could we
> impliment this feature if yes whats the process overview?

If you'd like to get involved, I'd definitely suggest starting by looking 
at Yoko.  Start with that, fix issues, propose enhancements, etc....

Thanks!
Dan


>
> Best Regards,
>
> Steve
>
>
> This e-mail and any attachment is for authorised use by the intended
> recipient(s) only. It may contain proprietary material, confidential
> information and/or be subject to legal privilege. It should not be
> copied, disclosed to, retained or used by, any other party. If you are
> not an intended recipient then please promptly delete this e-mail and
> any attachment and all copies and inform the sender. Thank you.



-- 
J. Daniel Kulp
Principal Engineer
IONA
P: 781-902-8727    C: 508-380-7194
daniel.kulp@iona.com
http://www.dankulp.com/blog