Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Scout » run scout with eclipse che
run scout with eclipse che [message #1743744] Mon, 19 September 2016 12:01 Go to next message
sherif samir is currently offline sherif samirFriend
Messages: 2
Registered: September 2015
Junior Member
Hi,

How to use scout in eclipse Che ?
Couldn't find any environment runtime on eclipse che that support running eclipse scout project.


Thanks
Re: run scout with eclipse che [message #1743825 is a reply to message #1743744] Tue, 20 September 2016 06:09 Go to previous message
Jeremie Bresson is currently offline Jeremie BressonFriend
Messages: 1252
Registered: October 2011
Senior Member
Hi,

Thank you for this question.

The Scout Tooling at the moment is developed with main focus on Eclipse IDE (the classic one) and maven. There is no major constraint preventing to port the tooling to another platform. Everything is open-source and relies on open-source libraries. The code is correctly spitted in modules (core module, ui module depending on Eclipse IDE...) and those modules can be reused.

Eclipse Che is a complete new technology. The runtime has nothing to do with the classic Eclipse IDE. To use Eclipse Che as development platform, following points need to be addressed (probably in this order):

1/ Starting the Application: we use Eclipse IDE launchers to start the application from the IDE. Behind the scene a Jetty Server is started. It should not be complicated to have the same behavior in Che.

2/ Generating FormData code: when Form or Table classes are modified in the code base, the Scout Tooling generates some Java code (the derived artifacts like FormData or PageData classes).

3/ Wizard: The scout tooling provides a lot of stuff to help you during the development process: assistants, wizards, quick fixes, proposals...

We are open for propositions...
Previous Topic:Dynamic add column to table
Next Topic:TablePage - programaticaly show or hide DetailForm
Goto Forum:
  


Current Time: Fri Apr 26 12:23:40 GMT 2024

Powered by FUDForum. Page generated in 0.02853 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top