extension points
Submitted by Trickkiste on Thu, 07/08/2004 - 18:23.
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
- Login to post comments
Samples
Hi,
Have a look at the DeviceFinding (org.jnode.driver) or the FileSystem implementation (org.jnode.fs).
Ewout