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 "Equinox/Meeting Minutes/20091020"

 
(2 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
* Ways to inject through extension registry and e4.
 
* Ways to inject through extension registry and e4.
 
* Using DS for EventAdmin [https://bugs.eclipse.org/bugs/show_bug.cgi?id=289489 bug 289489]
 
* Using DS for EventAdmin [https://bugs.eclipse.org/bugs/show_bug.cgi?id=289489 bug 289489]
 +
* Progress on retention policy.
 +
* Extension registry and multiple locales
  
 
== Attendees ==
 
== Attendees ==
 
* Tom
 
* Tom
 +
* John
 +
* Andrew
 +
* DJ
 +
* Pascal
  
 
== Minutes ==
 
== Minutes ==
 +
* Extension registry changes
 +
** need to review patch and give Oleg feedback
 +
** Should target early release in M4.
 +
 +
* Injection story
 +
** Getting services into an application
 +
** Riena has code to ease the use of services and the extension registry
 +
** Currently our application model requires us to use the extension registry
 +
** e4 uses the registry and injection to populate its model (uses annotations)
 +
** We should investigate Riena to see if there is anything we can reuse
 +
** John has been investigating injection in p2
 +
 +
*Using DS for EventAdmin
 +
** suggestion is to add DS metadata and have fragments which revert to old behaviour
 +
** we use DS and if someone doesn't want to use DS then they would use the fragments
 +
** or could have a system property that we check and register if it is set (this might be easier than fragments)
 +
** Tom will modify patch and add property
 +
** property will be generic and not specific to this bundle
 +
** want to get this into M3
 +
 +
*Retention Policy
 +
** we need to get a template wiki page up on the web to be added to

Latest revision as of 10:37, 20 October 2009

Agenda

  • Ways to inject through extension registry and e4.
  • Using DS for EventAdmin bug 289489
  • Progress on retention policy.
  • Extension registry and multiple locales

Attendees

  • Tom
  • John
  • Andrew
  • DJ
  • Pascal

Minutes

  • Extension registry changes
    • need to review patch and give Oleg feedback
    • Should target early release in M4.
  • Injection story
    • Getting services into an application
    • Riena has code to ease the use of services and the extension registry
    • Currently our application model requires us to use the extension registry
    • e4 uses the registry and injection to populate its model (uses annotations)
    • We should investigate Riena to see if there is anything we can reuse
    • John has been investigating injection in p2
  • Using DS for EventAdmin
    • suggestion is to add DS metadata and have fragments which revert to old behaviour
    • we use DS and if someone doesn't want to use DS then they would use the fragments
    • or could have a system property that we check and register if it is set (this might be easier than fragments)
    • Tom will modify patch and add property
    • property will be generic and not specific to this bundle
    • want to get this into M3
  • Retention Policy
    • we need to get a template wiki page up on the web to be added to

Back to the top