Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-dev] Re: WTP modules, facets and extensability

Naci Dai wrote:
>                      ArtifactEditRegistryReader reader = 
> ArtifactEditRegistryReader.instance();
>                      IArtifactEditFactory factory = 
> reader.getArtifactEdit(comp.getProject());
>                       if (factory == null)
>                            return null;
>                       return factory.createArtifactEditForWrite(comp);

I'm a bit concerned that there is too much non API code (*.internal.*)
involved here.

What about the approach I found in
http://dev.eclipse.org/mhonarc/lists/wtp-dev/msg04382.html. Is it ok
this way?

Cu, Gunnar

-- 
Gunnar Wagenknecht
gunnar@xxxxxxxxxxxxxxx
http://wagenknecht.org/



Back to the top