apache-tuscany/sandbox/sebastien/java/embed/samples/implementation-extension
2010-09-13 18:03:53 +00:00
..
src Cleanup EmbedUtil a bit. Use a builder pattern and closures to pass a node factory context around instead of being kept in a static. Change the DOM util to use a similar builder pattern as well. 2010-09-13 18:03:53 +00:00
build.xml Sandbox to experiment with different ways to embed the runtime. 2010-08-29 18:32:20 +00:00
pom.xml Sandbox to experiment with different ways to embed the runtime. 2010-08-29 18:32:20 +00:00
README Sandbox to experiment with different ways to embed the runtime. 2010-08-29 18:32:20 +00:00

Sample Implementation Extension
===============================
This sample demonstrates how to develop a new component implementation type
for Apache Tuscany SCA. 

The README in the samples directory (the directory above this) provides 
instructions about building and running the samples. Take a look there.