CXF on mobiles

2011-11-03 Thread Demetris
Hi all, is there an implementation of CXF (or any plans for it) for mobile devices? Thanks

Re: Distributed OSGi

2011-05-04 Thread Demetris
Great thanks Julien - I will go over the web site material which seems pretty informative. On 5/4/2011 5:08 AM, Julien Vey wrote: Hi Demetris The JASMINe Project<http://wiki.jasmine.ow2.org/xwiki/bin/view/Main/WebHome>from OW2 uses DOSGI. It is not yet integrated in the stable relea

Distributed OSGi

2011-05-03 Thread Demetris
Hi all, are there any known real-life projects that utilize CXF's distributed OSGi platform? Or any use cases I can look over? I am primarily interested in service composition across distributed OSGi containers. I did see the code examples in the corresponding web site but I am looking for la

Re: WADLs

2011-02-27 Thread Demetris
Apologies for my late posting. I missed the later postings on this by a few of you. If it helps that's awesome otherwise you can just ignore it. Regards On 2/27/2011 10:48 PM, Demetris wrote: May be this can help - http://www.ibm.com/developerworks/library/specification/ws-wad

Re: WADLs

2011-02-27 Thread Demetris
May be this can help - http://www.ibm.com/developerworks/library/specification/ws-wadlwsdl/index.html WSDL (pre-2.0) describes SOAP engpoints. WSDL 2.0 includes appropriate annotations for REST services. WADL is geared towards description of resources which is what REST/HTTP is based on. I a

Re: Javascript generation

2010-03-20 Thread Demetris G. Galatopoullos
Axis2 may have some of that functionality in place anyway. Quoting Daniel Kulp : > On Friday 19 March 2010 2:57:49 pm Demetris wrote: > > Nice - thanks Dan. Do you know of any plans for CXF to support WSDL 2.0 > > soon? > > > > So in the CXF design, the client requests a

Re: Javascript generation

2010-03-19 Thread Demetris
runtime based on the implementation of the service or is it pre-defined before the service is launched? Daniel Kulp wrote: On Thursday 18 March 2010 1:44:08 am Demetris wrote: Hi all, where would the server-side javascript code generotion be located in the baseline? Should be in

Javascript generation

2010-03-17 Thread Demetris
Hi all, where would the server-side javascript code generation be located in the baseline? I don't seem to be able to locate it. Is there documentation as to who this generation works? Is it derived from the service's WSDL file or does the user navigate how this generation should work?

Re: WSDL 2 SOAP

2010-02-08 Thread Demetris
ally use SoapUI to do that, you might even be able to do it programatically by looking at their source tree and seeing how they do it. http://www.soapui.org/architecture/index.html Not sure if they have a commandline/maven tool that does it. Craig. On Mon, Feb 8, 2010 at 2:22 PM, Demetris wr

WSDL 2 SOAP

2010-02-08 Thread Demetris
Hi all, is there a tool in CXF that can generate SOAP envelopes directly from WSDL without generating any stubs? Thanks

Re: D-OSGi and REST

2009-10-29 Thread Demetris
want to compare some performance metrics between such different implementations - any ideas will be greatly welcomed. Many regards Demetris Sergey Beryozkin wrote: Hi Yes, we do, it is the CXF JAXRS implementation which is embedded inside the DOSGI RI but given that the RI is based on CXF it&#

Re: D-OSGi and REST

2009-10-21 Thread Demetris
Excellent - thanks Sergey. Sergey Beryozkin wrote: Yes. Some information about the annotation-free mode is here : http://cxf.apache.org/docs/jax-rs.html#JAX-RS-RESTfulserviceswithoutanno tations cheers, Sergey -Original Message- From: Demetris [mailto:demet...@ece.neu.edu] Sent

Re: D-OSGi and REST

2009-10-20 Thread Demetris
vice2 uses this model : http://svn.apache.org/repos/asf/cxf/dosgi/trunk/samples/greeter_rest/int erface/src/main/resources/OSGI-INF/cxf/jaxrs/GreeterService2-model.xml Demetris wrote: Hi Sergey, it is possible to execute bundles as RESTful resources on Felix without the need for JAX-RS anno

Re: D-OSGi and REST

