Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
frascati
frascati
Commits
225d986b
Commit
225d986b
authored
Jul 29, 2009
by
Nicolas Dolet
Browse files
Typo: RESTfull -> RESTful
parent
8196fa09
Changes
10
Hide whitespace changes
Inline
Side-by-side
assembly-factory/RELEASE_NOTES.txt
View file @
225d986b
Assembly Factory 1.1
--------------------
* Support RESTful
l
binding
* Support RESTful binding
* Use Tinfi 1.1
Released on WIP
...
...
assembly-factory/core-factory/src/main/java/org/ow2/frascati/factory/core/instance/binding/ScaBindingRest.java
View file @
225d986b
...
...
@@ -44,7 +44,7 @@ import org.ow2.frascati.model.plugin.PluginPackage;
import
org.ow2.frascati.model.plugin.RestBinding
;
/**
* Bind components using a R
est
ful
l
Binding
* Bind components using a R
EST
ful Binding
*
* @author <a href="mailto:nicolas.dolet@inria.fr">Nicolas Dolet</a>
* @version $Revision$
...
...
distribution/standalone/src/docbkx/distribution.xml
View file @
225d986b
...
...
@@ -138,7 +138,7 @@
</listitem>
</itemizedlist>
<para>
Next examples show how to use the RESTful
l
binding with FraSCAti:
</para>
<para>
Next examples show how to use the RESTful binding with FraSCAti:
</para>
<itemizedlist>
<listitem>
...
...
examples/counter-rest/README.txt
View file @
225d986b
...
...
@@ -21,10 +21,10 @@ Contact: frascati@ow2.org
Author: Nicolas Dolet
============================================================================
FraSCAti RESTful
l
Counter example:
---------------------------------
-
FraSCAti RESTful Counter example:
---------------------------------
This example shows how to expose and how to consume a RESTful
l
service with
This example shows how to expose and how to consume a RESTful service with
FraSCAti.
This module gathers the server and the client.
...
...
examples/counter-rest/client/README.txt
View file @
225d986b
...
...
@@ -21,10 +21,10 @@ Contact: frascati@ow2.org
Author: Nicolas Dolet
============================================================================
FraSCAti RESTful
l
Counter example:
---------------------------------
-
FraSCAti RESTful Counter example:
---------------------------------
This example shows how to consume the RESTful
l
"CounterService" service exposed
This example shows how to consume the RESTful "CounterService" service exposed
by the Counter Server example from FraSCAti.
Compilation and execution with the FraSCAti scripts:
...
...
examples/counter-rest/client/pom.xml
View file @
225d986b
...
...
@@ -35,7 +35,7 @@
<version>
1.1-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<name>
OW2 FraSCAti Examples: RESTful
l
Counter Client
</name>
<name>
OW2 FraSCAti Examples: RESTful Counter Client
</name>
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
...
...
examples/counter-rest/pom.xml
View file @
225d986b
...
...
@@ -35,7 +35,7 @@
<version>
1.1-SNAPSHOT
</version>
<packaging>
pom
</packaging>
<name>
OW2 FraSCAti Examples: RESTful
l
Counter
</name>
<name>
OW2 FraSCAti Examples: RESTful Counter
</name>
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
...
...
examples/counter-rest/server/README.txt
View file @
225d986b
...
...
@@ -21,10 +21,10 @@ Contact: frascati@ow2.org
Author: Nicolas Dolet
============================================================================
FraSCAti RESTful
l
Counter example:
---------------------------------
-
FraSCAti RESTful Counter example:
---------------------------------
This example shows how to expose a RESTful
l
service (CounterService) with
This example shows how to expose a RESTful service (CounterService) with
FraSCAti.
Compilation and execution with the FraSCAti scripts:
...
...
examples/counter-rest/server/pom.xml
View file @
225d986b
...
...
@@ -35,7 +35,7 @@
<version>
1.1-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<name>
OW2 FraSCAti Examples: RESTful
l
Counter Server
</name>
<name>
OW2 FraSCAti Examples: RESTful Counter Server
</name>
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
...
...
examples/twitter-rest/README.txt
View file @
225d986b
...
...
@@ -25,7 +25,7 @@ Twitter Client:
---------------
This example shows how to build an SCA client using a rest binding in order to
consume a RESTful
l
service exposed on the Twitter server (http://twitter.com).
consume a RESTful service exposed on the Twitter server (http://twitter.com).
Compilation with Maven:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment