On Friday 30 April 2010 9:54:25 am srinivas_svn wrote: > Hi Everyone, > > I am to new CXF, In Apache CXF website samples applications, I noticed that > many jar to add to develop > new webservice. Is there any to avoid using those many jars.
In the "lib" dir of the CXF distribution, there is a "WHICH_JARS" file that describes which jars are required for which features. Using that info, you can pair it down quite a bit. -- Daniel Kulp [email protected] http://dankulp.com/blog
