This commit is contained in:
Mark Fisher
2009-10-16 00:51:44 +00:00
parent b4a173388f
commit 1a46284de1
2 changed files with 24 additions and 21 deletions

View File

@@ -1,17 +1,18 @@
Instructions for running CafeDemo sample
Instructions for running the CafeDemo sample
-------------------------------------------------------------------------------
1. See README.txt of the parent directory
1. See README.txt in the parent directory.
2. To run this sample as stand alone application simply execute HelloWorldDemo class
located in org.springframework.integration.samples.cafe package
2. To run this sample as a standalone application simply execute the CafeDemo
class in the org.springframework.integration.samples.cafe.xml package.
3. This sample is also configured to be a valid OSGi bundle. This means you can
deploy the generated JAR into an OSGi environment providing that the Spring
Integration bundles as well as other prerequisites (e.g., Spring Framework)
were installed. For example: To deploy it on SpringSource dm Server simply
drop the cafe-[version].jar file, located in the 'target' directory, to the
'pickup' directory of the dm Server instance. You should see output similar
to the following in the trace file:
3. This sample is also configured to be a valid OSGi bundle. This means you can deploy generated JAR
into OSGi environment providing that Spring Integration bundles as well as other prerequisites
(e.g., Spring Framework were installed).
For example: To deploy it on SpringSource dmServer simply drop cafe-1.0.3.jar file, located
in the 'target' directory, to the 'pickup' directory of the dmServer.
You should see the following output in the trace file:
. . . . . . . . . . . . .
System.out I -----------------------
[2009-07-11 01:43:04.614] task-scheduler-3 System.out I Order #1

View File

@@ -1,16 +1,18 @@
Instructions for running HelloWorldDemo sample
Instructions for running the HelloWorldDemo sample
-------------------------------------------------------------------------------
1. See README.txt of the parent directory
1. See README.txt in the parent directory.
2. To run this sample as stand alone application simply execute HelloWorldDemo class
located in org.springframework.integration.samples.helloworld package
2. To run this sample as a standalone application simply execute the
HelloWorldDemo class that is located within the
org.springframework.integration.samples.helloworld package.
3. This sample is also configured to be a valid OSGi bundle. This means you can deploy generated JAR
into OSGi environment providing that Spring Integration bundles as well as other prerequisites
(e.g., Spring Framework were installed).
For example: To deploy it on SpringSource dmServer simply drop helloworld-1.0.3.jar file, located
in the 'target' directory, to the 'pickup' directory of the dmServer.
You should see the following output in the trace file:
3. This sample is also configured to be a valid OSGi bundle. This means you can
deploy the generated JAR into an OSGi environment providing that the Spring
Integration bundles as well as other prerequisites (e.g., Spring Framework)
were installed. For example: To deploy it on SpringSource dm Server simply
drop the helloworld-[version].jar file, located in the 'target' directory,
to the 'pickup' directory of the dm Server instance. You should see output
similar to the following in the trace file:
System.out I ==> HelloWorldDemo: Hello World