Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Scout/Tutorial/4.0/cloud/Cloud Step-by-Step

< Scout‎ | Tutorial‎ | 4.0
Revision as of 05:49, 5 August 2014 by Unnamed Poltroon (Talk)

The Scout documentation has been moved to https://eclipsescout.github.io/.

Warning2.png
This tutorial is still under cunstruction


Introduction

Since the Lune Release Eclipse Scout supports dynamic scalable server applications. It's now possible to run several instances of the server application and place them behind a load balancer. For the synchronization between the server nodes it's necessary to use two additional external services. A Cache Service and a Message Queue. Eclipse Scout developers are able to implement synchronization service connectors by themselves or just use one of the default implementations for Memcached, Redis, RabbitMQ and AciveMQ published in the Eclipse Marketplace.

Preparation

First we create a new Scout "Hello World" application as described in the Hello World tutorial.

Add Cloud Support to your Application

The second Step is to add the support of the cloud features to your application. Follow the instructions.

Deploy your Application into the Cloud

Finally you are able to deploy you eclipse scout server application to the cloud. How to do this on the example of Amazon Beanstalk you can find here.

Run your Application local

If you want to test your application on your local machine you will fin the instructions here.

Back to the top