Re: Java module separations

Svata Dedic <[email protected]> Mon, 12 May 2003 21:54:22 +0200
Newsgroups gmane.comp.java.netbeans.modules.projects.devel
Organization CollabNet Hosting
Message-ID <[email protected]>
Rochelle Raccah wrote:
> I'm not sure if this still exists in projects, but where would the new
> incarnation of data loader, data object, nodes, etc. be?
> 
Ideally, you should not be using DataLoader or DataObjects. Rather use 
other extensibility mechanisms (e.g. ProjectEnvironmentProvider).
Nodes are already superseded by Looks.

-Svata