You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current Eclipse Che architecture for the client side IDE is using GWT and Guice/Gin for the dependency injection. Eclipse Che IDE is composed of API Core functions and plugins. With GWT, all plugins are statically linked at compile time, it means that adding a plugin to the assembly requires to build each time this build take long time
Goals
Need to allow developer develop only own plugin and include it to the compiled Che IDE without rebuild all app
Make possible develop client-side plugin on pure JavaScript
Consider Che plugin as single artifact which contains:
Problem
The current Eclipse Che architecture for the client side IDE is using GWT and Guice/Gin for the dependency injection. Eclipse Che IDE is composed of API Core functions and plugins. With GWT, all plugins are statically linked at compile time, it means that adding a plugin to the assembly requires to build each time this build take long time
Goals
Tasks
The text was updated successfully, but these errors were encountered: