Sorry, I wasn't clear here. I meant the <a href="http://netbeans.org/features/platform/features.html">plugin architecture</a> aspect of a NetBeans (similar to Eclipse OSGi) as<div>opposed to using VTK objects as "beans", although there are probably some things that can be leveraged</div>

<div>from the JavaBeans project as they would have addressed similar issues I'm sure.<br><div><div><div><br>
</div><div>biv</div><div><div class="gmail_quote">On Mon, May 28, 2012 at 2:13 PM, David Gobbi <span dir="ltr"><<a href="mailto:david.gobbi@gmail.com" target="_blank">david.gobbi@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


About JavaBeans, there was a JavaBeans generator for VTK a<br>
long time ago and its source file still exists in the VTK repository:<br>
vtkParseJavaBeans.c.  I imagine that it could be reactivated, if<br>
someone is willing to maintain it.<br>
<span><font color="#888888"><br>
 - David<br>
</font></span><div><div><br>
On Mon, May 28, 2012 at 1:04 PM, Sebastien Jourdain<br>
<<a href="mailto:sebastien.jourdain@kitware.com" target="_blank">sebastien.jourdain@kitware.com</a>> wrote:<br>
> We try to gather those informations on the vtk wiki. But we mostly<br>
> rely on the community for the Java side of it.<br>
> If you want to create a new wiki page, go for it.<br>
><br>
> Seb<br>
><br>
> On Mon, May 28, 2012 at 2:55 PM, Gerrick Bivins<br>
> <<a href="mailto:gbivins@objectreservoir.com" target="_blank">gbivins@objectreservoir.com</a>> wrote:<br>
>> Cool!<br>
>> A related question, is there a doc/faq/wiki that talks about vtk/java and<br>
>> the levels of support?<br>
>> For instance, I previously had to do extra things to use vtk in a NetBeans<br>
>> platform application and I assume<br>
>> that is still the case, but with all the changes, it may not be. Is there a<br>
>> place where I could find an answer to<br>
>> that kind of vtk/java integration/support question?<br>
>> Gerrick<br>
>><br>
>> On Mon, May 28, 2012 at 9:37 AM, Chris Harris <<a href="mailto:chris.harris@kitware.com" target="_blank">chris.harris@kitware.com</a>><br>
>> wrote:<br>
>>><br>
>>> Hi Gerrick,<br>
>>><br>
>>> It looks like this Java file will have to be configured to contain the<br>
>>> modules that have been enabled. I will take a look at doing this.<br>
>>><br>
>>> Regards,<br>
>>><br>
>>> Chris<br>
>>><br>
>>> On Wed, May 23, 2012 at 10:24 AM, Gerrick Bivins<br>
>>> <<a href="mailto:gbivins@objectreservoir.com" target="_blank">gbivins@objectreservoir.com</a>> wrote:<br>
>>>><br>
>>>> Hi All,<br>
>>>> Looks like the vtkNativeLibrary enum still references  pre-modular<br>
>>>> library names,<br>
>>>> ie<br>
>>>> enum vtkNativeLibrary<br>
>>>> {<br>
>>>> ...<br>
>>>> COMMON("vtkCommonJava"),<br>
>>>> FILTERING("vtkFiteringJava"),<br>
>>>> ...<br>
>>>> }<br>
>>>> Seems like, at a minimum, it should at least be something like<br>
>>>> {<br>
>>>> ...<br>
>>>> COMMONCORE("vtkCommonCoreJava"),<br>
>>>> FILTERINGCORE("vtkFiltersCoreJava"),<br>
>>>> ...<br>
>>>> }<br>
>>>> but I'm sure that doesn't cover it.<br>
>>>><br>
>>>> I just began trying out the modular build so I'm not sure where things<br>
>>>> have moved otherwise I would have taken a whack at fixing this.<br>
>>>> Gerrick<br>
>>>><br>
>>>><br>
>>>> _______________________________________________<br>
>>>> Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
>>>><br>
>>>> Visit other Kitware open-source projects at<br>
>>>> <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
>>>><br>
>>>> Follow this link to subscribe/unsubscribe:<br>
>>>> <a href="http://www.vtk.org/mailman/listinfo/vtk-developers" target="_blank">http://www.vtk.org/mailman/listinfo/vtk-developers</a><br>
>>>><br>
>>>><br>
>>><br>
>><br>
> _______________________________________________<br>
> Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
><br>
> Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
><br>
> Follow this link to subscribe/unsubscribe:<br>
> <a href="http://www.vtk.org/mailman/listinfo/vtk-developers" target="_blank">http://www.vtk.org/mailman/listinfo/vtk-developers</a><br>
><br>
</div></div></blockquote></div><br></div></div>
</div></div>