2009-10-20 Thread Demetris
does not run under J2ME(I tested the single distribution and it didn't go far) What happened during that test ? Just curious... I haven't worked with J2ME so I don't have any recommendations, sorry... cheers, Sergey Demetris-2 wrote: Sergey one more question if you d

Re: D-OSGi and REST

2009-09-29 Thread Demetris
f) but I'm not sure this is really suitable for an embedded device with constrained memory... Cheers, David 2009/9/28 Demetris Hi Sergey - no problem at all. Regarding the test I got the following exception once I started the single distribution on a J2ME-CDC device - equi

Re: D-OSGi and REST

2009-09-28 Thread Demetris
.. cheers, Sergey Demetris-2 wrote: Sergey one more question if you don't mind - you probably saw some of my earlier postings with Benson regarding running Web Services on mobiles. I can easily run KF or Equinox on mobiles and I can run some SOAP-based engines (ksoap-osgi) and open source We

Re: D-OSGi and REST

2009-09-27 Thread Demetris
ish though untill it implements the relevant OSGI spec (RFC 119 ?), but it should not be too difficult to do. In meantime the only option on the client side is to load the bundles containing code explicitly consuming a remote service (using proxy-based or http-centric api)... cheers, Sergey Demetris-

Re: D-OSGi and REST

2009-09-27 Thread Demetris
not be too difficult to do. In meantime the only option on the client side is to load the bundles containing code explicitly consuming a remote service (using proxy-based or http-centric api)... cheers, Sergey Demetris-2 wrote: In other words, without trying to make this too convoluted, my quest

Re: D-OSGi and REST

2009-09-25 Thread Demetris
In other words, without trying to make this too convoluted, my question is do you guys use your own implementation of JAX-RS (instead of Jersey etc.). Thanks again Demetris wrote: Hi Sergey, I followed up on your info below in the distribution baseline - thanks, things are making a bit

Re: D-OSGi and REST

2009-09-25 Thread Demetris
-ServiceProviderpropertiesForConfiguringRESTfulJAXRSbasedendpoints andconsumers hope it helps Sergey -Original Message- From: Demetris [mailto:demet...@ece.neu.edu] Sent: 23 September 2009 08:13 To: dev@cxf.apache.org Subject: D-OSGi and REST Hi Sergey, you mentioned in the blog that users

Re: D-OSGi and REST

2009-09-23 Thread Demetris
some more info is here : http://cxf.apache.org/distributed-osgi-reference.html#DistributedOSGiRef erence-ServiceProviderpropertiesForConfiguringRESTfulJAXRSbasedendpoints andconsumers hope it helps Sergey -Original Message- From: Demetris [mailto:demet...@ece.neu.edu] Sent: 23 September

D-OSGi and REST

2009-09-23 Thread Demetris
Hi Sergey, you mentioned in the blog that users can now expose bundles/beans as SOAP and REST services. I looked over the example listed on the D-OSGi web site but both Greeter examples are the same for SOAP and REST - unless I am missing something. Do you have any examples of RESTful bun

Re: WSDL2JS

2009-09-02 Thread Demetris
Nothing like the good old 'giving it a shot' trick ;) My problem is indeed how to both run clients and servers on mobile devices and under J2ME-CDC. And it is a pretty damn limited field to manage to fit in it comprehensive stacks either from Axis or CXF. In any case, I will try to see if a ri

Re: WSDL2JS

