What should I use eclipse rcp or eclipse scout?

I plan to develop a desktop application using java code and would like to use any ready-made one, and then I learned about RCP / eclipse intelligence, but I doubt in what structure should I use eclipse rcp or eclipse intelligence ? could someone suggest me please.

+5
source share
2 answers

First of all, I would like to add one more option: Eclipse Riena . Eclipse Riena is comparable to Eclipse Scout because it is based on Eclipse RCP and provides some useful abstractions. You must look at it.

But to help you decide which one to use: If you are taking the first steps in Eclipse RCP, I would suggest that you first earn your hands with the little Eclipse RCP. There is some difficulty that will come back to you if you start from a higher level, such as Scout / Riena.

Depending on the plans with your desktop application, this may already be enough.

Scout / Riena will help you with more complex issues, such as reuse / standardization, remote work, proven application architecture. But, like most frameworks, you lose some flexibility.

What I especially like about Eclipse Riena:

  • Focus on easy-to-use graphical interface (not suitable for every project)
  • SWT/JFace (Ridgets) , GUI
  • API .
  • ( Java EE )
  • Riena . , ridgets, , , .

Eclipse Scout

  • Java EE
  • : .
  • swap : SWT Swing, , .;)

,

+6

/ . / Scout

, Scout Scout SDK, - . . - Java plugin.xml .., , Scout Scout SDK ( , ), , Scout Java.

, Scout. , . ( Swing, SWT, RAP ( -)) . . (, : Microsoft Office , -).

, forum.

Matthias

+6

All Articles