From d1d9ba0e29baed02a052dae81b049d00a1454bf8 Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Sun, 13 Mar 2011 19:24:02 +0000 Subject: Add a reusable component that returns the contents of a configured url. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1081203 13f79535-47bb-0310-9956-ffa450edef68 --- .../trunk/modules/edit/apps/testget/app.composite | 65 ++++++++++++++++++++++ sca-cpp/trunk/modules/edit/apps/testget/app.html | 20 +++++++ .../modules/edit/apps/testlogic/app.composite | 12 ++-- 3 files changed, 91 insertions(+), 6 deletions(-) create mode 100644 sca-cpp/trunk/modules/edit/apps/testget/app.composite create mode 100644 sca-cpp/trunk/modules/edit/apps/testget/app.html (limited to 'sca-cpp/trunk/modules/edit/apps') diff --git a/sca-cpp/trunk/modules/edit/apps/testget/app.composite b/sca-cpp/trunk/modules/edit/apps/testget/app.composite new file mode 100644 index 0000000000..9f841afed6 --- /dev/null +++ b/sca-cpp/trunk/modules/edit/apps/testget/app.composite @@ -0,0 +1,65 @@ + + + + + + + + + + + + + http://www.google.com + + + + + + + + + + + + + + + + + http://www.weather.gov/forecasts/xml/sample_products/browser_interface/ndfdXMLclient.php?whichClient=NDFDgen&lat=38.99&lon=-77.01&listLatLon=&lat1=&lon1=&lat2=&lon2=&resolutionSub=&listLat1=&listLon1=&listLat2=&listLon2=&resolutionList=&endPoint1Lat=&endPoint1Lon=&endPoint2Lat=&endPoint2Lon=&listEndPoint1Lat=&listEndPoint1Lon=&listEndPoint2Lat=&listEndPoint2Lon=&zipCodeList=&listZipCodeList=&centerPointLat=&centerPointLon=&distanceLat=&distanceLon=&resolutionSquare=&listCenterPointLat=&listCenterPointLon=&listDistanceLat=&listDistanceLon=&listResolutionSquare=&citiesLevel=&listCitiesLevel=&sector=&gmlListLatLon=&featureType=&requestedTime=&startTime=&endTime=&compType=&propertyName=&product=time-series&begin=2004-01-01T00%3A00%3A00&end=2015-03-10T00%3A00%3A00&maxt=maxt&Submit=Submit + + + + + http://maps.googleapis.com/maps/api/directions/json?origin=Boston,MA&destination=Concord,MA&waypoints=Charlestown,MA|Lexington,MA&sensor=false + + + + + + + + + + + http://feedproxy.google.com/TechCrunch + + diff --git a/sca-cpp/trunk/modules/edit/apps/testget/app.html b/sca-cpp/trunk/modules/edit/apps/testget/app.html new file mode 100644 index 0000000000..5c7c7219bb --- /dev/null +++ b/sca-cpp/trunk/modules/edit/apps/testget/app.html @@ -0,0 +1,20 @@ + + +
diff --git a/sca-cpp/trunk/modules/edit/apps/testlogic/app.composite b/sca-cpp/trunk/modules/edit/apps/testlogic/app.composite index 242a49c013..415de6a677 100644 --- a/sca-cpp/trunk/modules/edit/apps/testlogic/app.composite +++ b/sca-cpp/trunk/modules/edit/apps/testlogic/app.composite @@ -26,15 +26,10 @@ - - - - item - - + @@ -52,4 +47,9 @@ not greater than 5 + + + + 3 + -- cgit v1.2.3