Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
cd learning-more/binding-commet/weather-webapp
cp target/sample-binding-comet-1.0.war <your_container_deployment-dir>
start the container as appropriate

binding-jms

This binding supports message orient communication via the JMS API.

helloworld-webapp

This contribution packages an SCA application inside a webapp. The application has two components which exchange helloworld style messages over the JMS binding.

Panel
bgColorsilver

The webapp can be built using Maven as follows:

Code Block

cd learning-more/binding-jms/helloworld-webapp
mvn

The webapp can be installed and run as follows:

Code Block

cd learning-more/binding-jms/helloworld-webapp
cp target/helloworld-jms.war <your_container_deployment-dir>
start the container as appropriate
Warning
titleTODO

By rights the webapp should be called sample-binding-jms-helloworld-webapp.war

Once the webapp is deployed point your browser at:

Code Block

http://localhost:8080/helloworld-jms/

binding-jsonrpc

This binding supports communication over the JSON-RPC protocol.

...

contribution-calculator-webapp

This contribution pacakges packages the same calculator-contribution inside a webapp.

Panel
bgColorsilver

The webapp can be built using Maven as follows:

Code Block
cd learning-more/binding-jsonrpc/calcualtorcalculator-webapp
mvn

The webapp can be installed and run as follows:

Code Block
cd learning-more/binding-jsonrpc/calcualtorcalculator-webapp
cp target/sample-binding-jsonrpc-calculator-webapp.war <your_container_deployment-dir>
start the container as appropriate

...