On Wed August 19 2009 5:12:32 pm Shulok, Thomas wrote: > Are there any simple examples demonstrating the use of the CORBA > bindings (org.apache.cxf.binding.corba > <http://cxf.apache.org/javadoc/latest-2.1.x/org/apache/cxf/binding/corba > /package-summary.html> et al)? I've checked the usual places, but I'm > not finding much...
Yea. Apparently when the code got donated and developed, the docs didn't come with it. The best place to look for documentation is the IONA/Progress Artix docs: http://iona.com/support/docs/artix/5.5/corba_ws/wwhelp/wwhimpl/js/html/wwhelp.htm Anything that has to with "jax-ws" is basically CXF. Ignore the "C++" and "JAX-RPC" stuff in there. We ship a couple examples as part of the kit. You can grab them individually from: http://svn.apache.org/repos/asf/cxf/trunk/distribution/src/main/release/samples/corba/ if you want to look at them without the full kit. -- Daniel Kulp [email protected] http://www.dankulp.com/blog
