On pondělí 19. prosince 2016 20:31:36 CET Benno Markiewicz wrote: > 2016-12-19 18:17 GMT+01:00 Emilian Bold <[email protected]>: > > I can certainly imagine an HTML UI for some existing parts of NetBeans > > even > > if we keep it pure Java. > > It is already there. See the links in the usecases at > http://bits.netbeans.org/8.2/javadoc/org-netbeans-api-htmlui/overview-summar > y.html
Thanks Benno for mentioning the [HTML/Java API](http://wiki.netbeans.org/ Html4Java) - I designed it to allow us to write extremely portable code that runs in NetBeans, but also on web. As a result you can run for example use NetBeans [Parser & Code Completion](http://dew.apidesign.org/dew/) in your browser. -jt
