Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Eclipse Communication Framework Project"

(ECF Meetings and Calls)
Line 44: Line 44:
  
 
[[EIG:Configuration_Properties | Discovery and Distribution Configuration Properties]]
 
[[EIG:Configuration_Properties | Discovery and Distribution Configuration Properties]]
 +
 +
==ECF Documentation Project==
 +
 +
We know we have a problem with insufficient and disorganized documentation.  We are working on it.  We would appreciate any help that anyone is willing to provide, so if you would like to contribute to ECF by editing and/or creating documentation, please get a hold of us via the ]https://dev.eclipse.org/mailman/listinfo/ecf-dev ecf-dev mailing list]
 +
 +
* [https://bugs.eclipse.org/bugs/show_bug.cgi?id=329124 Documentation project enhancement request (bug 329124)]
 +
* [[EUG:Users Guide|Users Guide (work in progress)]]
 +
* [[EIG:Integrators Guide|Integrators Guide (work in progress)]]
 +
* [[EUG:How to Contribute|How to Contribute]]
 +
* [[ECF Documentation Priorities]]
 +
 +
==Additional Documentation==
 +
 +
*[[ECF Servers|Servers]]
 +
*[[ECF Providers|Providers]]
 +
*[[ECF Connection Creation and Management | ECF Container/Connection Creation and Management]]
 +
*[[DocShare Plugin|Real-Time Shared Editing]]
 +
*[[Extending Real-Time Shared Editing for Use with Other Editors]]
 +
 +
==Recent Presentations==
 +
 +
*[http://www.lemmster.de/publications/Discover_Remote_Services_-_Democamp_HH_2013_-_Markus_Alexander_Kuppe.pdf Democamp presentation by Markus Kuppe]
 +
*[http://www.eclipsecon.org/europe2013/discover-remote-osgi-services Discover Remote OSGi Services]
 +
*[http://vimeo.com/14247502 Fun with remote services]
  
 
==ECF Calls and Meetings==
 
==ECF Calls and Meetings==
Line 75: Line 99:
  
 
[http://git.eclipse.org/c/ecf/ecf.git/ web documentation repository]
 
[http://git.eclipse.org/c/ecf/ecf.git/ web documentation repository]
 +
 +
==Coding Conventions==
 +
 +
ECF has decided to use the [http://www.eclipse.org/equinox/documents/coding.php Equinox Coding Conventions]. Also [http://www.eclipse.org/equinox/documents/coding.php on this page] are links to java
 +
source code formatter to use in Eclipse to easily enforce these conventions.
  
 
==Builds==
 
==Builds==
Line 82: Line 111:
 
Both Maven and p2 repositories are available from nightly builds [http://download.ecf-project.org/ here].
 
Both Maven and p2 repositories are available from nightly builds [http://download.ecf-project.org/ here].
  
===ECF Documentation Project===
+
==Appendix==
 
+
We know we have a problem with insufficient and disorganized documentation.  We are working on it.  We would appreciate any help that anyone is willing to provide, so if you would like to contribute to ECF by editing and/or creating documentation, please get a hold of us via the ]https://dev.eclipse.org/mailman/listinfo/ecf-dev ecf-dev mailing list]
+
 
+
* [https://bugs.eclipse.org/bugs/show_bug.cgi?id=329124 Documentation project enhancement request (bug 329124)]
+
* [[EUG:Users Guide|Users Guide (work in progress)]]
+
* [[EIG:Integrators Guide|Integrators Guide (work in progress)]]
+
* [[EUG:How to Contribute|How to Contribute]]
+
* [[ECF Documentation Priorities]]
+
 
+
===Other Cool Stuff===
+
 
+
[[ECF Servers|Servers]]
+
 
+
[[DocShare Plugin|Real-Time Shared Editing]]
+
 
+
[[Extending Real-Time Shared Editing for Use with Other Editors]]
+
  
 
[[ECF/Adopters|ECF Adopters List (please add yourself if you are using ECF)]]
 
[[ECF/Adopters|ECF Adopters List (please add yourself if you are using ECF)]]
 
==Coding Conventions==
 
 
ECF has decided to use the [http://www.eclipse.org/equinox/documents/coding.php Equinox Coding Conventions]. Also [http://www.eclipse.org/equinox/documents/coding.php on this page] are links to java
 
source code formatter to use in Eclipse to easily enforce these conventions.
 
 
==Recent Presentations==
 
 
*[http://www.lemmster.de/publications/Discover_Remote_Services_-_Democamp_HH_2013_-_Markus_Alexander_Kuppe.pdf Democamp presentation by Markus Kuppe]
 
*[http://www.eclipsecon.org/europe2013/discover-remote-osgi-services Discover Remote OSGi Services]
 
*[http://vimeo.com/14247502 Fun with remote services]
 
 
==Additional Documentation==
 
 
*[[ECF Servers|Servers]]
 
*[[ECF Providers|Providers]]
 
*[[ECF Connection Creation and Management | ECF Container/Connection Creation and Management]]
 
  
 
{{ECF}}
 
{{ECF}}

Revision as of 13:07, 7 December 2013

OSGi Remote Services

Introductory Materials

Tutorial: Building your first OSGi Remote Service

Getting Started with ECF's OSGi Remote Services Implementation

OSGi Remote Services and ECF

Download and Install

Download ECF Remote Services/RSA Implementation

How to Add Remote Services/RSA to Your Target Platform

More Advanced Usage of OSGi Remote Services

Asynchronous Proxies for Remote Services

OSGi Remote Services and Sync vs. Async Remote Procedure Call

Static File-based Discovery of Remote Service Endpoints

Distributed EventAdmin Service

Tracing Options for Remote Services

Remote Service Admin

OSGi Remote Service Admin (RSA) Management Agent

Customization of ECF Remote Services (new Discovery and/or Distribution providers)

Tutorial: Creating a RESTful Remote Service Provider

iPopo Compatible Providers

REST-style Remote Services Providers

SOAP-based Remote Services Providers

Technical Comparison of Discovery and Distribution Providers

Discovery and Distribution Configuration Properties

ECF Documentation Project

We know we have a problem with insufficient and disorganized documentation. We are working on it. We would appreciate any help that anyone is willing to provide, so if you would like to contribute to ECF by editing and/or creating documentation, please get a hold of us via the ]https://dev.eclipse.org/mailman/listinfo/ecf-dev ecf-dev mailing list]

Additional Documentation

Recent Presentations

ECF Calls and Meetings

ECF has open bi-weekly Google Hangouts to discuss current and future issues on our roadmap. Anyone interested is welcome to join us (Consumers too). We typically share the Hangout URL on the ecf-dev mailing list shortly before the hangout begins...so please join the ecf-dev mailing list

Next Hangout (proposed): Tuesday, December 10, 2013 - 1700 UTC/09:00am pacific

Notes from Recent Meetings

Archive Notes

IRC

Project Planning

Plan for ECF 3.8

ECF 4.0 ToDos

Access to Source Code

source code repository

web documentation repository

Coding Conventions

ECF has decided to use the Equinox Coding Conventions. Also on this page are links to java source code formatter to use in Eclipse to easily enforce these conventions.

Builds

ECF has nightly and continuous builds with automated integration testing. We use Jenkins and Buckminster and is hosted at the Oregon State University Open Source Lab. See here.

Both Maven and p2 repositories are available from nightly builds here.

Appendix

ECF Adopters List (please add yourself if you are using ECF)

Eclipse Communication Framework
API
API DocumentationJavadocProviders
Development
Development GuidelinesIntegrators Guide

Back to the top