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

ECF/tooling/remote-service-development-roadMap

< ECF

Rod Map items

Generate Async interface - done

  • Creating  Async interface by pointing simple interface (which include primitive types of parameters and Return types).
  • Creating Async interface by pointing complex interface (which include all type types of parameters and Return types).
  • Creating Async interface by pointing complex interface (which include all type types of parameters and Return types and Exceptions).

Generate Async Impl class - done

  • Creating Async Impl class by pointing simple interface (which include primitive types of parameters and Return types).
  • Creating Async Impl class by pointing complex interface (which include all type types of parameters and Return types).
  • Creating Async Impl class by pointing complex interface (which include all type types of parameters and Return types and Exceptions).

Generate general Impl class - done

  • Creating general Impl class by pointing simple interface (which include primitive types of parameters and Return types).
  • Creating general Impl class by pointing complex interface (which include all type types of parameters and Return types).
  • Creating general Impl class by pointing complex interface (which include all type types of parameters and Return types and Exceptions).

Develop Test Cases (07/08/2013)

Generate Service Registraion code  (14/08/2013)

  • Register general service
  • Register Async service

Generate Serivce Consumer code (21/08/2013)

  • Generate general service consumer code
  • Generate  async service consumer code

Intigration with ECF project (4/09/2013)

  •  Generate service test class for osgi remote service testing framework
  •  Marge the project with exsiting processor and annotaion codes


Documentaion (11/09/2013)

Complate user guide and Technical guide.

Back to the top