summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Initial commit of currency converter CORBA client that will access the CORBA ↵mcombellack2009-05-194-0/+139
| | | | | | interface exposed by the currency converter CORBA service git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776443 13f79535-47bb-0310-9956-ffa450edef68
* Initial commit of node launcher for currency converter with CORBA bindingmcombellack2009-05-194-0/+169
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776442 13f79535-47bb-0310-9956-ffa450edef68
* Initial commit of currency converter with CORBA bindingmcombellack2009-05-194-0/+106
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776441 13f79535-47bb-0310-9956-ffa450edef68
* Fixed a spelling error in </module>mcombellack2009-05-191-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776419 13f79535-47bb-0310-9956-ffa450edef68
* Initial commit of an RMI client that can invoke the currency converter RMI ↵mcombellack2009-05-194-0/+114
| | | | | | service git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776346 13f79535-47bb-0310-9956-ffa450edef68
* Initial commit of a launcher that runs the currency converter with an RMI ↵mcombellack2009-05-194-0/+176
| | | | | | binding git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776344 13f79535-47bb-0310-9956-ffa450edef68
* Initial commit of the currency converter contribution with an RMI bindingmcombellack2009-05-194-0/+106
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776342 13f79535-47bb-0310-9956-ffa450edef68
* Initial commit of a non-SCA implementation of the Credit Card service using ↵mcombellack2009-05-195-0/+189
| | | | | | JAX-WS that will be used to show how SCA references can connect to non-SCA implemented web services git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776246 13f79535-47bb-0310-9956-ffa450edef68
* Corrected the name of the target artifact IDmcombellack2009-05-191-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776245 13f79535-47bb-0310-9956-ffa450edef68
* Initial commit of a pure JAX-WS client that uses the Curency Converter WS ↵mcombellack2009-05-193-0/+141
| | | | | | exposed by SCA git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776244 13f79535-47bb-0310-9956-ffa450edef68
* Added requirement to press enter to shutdown the node so that the web ↵mcombellack2009-05-191-1/+7
| | | | | | service that it exposes can be invoked by another web client git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776232 13f79535-47bb-0310-9956-ffa450edef68
* Made the currency converter interfaces @Remotable so that it can have ↵mcombellack2009-05-192-0/+6
| | | | | | bindings added to it git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776231 13f79535-47bb-0310-9956-ffa450edef68
* Added missing module dependencies to get the web service binding workingmcombellack2009-05-191-0/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776230 13f79535-47bb-0310-9956-ffa450edef68
* Initial attempt at creating a launcher for the currency converter ↵mcombellack2009-05-185-0/+202
| | | | | | contribution with a basic web service binding git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776123 13f79535-47bb-0310-9956-ffa450edef68
* Initial attempt at creating a contribution for the currency converter that ↵mcombellack2009-05-184-0/+111
| | | | | | exposes the currency converter with a basic web service binding git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776121 13f79535-47bb-0310-9956-ffa450edef68
* Add a little more function to the simple travel booking sample and simplify ↵slaws2009-05-177-13/+92
| | | | | | the command line launcher contribution configuration. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775672 13f79535-47bb-0310-9956-ffa450edef68
* A new launcher for the full travel booking application. Also add some ignoresslaws2009-05-174-47/+547
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775649 13f79535-47bb-0310-9956-ffa450edef68
* Add ui contribution for the full travel booking application. This is just ↵slaws2009-05-179-2/+823
| | | | | | getting it basically working after the reorg of the code. Payment not fixed up yet. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775647 13f79535-47bb-0310-9956-ffa450edef68
* Correct contribution dependency and add ignoresslaws2009-05-171-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775621 13f79535-47bb-0310-9956-ffa450edef68
* Remove duplicate Trips interface fileslaws2009-05-162-26/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775421 13f79535-47bb-0310-9956-ffa450edef68
* Travel sample restructurenash2009-05-1216-0/+1119
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774131 13f79535-47bb-0310-9956-ffa450edef68
* Travel sample restructurenash2009-05-12115-0/+7102
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774129 13f79535-47bb-0310-9956-ffa450edef68
* Add a simplest client in order to start a single ↵slaws2009-05-106-0/+296
| | | | | | contribution/composite/component git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773350 13f79535-47bb-0310-9956-ffa450edef68
* Fix ant script problems and add a test casenash2009-05-0421-275/+482
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@771426 13f79535-47bb-0310-9956-ffa450edef68
* Add fault to WSDLrfeng2009-03-283-20/+50
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@759407 13f79535-47bb-0310-9956-ffa450edef68
* Add some exception handling to the customer registryslaws2009-03-225-6/+83
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@757191 13f79535-47bb-0310-9956-ffa450edef68
* Add missing policy definitionsslaws2009-03-222-0/+47
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@757190 13f79535-47bb-0310-9956-ffa450edef68
* Correct WS-BPEL service port numberslaws2009-03-081-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@751408 13f79535-47bb-0310-9956-ffa450edef68
* Add a few annotations for intents/policySetsrfeng2009-03-064-1/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@751099 13f79535-47bb-0310-9956-ffa450edef68
* Move composite from test to mainrfeng2009-03-061-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@751093 13f79535-47bb-0310-9956-ffa450edef68
* Move CreditCardPaymentImpl into src/main/javarfeng2009-03-032-10/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@749806 13f79535-47bb-0310-9956-ffa450edef68
* Add a fine-grained payment assembly for javarfeng2009-02-288-15/+315
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@748759 13f79535-47bb-0310-9956-ffa450edef68
* Organize importsrfeng2009-02-2720-67/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@748706 13f79535-47bb-0310-9956-ffa450edef68
* Add javascript version of payment componentslaws2009-02-2212-0/+742
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@746744 13f79535-47bb-0310-9956-ffa450edef68
* Switch poms back to depend on 1.5-SNAPSHOT as much of the stuff that I'm ↵slaws2009-02-2140-398/+451
| | | | | | adding now depends on 1.x fixes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@746505 13f79535-47bb-0310-9956-ffa450edef68
* Fix up the BPEL payment component to run in the wider application and take ↵slaws2009-02-2126-372/+527
| | | | | | advantage of the BPEL resolved fix in 1.x git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@746503 13f79535-47bb-0310-9956-ffa450edef68
* Add java based payment componentslaws2009-02-218-0/+570
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@746502 13f79535-47bb-0310-9956-ffa450edef68
* Add application which uses the Spring based payment componentslaws2009-02-218-0/+936
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@746501 13f79535-47bb-0310-9956-ffa450edef68
* Add composite which uses the BPEL payment componentslaws2009-02-218-0/+945
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@746500 13f79535-47bb-0310-9956-ffa450edef68
* Add unannotated Spring sampleslaws2009-02-2112-0/+801
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@746498 13f79535-47bb-0310-9956-ffa450edef68
* Add spring annotation sampleslaws2009-02-2112-0/+811
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@746497 13f79535-47bb-0310-9956-ffa450edef68
* Move the scatours image back into the resources folder. Comment out the ↵slaws2009-02-193-1/+1
| | | | | | emailgateway contribution as it's not required here. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@745872 13f79535-47bb-0310-9956-ffa450edef68
* Adjust the pom.xmlrfeng2009-02-151-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@744704 13f79535-47bb-0310-9956-ffa450edef68
* Fix a typorfeng2009-02-151-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@744703 13f79535-47bb-0310-9956-ffa450edef68
* Adjust the pom.xmlrfeng2009-02-151-2/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@744701 13f79535-47bb-0310-9956-ffa450edef68
* Rename the creditcard-payment contributions to indicate SDO or JAXBrfeng2009-02-1315-6/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743940 13f79535-47bb-0310-9956-ffa450edef68
* Add the SDO version of CreditCardPayment implementationrfeng2009-02-108-0/+480
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743122 13f79535-47bb-0310-9956-ffa450edef68
* Fix the pom.xml to use the default resource/source foldersrfeng2009-02-1022-362/+47
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742796 13f79535-47bb-0310-9956-ffa450edef68
* Update pom for new directory structurenash2009-02-091-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742429 13f79535-47bb-0310-9956-ffa450edef68
* Add maven ant generator, fix some build problemsnash2009-02-093-149/+100
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742379 13f79535-47bb-0310-9956-ffa450edef68