Thanks Glenn. Will use those samples.
On Oct 31, 2012 10:14 PM, "Glen Mazza" <[email protected]> wrote:

> If you've found the Javadoc already, it's all that we have, and that may
> include many classes are are not yet documented (patches welcome :).
>  There's no magical Javadoc we keep hidden someplace where all classes and
> methods are fully elaborated upon.
>
> I'm not sure which "hello world" sample you're talking about (we probably
> have multiple in our guide).  Can you work from these examples instead:
> http://svn.apache.org/viewvc/**cxf/trunk/distribution/src/**
> main/release/samples/<http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/>(available
>  in the CXF download) ?  That may provide the code you're looking
> for.
>
> Glen
>
> On 10/31/2012 12:25 PM, selvakumar netaji wrote:
>
>> Hi Glen,
>>
>> Thanks for you reply.
>>
>> Actually in the user guide, the hello world example uses a simple
>> JaxWsServerFactoryBean.
>>
>> I'm using the eclipse for trying out these examples.
>>
>> I tried to find the javadoc of the JaxWsServerFactoryBean but I was not
>> able to find. Can you please help on this. The javadoc contains only the
>> method summary and not explanations of the methods.
>>
>>
>> On Wed, Oct 31, 2012 at 9:47 PM, Glen Mazza <[email protected]> wrote:
>>
>>  Hmm, I'm not sure an external process can call another process' destroy()
>>> method.  Normally the standalone embedded Jetty services run in one
>>> window
>>> until you Ctrl-C to escape from it.  Have you considered deployment on
>>> Tomcat or an OSGi container? (http://www.jroller.com/**
>>> gmazza/entry/web_service_****tutorial<http://www.jroller.**
>>> com/gmazza/entry/web_service_**tutorial<http://www.jroller.com/gmazza/entry/web_service_tutorial>
>>> >)
>>> -- that might give you the service-side rigor you're looking for.
>>>
>>> Glen
>>>
>>>
>>> On 10/31/2012 12:01 PM, selvakumar netaji wrote:
>>>
>>>  Hi All,
>>>>
>>>> I'm new to apache cxf. I have tried out the hello world example. The
>>>> service is exposed using the JaxWsServerFactoryBean. After starting the
>>>> server I tested the services. It was working fine and tired to stop the
>>>> server using the destroy method. It didn't work out. So I tried to see
>>>> the
>>>> javadoc but nothing was mentioned in those javadoc except the method
>>>> summary.  The server is stopped only on stopping the vm. Can you please
>>>> help on this to find out the javadocs.
>>>>
>>>>
>>>>  --
>>> Glen Mazza
>>> Talend Community Coders - coders.talend.com
>>> blog: www.jroller.com/gmazza
>>>
>>>
>>>
>
> --
> Glen Mazza
> Talend Community Coders - coders.talend.com
> blog: www.jroller.com/gmazza
>
>

Reply via email to