Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Talend/tif
Browse files Browse the repository at this point in the history
* 'master' of github.com:Talend/tif:
  Slightly more info on architecture added
  Make wording of need to go to parent README.txt stronger
  • Loading branch information
Hadrian Zbarcea committed Apr 25, 2011
2 parents bc5fe7a + 946b196 commit 6b303d8
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
3 changes: 2 additions & 1 deletion examples/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ Start TIF. From the TIF root directory:
In the TIF shell:

> features:addurl mvn:com.talend.if.examples/osgi/1.0/xml/features
Add the examples feature to the container. This only needs to be done once for all examples

This command adds the examples feature to the container. This only needs to be done once for all examples.

Getting Help
===============================================================================
Expand Down
2 changes: 1 addition & 1 deletion examples/blueprint/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ But messages are sent to both a file and a stream endpoint.
Usage
===============================================================================

Note: Please read the parent README.txt first for general instructions regarding running examples.
Note: Please follow the parent README.txt first for common build and container setup instructions.

Hot deployment
--------------
Expand Down
2 changes: 1 addition & 1 deletion examples/claimcheck/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ See: http://camel.apache.org/delayer.html
Usage
===============================================================================

Note: Please read the parent README.txt first for general instructions regarding running examples.
Note: Please follow the parent README.txt first for common build and container setup instructions.

Start Standalone
----------
Expand Down
2 changes: 1 addition & 1 deletion examples/jaxrs-jms-http/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ interface.
Usage
===============================================================================

Note: Please read the parent README.txt first for general instructions regarding running examples.
Note: Please follow the parent README.txt first for common build and container setup instructions.

1) Building the Demo
-------------------------------------------------------------------------------
Expand Down
6 changes: 5 additions & 1 deletion examples/jaxws-jms/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,15 @@ and routings using Camel routes. Camel also offers other CXF integrations. The C
CXF was chosen here as it offers the easiest integration for an existing CXF endpoint as you only need
to switch the transport and can leave the rest of the CXF configuration as-is.

This architecture features a standalone JMS broker handling the routing of the SOAP requests and responses.
The service provider is hosted on the TIF container, while the SOAP over JMS client is a standalone
Java application.


Usage
===============================================================================

Note: Please read the parent README.txt first for general instructions regarding running examples.
Note: Please follow the parent README.txt first for common build and container setup instructions.

1) Building the Demo
-------------------------------------------------------------------------------
Expand Down
3 changes: 2 additions & 1 deletion examples/spring-security/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ JSR-250 annotations (@RolesAllowed).
Usage
===============================================================================

Note: Please read the parent README.txt first for general instructions regarding running examples.
Note: Please follow the parent README.txt first for common build and container setup instructions.


1) Building the Demo
-------------------------------------------------------------------------------
Expand Down

0 comments on commit 6b303d8

Please sign in to comment.