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

Flux/Meeting minutes/20140710

< Flux
Revision as of 12:41, 10 July 2014 by John arthorne.ca.ibm.com (Talk | contribs) (Created page with "= Meeting Minutes = Alex: * Working on "open declaration" in context of Orion integration ** Orion limitation: cannot trigger another editor to open ** Because of this, only ...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Meeting Minutes

Alex:

  • Working on "open declaration" in context of Orion integration
    • Orion limitation: cannot trigger another editor to open
    • Because of this, only working so far for declarations in same file
  • Working on Java content assist in Orion
    • Some JDT content assist proposals will insert at multiple positions in file. For example, adding import statement
    • Orion currently only supports single insertion at cursor position
    • Should be easy to extend Orion API to support multiple insertions
    • Some cases involve editing other files which is a bit more difficult - e.g., updating build path
  • Investigating deploying the JDT service on cloud foundry
    • Single instance per user
    • Looking at managing lifecycle, gc of service instances when not in use to avoid wasting resources

Ken:

  • Orion team reviewing live update patch to Orion

Nieraj:

  • Running JDT on cloud foundry, using headless Eclipse
  • Equinox launcher plugin used as the main class
  • Investigating Tycho build to build headless Eclipse
  • Looking at Web socket library used in Flux prototype and see how that integrates in Cloud Foundry

Kris:

  • Investigating authentication of messages

John:

  • Nothing noteworthy to report

Back to the top