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

Difference between revisions of "EIG:Who should use this guide"

(New page: ==Who should use this guide== What is the design of the system? What are the top level classes? What is available and how can it help me to solve communication problems in my own projec...)
 
(Who should use this guide)
Line 1: Line 1:
 
==Who should use this guide==
 
==Who should use this guide==
 +
'''''What is available and how can it help me to solve communication problems in my own project?'''''
  
 +
If this is the question on your mind when you where looking for information then you have reached the correct spot. This manual will explain how you can re-use the framework components of ECF.
  
 
+
The manual will enable you to:
What is the design of the system? What are the top level classes? What is available and how can it help me to solve communication problems in my own project? How do I get somethingneed for this manual came from the
+
* Include p2p communications in your application
 +
* Make your Java objects available through the network
 +
* Use a distributed event admin
 +
* Understand the ECF API and Design

Revision as of 09:18, 26 February 2011

Who should use this guide

What is available and how can it help me to solve communication problems in my own project?

If this is the question on your mind when you where looking for information then you have reached the correct spot. This manual will explain how you can re-use the framework components of ECF.

The manual will enable you to:

  • Include p2p communications in your application
  • Make your Java objects available through the network
  • Use a distributed event admin
  • Understand the ECF API and Design

Back to the top