|
Key
This line was removed.
This word was removed. This word was added.
This line was added.
|
Changes (12)
View Page History{center}
{flash:file=Architecture^soceda_architecture.swf|width=581px|height=486px}
{center}
{flash:file=Architecture^soceda_architecture.swf|width=581px|height=486px}
{center}
h2. Funtionality:

* *To get Project source code, you must*:
## *# Install a svn client such as [TortoiseSVN|http://tortoisesvn.tigris.org/] for Windows or use the native SVN client from your Unix-based distribution
## *# Perform a svn checkout at this url source code
* *To compile Project source code, you must*:
## *# Write this command lin on the prompt of your shell: *mvn install*
{tip}

* *To import Project in Eclipse, you must*:
## *# Download the source code
## *# Invoke the Eclipse plugin from the shell like 'mvn eclipse:eclipse'
## *# Open Eclipse IDE and click on: File => Import
## *# In Wizzard, choose: General => Existing Projects in Workspace
## *# Select the root directory of the project and click on finish

The SeaCloud is composed of 3 components:
- *_SubscribeDeployer_*: *{_}SubscribeDeployer{_}*: This component is in charge of realizing a subscription from a client request. To do this, it must realize a check on Event Cloud to get the identifier of valid Event Cloud Node in a first time and then send the subscribe request on this valid Event Cloud Node.
- *_CEPRulesDecomposer_*: *{_}CEPRulesDecomposer{_}*: This component is in charge to decompose the CEP rules sent by clients to realize subscribe on primitive topic used in the rules. This subscription are sent on
Event Cloud Node corresponding to the topic.
- *_ProcessDeployer_*: *{_}ProcessDeployer{_}*: This component received the BPEL process sent by clients and analyze it to change the location of subscription towards the valid Event Cloud Node.