Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Recommended resources for *really* grokking Eclipse internals?
Recommended resources for *really* grokking Eclipse internals? [message #219584] Tue, 22 November 2005 10:05 Go to next message
Eclipse UserFriend
Originally posted by: mj.noemail.com

My primary interest is in the runtime platform itself and the Java tools.
This isn't really about learning what is needed to be able to write
plug-ins. More like getting a deep understanding of how Eclipse is put
together.

Thanks,

Micheal

---
Don't talk unless you can improve the silence.
Re: Recommended resources for *really* grokking Eclipse internals? [message #219615 is a reply to message #219584] Tue, 22 November 2005 14:44 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: john.eclipsefaq.org

The only way to really understand the internals is to look at the
code... Starting with class comments and digging down from there. There
is some documentation on the platform runtime, found here:

http://eclipse.org/eclipse/platform-core/runtime/index.html
--

Micheal wrote:
> My primary interest is in the runtime platform itself and the Java tools.
> This isn't really about learning what is needed to be able to write
> plug-ins. More like getting a deep understanding of how Eclipse is put
> together.
>
> Thanks,
>
> Micheal
>
> ---
> Don't talk unless you can improve the silence.
>
Re: Recommended resources for *really* grokking Eclipse internals? [message #219698 is a reply to message #219615] Wed, 23 November 2005 09:47 Go to previous messageGo to next message
Eclipse UserFriend
John Arthorne wrote:
> The only way to really understand the internals is to look at the
> code... Starting with class comments and digging down from there. There
> is some documentation on the platform runtime, found here:
>
> http://eclipse.org/eclipse/platform-core/runtime/index.html

Once you're done with that, if you want to understand a little of what
the workbench (editors and views) is trying to do, check out
http://dev.eclipse.org/viewcvs/index.cgi/*checkout*/platform -ui-home/workbench_design/Inside%20the%20workbench.html

Later,
PW
Re: Recommended resources for *really* grokking Eclipse internals? [message #219777 is a reply to message #219698] Thu, 24 November 2005 22:24 Go to previous message
Eclipse UserFriend
Originally posted by: mj.noemail.com

"Paul Webster" <pwebster@ca.ibm.com> wrote in message
news:dm1ve8$re3$1@news.eclipse.org...
> John Arthorne wrote:
> > The only way to really understand the internals is to look at the
> > code... Starting with class comments and digging down from there. There
> > is some documentation on the platform runtime, found here:
> >
> > http://eclipse.org/eclipse/platform-core/runtime/index.html
>
> Once you're done with that, if you want to understand a little of what
> the workbench (editors and views) is trying to do, check out
>
http://dev.eclipse.org/viewcvs/index.cgi/*checkout*/platform -ui-home/workbench_design/Inside%20the%20workbench.html
>
> Later,
> PW

Thanks John and Paul. I'll check these out.

Micheal
Previous Topic:feature request for Code Assist
Next Topic:Bytecode manipulation in incremental builder - how to get JDT to refresh model?
Goto Forum:
  


Current Time: Sun Nov 09 21:40:32 EST 2025

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

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

Back to the top