Hi all,
We've identified the need to find a thick client application framework
with some serious plug-in capabilities and are looking at Eclipse to
do it rather than go and build something ourself. I've looked around
a lot and can find tons of stuff about using Eclipse as an IDE, but
not much about using it as an application framework. Here are a few
questions that I have:
1. Can you 'Scale Down' Eclipse to remove all of the program
generation stuff? We would like something that is pretty light to
download over the LAN.
2. Can anyone direct me to a good reference about using Eclipse as an
application framework? All the books that I can find are all about
using it as an IDE.
Thanks in advance for any help!
Carl Rosenberger - 15 Nov 2003 21:07 GMT
> 1. Can you 'Scale Down' Eclipse to remove all of the program
> generation stuff? We would like something that is pretty light to
> download over the LAN.
Hi jc1771,
I know Stefan Matthias Aust has experimented stripping Eclipse
to get it considerably smaller.
You can reach him here:
http://www.3plus4.de
...or directly with an email to "sma at 3plus4de".
Maybe he can be a help for your project.
Say hello from me.
Kind regards,
Carl
--
Carl Rosenberger
db4o - database for objects - http://www.db4o.com
Harald Niesche - 26 Apr 2004 19:35 GMT
> Hi all,
>
[quoted text clipped - 8 lines]
> generation stuff? We would like something that is pretty light to
> download over the LAN.
As far as I remember, there was one effort towards this hosted on
sourceforge.net (they used Swing for the UI).
Since Eclipse 3.0 is based on the osgi specification for the plugin
architecture, you might want to look at OSGi implementationss. (There
are several free implementations, easily found on google.)
HTH
Harald
PS: Just noticed how old your post is -- have you solved the problem
already? How?