Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[stp-dev] Refactored service creation features to split jax-ws and sca plugins

Hi all,
 
I refactored the service creation package to split the JAX-WS and SCA functions.
 
We have three features in stp.sc now:
* org.eclipse.stp.servicecreation
-- base feature
-- contains doc, annotation support, validator...
 
* org.eclipse.stp.sc.jaxws.feature
-- contains stp.sc.jaxws and stp.sc.cxf plugins
-- depending on stp.servicecreation feature
 
* org.eclipse.stp.sc.sca.feature
-- contains stp.sc.sca, stp.sc.sca.java and stp.sc.sca.tuscany plguins.
-- depending on stp.servicecreation feature
 
So if user only want jax-ws support, they can just install jax-ws feature from update site.
This apply for sca users too.
 
Regards
 
Johnson
 

Back to the top