extension points

Hi,

which definition of an extension point is the easiest one to
learn how both sides of the System (Extension / Extensionpoint) work with eachother?

(What I need is a point to start searching the source of JNode,
to implement an extension point, where other plugins can hook in at)

thx,
Trickkiste

Samples

Hi,

Have a look at the DeviceFinding (org.jnode.driver) or the FileSystem implementation (org.jnode.fs).

Ewout