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 "E4/Meeting Minutes/Status 20090226"

(New page: == Agenda == * use of equinox.concurrent * bundle/package names == Attendees == * Boris Bokowski * Eric Moffatt * John Arthorne * Kevin McGuire * Mike Wilson * Oleg Besedin * Paul Webst...)
 
 
(3 intermediate revisions by the same user not shown)
Line 7: Line 7:
  
 
* Boris Bokowski
 
* Boris Bokowski
 +
* Christoph Dorn
 
* Eric Moffatt
 
* Eric Moffatt
 
* John Arthorne
 
* John Arthorne
 
* Kevin McGuire
 
* Kevin McGuire
* Mike Wilson
+
* Mike Wilson (McQ)
 
* Oleg Besedin
 
* Oleg Besedin
 
* Paul Webster
 
* Paul Webster
 
* Simon Kaegi
 
* Simon Kaegi
 
* Steve Northover
 
* Steve Northover
 +
* Aghiles Abdesselam (Zizou)
  
 
== Minutes ==
 
== Minutes ==
 +
 +
=== Status updates ===
 +
 +
* e4 builds now compiled against Galileo M5
 +
* Starting to use javascript modularity work to rewrite Bespin server
 +
* Working on styling 3.x workbench using CSS presentation
 +
* Wiki page on how to style SWT widgets using CSS
 +
* 3.x workbench compatibility using contexts
 +
* Javascript modularity work released
 +
* Conversations happening on Bespin core mailing list
 +
* Implemented OSGi service lookup via e4 contexts
 +
** Service injection works
 +
** Service lifecycle is managed by the context, injected values updated when service schange
 +
* Christophe working on UI Components in Eclipse be able to link to outside services
 +
* Be able to deploy code/widgets written for browsers into Eclipse UI parts
 +
 +
=== Bespin ===
 +
 +
* Replaced simple Bespin Python server with proof of concept Eclipse-based server
 +
* Simple REST API between Bespin client/server
 +
* Bespin team interested in Eclipse IDE expertise, e4 team interested in Bespin server/browser expertise, so it's a natural collaboration
 +
* We had a conversation about interop between HTML Canvas and SWT

Latest revision as of 12:52, 26 February 2009

Agenda

  • use of equinox.concurrent
  • bundle/package names

Attendees

  • Boris Bokowski
  • Christoph Dorn
  • Eric Moffatt
  • John Arthorne
  • Kevin McGuire
  • Mike Wilson (McQ)
  • Oleg Besedin
  • Paul Webster
  • Simon Kaegi
  • Steve Northover
  • Aghiles Abdesselam (Zizou)

Minutes

Status updates

  • e4 builds now compiled against Galileo M5
  • Starting to use javascript modularity work to rewrite Bespin server
  • Working on styling 3.x workbench using CSS presentation
  • Wiki page on how to style SWT widgets using CSS
  • 3.x workbench compatibility using contexts
  • Javascript modularity work released
  • Conversations happening on Bespin core mailing list
  • Implemented OSGi service lookup via e4 contexts
    • Service injection works
    • Service lifecycle is managed by the context, injected values updated when service schange
  • Christophe working on UI Components in Eclipse be able to link to outside services
  • Be able to deploy code/widgets written for browsers into Eclipse UI parts

Bespin

  • Replaced simple Bespin Python server with proof of concept Eclipse-based server
  • Simple REST API between Bespin client/server
  • Bespin team interested in Eclipse IDE expertise, e4 team interested in Bespin server/browser expertise, so it's a natural collaboration
  • We had a conversation about interop between HTML Canvas and SWT

Back to the top