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/20101129"

Line 37: Line 37:
  
 
== Injection of services and e4 ==
 
== Injection of services and e4 ==
 +
* John wanted to point folks to the following bugs.  We should review and chime in our opinions.
 
* [https://bugs.eclipse.org/bugs/show_bug.cgi?id=331235 bug 331235]
 
* [https://bugs.eclipse.org/bugs/show_bug.cgi?id=331235 bug 331235]
 +
* [https://bugs.eclipse.org/bugs/show_bug.cgi?id=330865 bug 330865]
 +
* [https://bugs.eclipse.org/bugs/show_bug.cgi?id=330866 bug 330866]

Revision as of 16:45, 29 November 2010

Attendees

  • Pascal
  • Ian
  • John A.
  • DJ
  • Dean
  • Tom
  • John R.

Agenda

  • p2 and SAP
  • injection of services and e4
  • console and SAP
  • M4 status
  • strange bugs from Ian

p2 and SAP

  • Minimize p2
    • Why?
      • run p2 on POS device 128 meg total in size on linux
      • On the server running 100s of p2 instances so needs to scale well
      • Embed p2 into Virgo to reduce bloating Virgo.
      • For development environment on the server.
  • Problems
    • Preferences
    • Jobs
      • refactor code to make dep on jobs optional.
    • ECF
      • Option to allow usage of another transport layer.
    • Extension registry
      • Can we get by with use of DS and OSGi services.
      • Add some ability to extract out the lookup of services/extensions.
      • Move over to only using services and translate registry to services in another bundle.
      • No real consensus on this issue.
  • How do we make sure we do not reintroduce the dependencies?

Injection of services and e4

Back to the top