summaryrefslogtreecommitdiffstats
path: root/sandbox/rfeng (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-03-22Exclude the servlet/jsp/el jarsrfeng1-0/+28
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1084360 13f79535-47bb-0310-9956-ffa450edef68
2011-03-22Use classpath to find Spring configrfeng1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1084250 13f79535-47bb-0310-9956-ffa450edef68
2011-03-22Fix the dependency scoperfeng1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1084225 13f79535-47bb-0310-9956-ffa450edef68
2011-03-21Adding missing filesrfeng13-0/+654
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1083972 13f79535-47bb-0310-9956-ffa450edef68
2011-03-21Adding Spring integration sample back to my sandboxrfeng18-0/+851
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1083936 13f79535-47bb-0310-9956-ffa450edef68
2010-03-31Add more printrfeng1-4/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@929641 13f79535-47bb-0310-9956-ffa450edef68
2010-03-23Reorder the methodsrfeng1-13/+28
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@926811 13f79535-47bb-0310-9956-ffa450edef68
2010-03-23Schedule the target definition jobrfeng1-10/+54
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@926790 13f79535-47bb-0310-9956-ffa450edef68
2010-03-23Configure JDT earlyrfeng1-2/+16
Set .svn as private members git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@926740 13f79535-47bb-0310-9956-ffa450edef68
2010-03-23Use run() methodrfeng1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@926731 13f79535-47bb-0310-9956-ffa450edef68
2010-03-23Change the api so that it works with Eclipse 3.5rfeng1-24/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@926713 13f79535-47bb-0310-9956-ffa450edef68
2010-03-23Update inforfeng1-10/+214
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@926680 13f79535-47bb-0310-9956-ffa450edef68
2010-03-23Update docrfeng1-10/+19
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@926675 13f79535-47bb-0310-9956-ffa450edef68
2010-03-23Add some documentrfeng1-0/+22
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@926671 13f79535-47bb-0310-9956-ffa450edef68
2010-03-23An eclipse plugin that can run in headless mode to configure the eclipse ↵rfeng16-0/+824
workspace using command line git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@926662 13f79535-47bb-0310-9956-ffa450edef68
2010-03-09Start with a known WSDLrfeng5-7/+81
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@920606 13f79535-47bb-0310-9956-ffa450edef68
2010-03-08Fix namespacerfeng1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@920412 13f79535-47bb-0310-9956-ffa450edef68
2010-03-05Start to play with endpoint integration rfeng13-0/+1170
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@919482 13f79535-47bb-0310-9956-ffa450edef68
2009-11-10Use a simple namerfeng1-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834565 13f79535-47bb-0310-9956-ffa450edef68
2009-11-10Turn the module into a webapprfeng6-25/+191
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834562 13f79535-47bb-0310-9956-ffa450edef68
2009-11-10Add support to produce json data for dojo treerfeng2-22/+117
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834360 13f79535-47bb-0310-9956-ffa450edef68
2009-11-09Prototyping the provisioning support for Tuscany SCA:rfeng5-0/+549
1) Find the "extension" by XML qnames or Java types 2) Resolve the maven dependencies for the "extension" 3) Traverse the contribution/composite model to identify required "extensions" 4) Provision the Node to a runtime that is capable of handling the "extensions" git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834277 13f79535-47bb-0310-9956-ffa450edef68
2009-10-14git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825324 ↵rfeng4-1/+1
13f79535-47bb-0310-9956-ffa450edef68
2009-10-14Delete .settings from svnrfeng2-6/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825320 13f79535-47bb-0310-9956-ffa450edef68
2009-10-14Remove jars from svnrfeng8-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825314 13f79535-47bb-0310-9956-ffa450edef68
2009-10-14Add a variant of helloworld-jsp-google-appengine that loads the Tuscany SCA ↵rfeng24-0/+544
node from the people.apache.org git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825195 13f79535-47bb-0310-9956-ffa450edef68
2009-10-10Improve GUI and clean up coderfeng1-25/+51
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823807 13f79535-47bb-0310-9956-ffa450edef68
2009-10-10Add calls to Datastore servicerfeng3-1/+32
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823799 13f79535-47bb-0310-9956-ffa450edef68
2009-10-10Add code to try memcacherfeng4-3/+28
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823753 13f79535-47bb-0310-9956-ffa450edef68
2009-10-07Add POJO components to represent GAE servicesrfeng9-29/+478
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822594 13f79535-47bb-0310-9956-ffa450edef68
2009-09-18Add the helloworld-jsp app that can be run on Google App Enginerfeng25-0/+537
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@816722 13f79535-47bb-0310-9956-ffa450edef68
2009-06-03Change the rmi port #rfeng7-12/+14
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@781608 13f79535-47bb-0310-9956-ffa450edef68
2009-06-01Use 1.12 jaxws wsimportrfeng1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@780790 13f79535-47bb-0310-9956-ffa450edef68
2009-06-01Update WSDLrfeng2-15/+16
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@780789 13f79535-47bb-0310-9956-ffa450edef68
2009-05-29Update the test scenariosrfeng12-9/+317
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@780056 13f79535-47bb-0310-9956-ffa450edef68
2009-05-29Fix a few issues in the test apprfeng2-4/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779805 13f79535-47bb-0310-9956-ffa450edef68
2009-05-28Add the implementation.web based jsp for CreditCardPaymentrfeng5-0/+359
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779376 13f79535-47bb-0310-9956-ffa450edef68
2009-05-27Adding XML printout and refactoring a clientrfeng3-18/+88
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778997 13f79535-47bb-0310-9956-ffa450edef68
2009-05-27Update dependenciesrfeng2-0/+17
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778937 13f79535-47bb-0310-9956-ffa450edef68
2009-05-26Fix the package namesrfeng3-4/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778821 13f79535-47bb-0310-9956-ffa450edef68
2009-05-26Adding CurrencyConverterrfeng13-171/+238
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778816 13f79535-47bb-0310-9956-ffa450edef68
2009-05-22Add a OSGi RFC 119 demo for the CreditCardPaymentrfeng12-0/+835
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@777368 13f79535-47bb-0310-9956-ffa450edef68
2009-05-08Clean uprfeng7-438/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773050 13f79535-47bb-0310-9956-ffa450edef68
2008-08-06Display input/output for tracesrfeng2-9/+41
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@683317 13f79535-47bb-0310-9956-ffa450edef68
2008-08-06Update pointcutsrfeng8-454/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@683143 13f79535-47bb-0310-9956-ffa450edef68
2008-08-06Update the testcase to be Junit4rfeng2-3/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@683131 13f79535-47bb-0310-9956-ffa450edef68
2008-08-06Update to aspectj 1.6.1rfeng3-10/+25
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@683127 13f79535-47bb-0310-9956-ffa450edef68
2008-06-23Delete obsolete contentsrfeng424-35553/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@670762 13f79535-47bb-0310-9956-ffa450edef68