voddan
04/03/2016, 1:25 PMTableLayout
)
WindowBuilder
Eclipse is probably best known as a Java IDE, but it is more: it is an IDE framework, a tools framework, an open source project, a community, an eco-system, and a foundation.
[12:07]
If you're going down this route, make sure to look up Eclipse RCP, it's definitely what I would use for a complex UI app today.
[12:08]
(and let's switch to #C09222272 if you want to keep talking about this) (edited)
Nicolas Fränkel [1:00 AM]
well, i dabbled in eclipse RCP some years ago
their API was very unstable at that time
(breaking changes every year)
don't know if it's still the case
but that's something worth discovering before
Yann Le Moigne [1:03 AM]
Eclipse RCP is really painful… From dependency to build, nothing standard. Equinox/OSGI will hurt you more often than it helps. Really, SWT/JFace is fine, but I won’t recommand anyone to dive into Eclipse as a platform.
2
Daniil Vodopian [1:07 AM]
what do you use now @nfrankel , @ylemoigne ?