Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.help > #3307 > unrolled thread

Large Eclipse plugin projects.

Started bySteve <tinker123@gmail.com>
First post2015-04-21 06:31 -0700
Last post2015-04-21 12:32 -0400
Articles 2 — 2 participants

Back to article view | Back to comp.lang.java.help


Contents

  Large Eclipse plugin projects. Steve <tinker123@gmail.com> - 2015-04-21 06:31 -0700
    Re: Large Eclipse plugin projects. Jeff Higgins <jeff@invalid.invalid> - 2015-04-21 12:32 -0400

#3307 — Large Eclipse plugin projects.

FromSteve <tinker123@gmail.com>
Date2015-04-21 06:31 -0700
SubjectLarge Eclipse plugin projects.
Message-ID<9ca23719-2dd6-42ef-98ca-af23ba300fa9@googlegroups.com>
Hi all,

I'm currently working with a project written with the Eclipse GUI library/API.  It consists of literally dozens of Eclipse plugins unified together into one application via a master XML.

Each "plugin" is seen in Eclipse as a "project" or "package" and seems to be really a library, a module.

I would like to understand Eclipse plugin and take that knowledge to understand how this application is wired together.

I went to Amazon and searched for books about Eclipse plugin development.  As always with tech book reviews there were some detractors.

I would be grateful if anyone could recommend a book or other resource for my goal of understanding how a large Eclipse application consisting of many plugins could work.

Thank you

Steve

[toc] | [next] | [standalone]


#3308

FromJeff Higgins <jeff@invalid.invalid>
Date2015-04-21 12:32 -0400
Message-ID<mh5u25$vic$1@dont-email.me>
In reply to#3307
On 04/21/2015 09:31 AM, Steve wrote:
> Hi all,
>
> I'm currently working with a project written with the Eclipse GUI library/API.  It consists of literally dozens of Eclipse plugins unified together into one application via a master XML.
>
> Each "plugin" is seen in Eclipse as a "project" or "package" and seems to be really a library, a module.
>
> I would like to understand Eclipse plugin and take that knowledge to understand how this application is wired together.
>
> I went to Amazon and searched for books about Eclipse plugin development.  As always with tech book reviews there were some detractors.
>
> I would be grateful if anyone could recommend a book or other resource for my goal of understanding how a large Eclipse application consisting of many plugins could work.
>
If you haven't looked at (worked your way through)
<http://www.vogella.com/tutorials/eclipse.html>
I would recommend you do so before buying a book.

Between that and <http://help.eclipse.org> you
can go a very long way toward understanding the
big picture. Then come the devilish details.

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.java.help


csiph-web