summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-07-23Change all the samples to use samples\pom.xml as the parent instead of the ↵antelder34-60/+60
sca parent so that they pick up the sample s=config (which is mainly the deploy plugin config which has skip=true so they don;t get deployed to the maven repo git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@967047 13f79535-47bb-0310-9956-ffa450edef68
2010-07-23Remove the profile section as we don't use it and add a deploy plugin config ↵antelder1-8/+13
with skip so that the samples don't get deployed to maven git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@967037 13f79535-47bb-0310-9956-ffa450edef68
2010-07-19Register Tuscany context listener to ensure the runtime is initialized when ↵jsdelfino2-0/+3
the webapp starts. Print exception stack traces. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@965354 13f79535-47bb-0310-9956-ffa450edef68
2010-07-16Add much more simplistic launcher as an example of how we can focus in on ↵slaws4-4/+69
the embedding we're trying to demonstrate rather than how clever we can make the launcher. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964782 13f79535-47bb-0310-9956-ffa450edef68
2010-07-12Fix no class def error from wink update to use slf4j api from 1.6 which ↵antelder1-0/+5
includes a default noop log impl git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@963497 13f79535-47bb-0310-9956-ffa450edef68
2010-07-11Minor command cleanup, factored out System.in/out to work as well in a ↵jsdelfino12-75/+305
Webapp, renamed test scripts. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@962959 13f79535-47bb-0310-9956-ffa450edef68
2010-07-09Updating Wink to it's most recent release to avoid security issue reported ↵lresende1-5/+5
at CVE-2010-2245 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@962398 13f79535-47bb-0310-9956-ffa450edef68
2010-07-02Fix build instructions, add missing license header in script.jsdelfino4-1/+50
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@960125 13f79535-47bb-0310-9956-ffa450edef68
2010-07-02Add a sample shell program useful to start and stop SCA composites ↵jsdelfino6-0/+290
interactively. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@960122 13f79535-47bb-0310-9956-ffa450edef68
2010-06-25Add base jar osgi sample to buildantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@957912 13f79535-47bb-0310-9956-ffa450edef68
2010-06-25Add a launcher sample using osgi and the base jarantelder8-0/+458
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@957909 13f79535-47bb-0310-9956-ffa450edef68
2010-06-03minor doc fixeslresende1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951131 13f79535-47bb-0310-9956-ffa450edef68
2010-06-03Add tuscany pluginantelder2-0/+12
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950966 13f79535-47bb-0310-9956-ffa450edef68
2010-06-02TUSCANY-3582 - Pointing to the proper tuscany manifest filelresende1-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950778 13f79535-47bb-0310-9956-ffa450edef68
2010-06-02Sample module showing how to use the Scribe logging API to connect to a ↵jsdelfino16-0/+8695
Scribe server and log a string under a given log category. The sample module shows two components: a ScribeLogger component that encapsulates the calls to the Scribe API behind a simple Logger service interface, and a HelloWorld component that uses an SCA reference wired to the ScribeLogger component to log the string that it's given. See the README file for build and test instructions. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950360 13f79535-47bb-0310-9956-ffa450edef68
2010-05-28TUSCANY-3573 Add a bit more info to the READMEslaws1-1/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949115 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27Add note to point why a couple of the launchers don't need to be in the buildslaws1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948794 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27Add launcher that explains how to start contributions using Mavenslaws1-0/+18
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948792 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27Add missing readmeslaws1-0/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948791 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27Add some missing samplesantelder1-0/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948786 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27A few README correctionsslaws1-39/+30
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948783 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27Move the wicket sample to contrib as it doesn't work yet and no one is ↵antelder11-513/+0
actively working on it right now git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948748 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27Add remotable annotation so that the contribution can be used in distributed ↵antelder1-0/+2
domain, eg to be invoked from the calculator-scaclient sample git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948742 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27Correct main class definitionantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948740 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27Add tuscany plugin definition and a default deployable so that the ↵antelder2-0/+19
contribution can be run with mvn tuscany:run. The contribution doesn't work yet though git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948739 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27Add Jetty plugin definition so the sample can be run with mvn jetty:run to ↵antelder1-0/+5
keep it consistent with the other webapp samples. The sample doesn't appear to work though git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948738 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27Remove old unused incubator repository definitionantelder1-7/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948731 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27Remove old unused incubator repository definitionantelder1-7/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948730 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27Remove old unused incubator repository definitionantelder1-7/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948729 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27Remove old unused incubator repository definitionantelder1-7/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948728 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27Remove old unused incubator repository definitionantelder1-7/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948727 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27Remove old unused incubator repository definitionantelder1-7/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948725 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27Remove old unused incubator repository definitionantelder1-7/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948724 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27Remove old unused incubator repository definitionantelder1-7/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948723 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27Remove old unused incubator repository definitionantelder1-7/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948722 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27Add Tuscany plugin so sample can be run with mvn tuscany:runantelder1-0/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948713 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27TUSCANY-3563 remove old stuff from top level samples README and add a ↵kelvingoodson2-125/+8
bridging README for binding-sca git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948705 13f79535-47bb-0310-9956-ffa450edef68
2010-05-26A little bit of tidying in the launchers. I've disabled the binding.ws ↵slaws3-19/+31
target in the osgi launcher as under ant it's not working properly. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948413 13f79535-47bb-0310-9956-ffa450edef68
2010-05-25TUSCANY-3563 remove unintentional checkin of commentskelvingoodson2-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948031 13f79535-47bb-0310-9956-ffa450edef68
2010-05-25TUSCANY-3563 - stubbs for missing READMES + marking old style samples as suchkelvingoodson16-19/+85
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948030 13f79535-47bb-0310-9956-ffa450edef68
2010-05-24TUSCANY-3563 add readme to binding.rmi top level dir and fix launcher and ↵kelvingoodson5-101/+124
osgi sample READMEs git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947708 13f79535-47bb-0310-9956-ffa450edef68
2010-05-24TUSCANY-3563 more new style READMEs for generic launcher style of invokingkelvingoodson2-0/+21
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947599 13f79535-47bb-0310-9956-ffa450edef68
2010-05-24TUSCANY-3563 more new style READMEs for launcher/contribution style of invokingkelvingoodson2-171/+17
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947588 13f79535-47bb-0310-9956-ffa450edef68
2010-05-24TUSCANY-3563 new style contribution READMEskelvingoodson3-240/+17
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947579 13f79535-47bb-0310-9956-ffa450edef68
2010-05-21TUSCANY-3563 tweak the base README to reference the generic launcher readmeskelvingoodson1-5/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947062 13f79535-47bb-0310-9956-ffa450edef68
2010-05-21TUSCANY-3563 first stab at a generic README for command line invocationkelvingoodson1-4/+11
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947058 13f79535-47bb-0310-9956-ffa450edef68
2010-05-21TUSCANY-3565/TUSCANY-3566 change dependencies in order to exclude the ↵slaws2-3/+31
web-javascript-dojo module which is automatically exposing resource on port 8080. Investigating to see if this causes the problems with the binding-rmi samples on linux. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947021 13f79535-47bb-0310-9956-ffa450edef68
2010-05-21TUSCANY-3563 beginning to establish the pattern for the new style samples' ↵kelvingoodson2-86/+19
READMEs git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947001 13f79535-47bb-0310-9956-ffa450edef68
2010-05-21TUSCANY-3563 add some prose to top level README - more clarification to comekelvingoodson1-2/+29
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946972 13f79535-47bb-0310-9956-ffa450edef68
2010-05-20Add some simple code to allow the embedded launcher to keep the SCA app ↵slaws2-5/+41
running so that it can be called by the stand-alone launcher. Not enabled yet. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946630 13f79535-47bb-0310-9956-ffa450edef68