summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Start of a general README for launching webapps with embedded Tuscany. I ↵slaws2010-08-171-0/+29
| | | | | | wanted to document Ant's commit comment about mvn jetty:run. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986259 13f79535-47bb-0310-9956-ffa450edef68
* Remove redundant script tagantelder2010-08-171-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986233 13f79535-47bb-0310-9956-ffa450edef68
* Remove unnecessary absolute uriantelder2010-08-171-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986231 13f79535-47bb-0310-9956-ffa450edef68
* Add Jetty plugin so the sample can be run with mvn jetty:run like the other ↵antelder2010-08-171-0/+5
| | | | | | webapp samples git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986229 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused client and add default files to bean slaws2010-08-172-52/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986219 13f79535-47bb-0310-9956-ffa450edef68
* Correct the DOJO callback configuration and show the result at client and serverslaws2010-08-162-7/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986127 13f79535-47bb-0310-9956-ffa450edef68
* Extend the JSONRPC binding sample to be hosted in a webapp and include a ↵slaws2010-08-1618-0/+928
| | | | | | DOJO based client. This is for looking at Fabiano's latest problem and doesn't work yet. Checking in so I have a backup while I get it to work. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986072 13f79535-47bb-0310-9956-ffa450edef68
* Add @Remotable to JSON sample interfacebdaniel2010-08-131-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985085 13f79535-47bb-0310-9956-ffa450edef68
* Add the jsonrpc contribution to the buildslaws2010-08-121-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@984860 13f79535-47bb-0310-9956-ffa450edef68
* Add launcher and JSON databinding as a dependency. The launcher is not ↵slaws2010-08-122-0/+71
| | | | | | called from the unit test at the moment so shouldn't fail the build. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@984859 13f79535-47bb-0310-9956-ffa450edef68
* Convert the add method to take a complex parameterslaws2010-08-124-1/+109
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@984850 13f79535-47bb-0310-9956-ffa450edef68
* Add a jsonrpc sample (also using to look at Fabiano's problem)slaws2010-08-1220-0/+767
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@984839 13f79535-47bb-0310-9956-ffa450edef68
* update ant targets to run new simple launcherskelvingoodson2010-08-121-15/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@984770 13f79535-47bb-0310-9956-ffa450edef68
* update test case to use individual launcherskelvingoodson2010-08-121-10/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@984762 13f79535-47bb-0310-9956-ffa450edef68
* remove multi-way launcherkelvingoodson2010-08-121-150/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@984750 13f79535-47bb-0310-9956-ffa450edef68
* Following on from commit r964782, add simple launchers per contribution ↵kelvingoodson2010-08-123-0/+166
| | | | | | (build.xml yet to be updated for new targets) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@984747 13f79535-47bb-0310-9956-ffa450edef68
* Allow spring beans to use @Reference without a property elementrfeng2010-07-301-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980959 13f79535-47bb-0310-9956-ffa450edef68
* Add new files which are left outrfeng2010-07-293-0/+141
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980273 13f79535-47bb-0310-9956-ffa450edef68
* Add the parent delegation for the SCA spring application contextrfeng2010-07-295-13/+21
| | | | | | Improve the sample to demonstrate the child bean wired to a bean in the parent context (WebApplicationContext) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980272 13f79535-47bb-0310-9956-ffa450edef68
* Add helloworld-spring-webapp to the buildrfeng2010-07-281-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980224 13f79535-47bb-0310-9956-ffa450edef68
* Add artifacts for the webapprfeng2010-07-283-0/+257
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980223 13f79535-47bb-0310-9956-ffa450edef68
* Add a DateService into helloworld-spring to demonstrate Java component ↵rfeng2010-07-282-0/+65
| | | | | | wiring to a Spring component git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980221 13f79535-47bb-0310-9956-ffa450edef68
* Allow Spring WebApplicationContext to be used by Tuscanyrfeng2010-07-283-4/+15
| | | | | | Bring up a sample web application which demonstrates the integration between Spring and Tuscany git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980218 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused importsrfeng2010-07-281-3/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980213 13f79535-47bb-0310-9956-ffa450edef68
* Catching up with ML conversation re. dynamic interfaces so thought I'd add a ↵slaws2010-07-2826-0/+833
| | | | | | script sample so I can play with what we do to date. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@979980 13f79535-47bb-0310-9956-ffa450edef68
* Print stack traces to the configured output stream.jsdelfino2010-07-241-2/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@978946 13f79535-47bb-0310-9956-ffa450edef68
* Change all the samples to use samples\pom.xml as the parent instead of the ↵antelder2010-07-2334-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
* Remove the profile section as we don't use it and add a deploy plugin config ↵antelder2010-07-231-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
* Register Tuscany context listener to ensure the runtime is initialized when ↵jsdelfino2010-07-192-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
* Add much more simplistic launcher as an example of how we can focus in on ↵slaws2010-07-164-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
* Fix no class def error from wink update to use slf4j api from 1.6 which ↵antelder2010-07-121-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
* Minor command cleanup, factored out System.in/out to work as well in a ↵jsdelfino2010-07-1112-75/+305
| | | | | | Webapp, renamed test scripts. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@962959 13f79535-47bb-0310-9956-ffa450edef68
* Updating Wink to it's most recent release to avoid security issue reported ↵lresende2010-07-091-5/+5
| | | | | | at CVE-2010-2245 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@962398 13f79535-47bb-0310-9956-ffa450edef68
* Fix build instructions, add missing license header in script.jsdelfino2010-07-024-1/+50
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@960125 13f79535-47bb-0310-9956-ffa450edef68
* Add a sample shell program useful to start and stop SCA composites ↵jsdelfino2010-07-026-0/+290
| | | | | | interactively. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@960122 13f79535-47bb-0310-9956-ffa450edef68
* Add base jar osgi sample to buildantelder2010-06-251-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@957912 13f79535-47bb-0310-9956-ffa450edef68
* Add a launcher sample using osgi and the base jarantelder2010-06-258-0/+458
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@957909 13f79535-47bb-0310-9956-ffa450edef68
* minor doc fixeslresende2010-06-031-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951131 13f79535-47bb-0310-9956-ffa450edef68
* Add tuscany pluginantelder2010-06-032-0/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950966 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3582 - Pointing to the proper tuscany manifest filelresende2010-06-021-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950778 13f79535-47bb-0310-9956-ffa450edef68
* Sample module showing how to use the Scribe logging API to connect to a ↵jsdelfino2010-06-0216-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
* TUSCANY-3573 Add a bit more info to the READMEslaws2010-05-281-1/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949115 13f79535-47bb-0310-9956-ffa450edef68
* Add note to point why a couple of the launchers don't need to be in the buildslaws2010-05-271-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948794 13f79535-47bb-0310-9956-ffa450edef68
* Add launcher that explains how to start contributions using Mavenslaws2010-05-271-0/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948792 13f79535-47bb-0310-9956-ffa450edef68
* Add missing readmeslaws2010-05-271-0/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948791 13f79535-47bb-0310-9956-ffa450edef68
* Add some missing samplesantelder2010-05-271-0/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948786 13f79535-47bb-0310-9956-ffa450edef68
* A few README correctionsslaws2010-05-271-39/+30
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948783 13f79535-47bb-0310-9956-ffa450edef68
* Move the wicket sample to contrib as it doesn't work yet and no one is ↵antelder2010-05-2711-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
* Add remotable annotation so that the contribution can be used in distributed ↵antelder2010-05-271-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
* Correct main class definitionantelder2010-05-271-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948740 13f79535-47bb-0310-9956-ffa450edef68