2009-09-01 Thread Demetris
, cxf.tools.common and a few other classes would be involved but other than that I can find a clean separation between them and the main baseline. Any ideas? Thanks again Demetris wrote: Hi Benson et. al., I tried running the D-OSGi in Equinox under J2ME CDC on a Nokia N800 but it failed (I

Re: WSDL2JS

2009-08-25 Thread Demetris
ted by CXF is annotated in such a way that only its server-side can understand? All this of course provided the client stack can run on the mobile- I am working on testing that now. Thanks Benson Margulies wrote: Demetris, Let me answer/clarify what I can. There are two ways of getting Java

Re: Integrating JAX-RS runtime into DOSGi

2009-08-21 Thread Demetris
FC and its early draft release last August - can someone tell me when the implementation in CXF (release 1) began? Thanks - I need sleep. Demetris wrote: After looking at the project I mentioned - here is the article here on their web site: (http://www.dosgi.com/distributed-osgi-webservices-art

Re: Integrating JAX-RS runtime into DOSGi

2009-08-21 Thread Demetris
o these are two separate projects. Apache CXF DOSGi is the RFC 119 implementation. I remember reading about that RFC - can someone tell me when the implementation in CXF begun? Thanks Sergey Beryozkin wrote: Hi Have a look here please http://cxf.apache.org/distributed-osgi.html cheers, Serge

Re: WSDL2JS

2009-08-19 Thread Demetris
a shot and let the list know. I appreciate the response - thanks again On Wed, Aug 19, 2009 at 4:41 PM, Demetris wrote: Hi Benson. do you mind if I ask for some clarification? 1) you can ask the server to generate and deliver the javascript client. The server will actually ge

Re: WSDL2JS

2009-08-19 Thread Demetris
Hi Benson. do you mind if I ask for some clarification? 1) you can ask the server to generate and deliver the javascript client. The server will actually generate and send a javascript client to the requesting remote class correct? But if need be, can the server also generate a WSDL file -

Re: WSDL2JS

2009-08-17 Thread Demetris
Super - thanks. Benson Margulies wrote: The answer to your questions is "yes". On Mon, Aug 17, 2009 at 12:51 AM, Demetris wrote: Hi Benson, I took a look into the rt folder and did go over the cxf-utils.js module - so the generated client javascript code makes use of this

Re: WSDL2JS

2009-08-16 Thread Demetris
fairly well organized so that's encouraging. Thanks Benson Margulies wrote: I would recommend wrapping/intercepting the object in cxf-utils.js that sends the requests. There's really no substitute for reading some of this code. On Fri, Aug 14, 2009 at 12:07 PM, Demetris wrote: So

Re: WSDL2JS

2009-08-14 Thread Demetris
You are absolutely right and I am already on it :) Thanks Benson Benson Margulies wrote: I would recommend wrapping/intercepting the object in cxf-utils.js that sends the requests. There's really no substitute for reading some of this code. On Fri, Aug 14, 2009 at 12:07 PM, Demetris

Re: WSDL2JS

2009-08-14 Thread Demetris
provides the javascript, it provides the correct URL. Which is often not port 8080. To answer another question, no z/OS is not required. On Thu, Aug 13, 2009 at 4:57 PM, Demetris wrote: One more question for whoever has a few minutes to help out - Let's say my client contacted the remote s

Re: WSDL2JS

2009-08-13 Thread Demetris
SOAP message to the server right? Which port does it write to - similar to Axis, 8080? Demetris wrote: Hey guys, the documentation says: "It is relatively straightforward to run a CXF service in a Tomcat <http://tomcat.apache.org/> container on z/OS". But the IBM OS is not a r

Re: WSDL2JS

2009-08-13 Thread Demetris
oderately complex services. However, option 2 requires the entire CXF stack on the client, and I have no idea if J2ME has the necessary goodies. On Wed, Aug 12, 2009 at 4:47 PM, Demetris wrote: Does CXF support client-side programming for Web Services? What we are after in one of our pr

Re: WSDL2JS

2009-08-12 Thread Demetris
lient' that can talk to moderately complex services. However, option 2 requires the entire CXF stack on the client, and I have no idea if J2ME has the necessary goodies. On Wed, Aug 12, 2009 at 4:47 PM, Demetris wrote: Does CXF support client-side programming for Web Services? What we ar

Re: WSDL2JS

2009-08-12 Thread Demetris
considering the off-the- device mechanisms. Daniel Kulp wrote: On Tue August 11 2009 11:26:05 pm Demetris wrote: Do you know if Axis 1.x can generate document/literal or only rpc/encoded? I am wondering if setting the OPERATION_STYLE_PROPERTY to document would do the trick. I believe Axis1

Re: WSDL2JS

2009-08-12 Thread Demetris
I have no problem advocating CXF here ;) Daniel Kulp wrote: On Tue August 11 2009 11:12:04 pm Demetris wrote: Hi Benson, that would a great opportunity to get to know CXF but I am sure I won't be given the time to work on it. I will certainly pass it on and see if we can get someone t

