Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Understanding JDT implementation
Understanding JDT implementation [message #208021] Mon, 27 June 2005 07:55 Go to next message
Eclipse UserFriend
Originally posted by: orenmish.hotmail.com

Hi,

I would like to understand JDT implementation, i.e. static relationship
between packages/classes, dynamic flows etc...
Right now my only resource is JDT Javadoc (and the code...). Are there any
class diagrams or sequence diagrams or other resources that may help me to
better understand JDT implementation before I dig into the code?


Thanks in advance,
Oren.
Re: Understanding JDT implementation [message #208032 is a reply to message #208021] Mon, 27 June 2005 09:17 Go to previous messageGo to next message
Eclipse UserFriend
Oren Mishali wrote:

> I would like to understand JDT implementation, i.e. static relationship
> between packages/classes, dynamic flows etc...
> Right now my only resource is JDT Javadoc (and the code...). Are there
> any class diagrams or sequence diagrams or other resources that may help
> me to better understand JDT implementation before I dig into the code?

AFAIK, there's no big design document about the internal implementation -
it's all in the code.

Some aspects of the implementation are presented in the tutorial
29 Java Tool Smithing - Extending the Eclipse Java Dev. Tools
from this year's EclipseCon:
http://www.eclipsecon.org/2005/tutorials.php
http://eclipsecon.org/2005/presentations/EclipseCON2005_Tuto rial29.pdf

If you want to use JDT as a client, also check the eclipse help system:
Help > Help Contents > JDT Plug-in Developer Guide > Programmer's Guide

HTH
Markus
Re: Understanding JDT implementation [message #208049 is a reply to message #208032] Mon, 27 June 2005 11:10 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: orenmish.hotmail.com

Thanks for the links.

I'm working on a mechanism that will enable the extension/customization of
JDT by means of aspect-weaving. My main barrier is to understand what is
going on "behind the scenes" of JDT. Hence, more links are welcomed...

Thanks again,
Oren.
Re: Understanding JDT implementation [message #208206 is a reply to message #208049] Wed, 29 June 2005 09:35 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: daniel.megert.gmx.net

Oren Mishali wrote:

> Thanks for the links.
>
> I'm working on a mechanism that will enable the
> extension/customization of JDT by means of aspect-weaving. My main
> barrier is to understand what is going on "behind the scenes" of JDT.
> Hence, more links are welcomed...

Did already you look at the AspectJ and AJDT Eclipse technology
projects? If not I suggest to do so.

Dani

>
> Thanks again,
> Oren.
>
Re: Understanding JDT implementation [message #209649 is a reply to message #208206] Tue, 12 July 2005 01:23 Go to previous message
Eclipse UserFriend
Originally posted by: orenmish.hotmail.com

Hi,

I'm not planning to reimplement AJDT.. :)
It's something else, I guess my explanation was quite fuzzy.

Thanks,
Oren.
Previous Topic:JDT on Java 5.0?
Next Topic:NullPointerException throwed when open java file
Goto Forum:
  


Current Time: Thu May 08 20:49:20 EDT 2025

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

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

Back to the top