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 "Flux/Meeting minutes/20140710"

(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 ...")
 
 
Line 28: Line 28:
 
John:
 
John:
 
* Nothing noteworthy to report
 
* Nothing noteworthy to report
 +
* Will request Flux Hudson instance when we are ready for it

Latest revision as of 12:42, 10 July 2014

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
  • Will request Flux Hudson instance when we are ready for it

Back to the top