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

Equinox/Meeting Minutes/20101129

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