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"

(Buzz)
(Buzz)
 
(16 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Flight is a proposed new open source project under the Eclipse [[Technology]] project. This project aims at designing and implementing a new architecture and infrastructure for integrating development tools across desktop, browser, and servers. The goal is to provide an extremely flexible platform and infrastructure that allows new cloud-based tooling components to be built highly decoupled from each other and that bridges the gap to existing desktop IDEs at the same time. You can read more detail in the [https://projects.eclipse.org/proposals/flight Project Proposal]. The proposed initial contribution for Flight can be found in the [https://github.com/spring-projects/flight627 Flight GitHub repository].
+
{{Infobox
 +
| name      = Flux
 +
| download  = http://download.eclipse.org/flux/
 +
| website  = http://www.eclipse.org/flux
 +
| list      = flux-dev
 +
| newsgroup = eclipse.technology.flux
 +
| irc      = #eclipse-orion
 +
| product  = Flux
 +
| source    = https://github.com/eclipse/flux
 +
}} __NOTOC__
 +
 
 +
 
 +
Flux (originally proposed as "Flight") is a proposed new open source project under the Eclipse [[Technology]] project. This project aims at designing and implementing a new architecture and infrastructure for integrating development tools across desktop, browser, and servers. The goal is to provide an extremely flexible platform and infrastructure that allows new cloud-based tooling components to be built highly decoupled from each other and that bridges the gap to existing desktop IDEs at the same time. You can read more detail in the [https://projects.eclipse.org/proposals/flux Project Proposal]. The proposed initial contribution for Flux can be found in the [https://github.com/spring-projects/flight627 flight627 GitHub repository] and is now contributed as the initial commit into the [https://github.com/eclipse/flux official Flux project repository at GitHub].
  
 
== Buzz ==
 
== Buzz ==
  
Some recent articles and media on Flight:
+
Some recent articles and media on Flux:
  
* Watch a short [https://docs.google.com/file/d/0B3r38CRx1Vo0VDZJVHV5bTNmc1E/edit demo video] by Flight co-lead [http://www.martinlippert.org/ Martin Lippert]
+
* [http://www.infoq.com/interviews/martin-lippert-eclipse-flux Interview about Eclipse Flux on InfoQ] - Interview for InfoQ with Alex Blewitt, recorded at EclipseCon NA 2015.
 +
* [https://jarthorn.github.io/EclipseConFrance2014/flux/ Connecting developer tools across desktop and web with Project Flux] - Presentation from EclipseCon France 2014
 +
* [https://www.eclipsecon.org/na2014/sites/default/files/slides/EclipseConNA2014-ProjectFlux.pdf Connecting the Eclipse IDE to the Cloud-Based Era of Developer Tooling] EclipseCon 2014 talk by Martin Lippert and Andy Clement
 +
* Watch a short [https://docs.google.com/file/d/0B3r38CRx1Vo0VDZJVHV5bTNmc1E/edit demo video] by Flux co-lead [http://www.martinlippert.org/ Martin Lippert]
 +
* [http://www.infoworld.com/t/development-tools/eclipse-builds-bridge-between-desktop-and-cloud-development-238748 Eclipse builds a bridge between desktop and cloud development] - InfoWorld
 
* [http://jaxenter.com/new-ellipse-project-to-marry-the-desktop-ide-and-the-cloud-takes-flight-49455.html New Eclipse project to marry the desktop IDE and the cloud takes flight] - JAXEnter
 
* [http://jaxenter.com/new-ellipse-project-to-marry-the-desktop-ide-and-the-cloud-takes-flight-49455.html New Eclipse project to marry the desktop IDE and the cloud takes flight] - JAXEnter
 +
* [http://jaxenter.com/in-flux-martin-lippert-on-the-mission-to-marry-the-desktop-and-cloud-ide-50444.html In Flux: Martin Lippert on the mission to marry the desktop and cloud IDE] - Interview on JAXEnter
 +
* [http://www.se-radio.net/2014/06/episode-205-martin-lippert-on-eclipse-flux/ In Flux: SE-Radio-Episode 205: Martin Lippert on Eclipse Flux] - Interview for SE-Radio
 +
 +
== Resources ==
 +
 +
* [[Flux/Meetings]] - information on planning meetings
 +
* [[Flux/Running Flux]] - how to download and run the Flux implementation locally
 +
* [[Flux/Prototype]] - technical details of the prototype implementation
 +
 +
[[Category:Flux]]

Latest revision as of 08:09, 10 June 2015

Flux
Website
Download
Community
Mailing ListForumsIRCmattermost
Issues
OpenHelp WantedBug Day
Contribute
Browse Source


Flux (originally proposed as "Flight") is a proposed new open source project under the Eclipse Technology project. This project aims at designing and implementing a new architecture and infrastructure for integrating development tools across desktop, browser, and servers. The goal is to provide an extremely flexible platform and infrastructure that allows new cloud-based tooling components to be built highly decoupled from each other and that bridges the gap to existing desktop IDEs at the same time. You can read more detail in the Project Proposal. The proposed initial contribution for Flux can be found in the flight627 GitHub repository and is now contributed as the initial commit into the official Flux project repository at GitHub.

Buzz

Some recent articles and media on Flux:

Resources

Back to the top