I can use HTML, JS, CSS right? But for Backend it is only Java or? Gesendet: Dienstag, 20. Dezember 2016 um 14:36 Uhr Von: "Jaroslav Tulach" <[email protected]> An: [email protected] Cc: "Benno Markiewicz" <[email protected]>, "Anton Epple" <[email protected]> Betreff: HTML/Java was: Scriptable NetBeans Modules 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/[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/[http://dew.apidesign.org/dew/]) in your browser. -jt