Re: WSDL2JS

2009-08-12 Thread Demetris
He he - didn't mean to put you on the spot Dan - but I think you are right so I will chase it in the Axis lists. Daniel Kulp wrote: On Tue August 11 2009 11:26:05 pm Demetris wrote: Do you know if Axis 1.x can generate document/literal or only rpc/encoded? I am wondering if settin

Re: WSDL2JS

2009-08-11 Thread Demetris
Do you know if Axis 1.x can generate document/literal or only rpc/encoded? I am wondering if setting the OPERATION_STYLE_PROPERTY to document would do the trick. Benson Margulies wrote: Demetris, If your place has a big investment in RPC/encoded, perhaps one of you would like to pick up the

Re: WSDL2JS

2009-08-11 Thread Demetris
ast I) appreciate the offer Benson and I will make sure the word gets around here. I will let you know how it goes or at least if I have any more Qs on CXF in general. Thanks Benson Margulies wrote: Demetris, If your place has a big investment in RPC/encoded, perhaps one of you would like to pi

Re: WSDL2JS

2009-08-11 Thread Demetris
our own translations - not good. In any case, CFX is a pretty impressive project so I have a feeling I will be adapting it to my work. Cheers Daniel Kulp wrote: On Tue August 11 2009 12:15:40 pm Demetris wrote: That's what I figured ;) Thanks for the info Benson. Now rega

Re: WSDL2JS

2009-08-11 Thread Demetris
Well that's what I was after and I agree with you - Thanks much Dan Daniel Kulp wrote: On Tue August 11 2009 12:15:40 pm Demetris wrote: That's what I figured ;) Thanks for the info Benson. Now regarding inteconnection of Web Services across implementations, if there is no brid

Re: WSDL2JS

2009-08-11 Thread Demetris
unaware of anything you can use to interconnect an old Axis RPC/encoded service with CXF. On Mon, Aug 10, 2009 at 11:00 PM, Demetris wrote: Hi Benson, the reason I mentioned JAX-WS is because a WSDL file that I passed to WSDL2JS returned "RCP/encoded WSDLs are not supported in JAX-2.

Re: WSDL2JS

2009-08-10 Thread Demetris
And excuse the typos - CXF I meant to say all along .. :) Demetris wrote: Hi Benson, the reason I mentioned JAX-WS is because a WSDL file that I passed to WSDL2JS returned "RCP/encoded WSDLs are not supported in JAX-2.0". I had a feeling it is "neither here nor there&q

Re: WSDL2JS

2009-08-10 Thread Demetris
ow after reading the corresponding documentation but I will return and send more info if I cannot resolve it. A separate question - is there a "bridge" between Axis WS and its tools and CFX? Can an Axis WS client call a CFX-implemented WS and vice versa or not? Thanks Benson Margulies wrote

Re: WSDL2JS

2009-08-10 Thread Demetris
And one more observation - because wsdl2js utilizes JAX-WS 2.0, RPC/Encoded documents are not supported. Is that correct? Thanks again Demetris wrote: Ok now that I played a bit with wsdl2js I am beginning to understand what you said below. So one can use the wsdlurl in order to get the

Re: WSDL2JS

2009-08-10 Thread Demetris
x27;t understand why you need to run it under J2ME. In fact, you can just use the ?js URL form from the server to get the server to generate it on the fly. On Mon, Aug 10, 2009 at 2:32 PM, Demetris wrote: Hi all, I am interested in generating Javascript stubs from a WSDL file - I am assuming tha

Re: WSDL2JS

2009-08-10 Thread Demetris
Margulies wrote: The tool is part of CXF, so it requires Java 1.5. Since its output is Javascript, I don't understand why you need to run it under J2ME. In fact, you can just use the ?js URL form from the server to get the server to generate it on the fly. On Mon, Aug 10, 2009 at 2:32 PM, Demetris

WSDL2JS

2009-08-10 Thread Demetris
Hi all, I am interested in generating Javascript stubs from a WSDL file - I am assuming that the WSDL2js tool is the appropriate tool to use. Has anyone used this tool so that I can ask a couple of Qs? (1) Which Java version is the tool built on? (2) Can I used it under J2ME-CDC to genera