Dear all,
As I promised I made a PR with a my Gradle Support for Java EE projects:
https://github.com/apache/netbeans/pull/1215
It is needed to be polished and tested, but the "happy paths" are
working. Like let's suppose you have a Glassfish installed, then it is
possible to create a Gradle project with a new project Wizard and that
could be compiled and deployed to the target application server. JSP and
JSF code completions are working as well.
I might added support for HTML5/JS parts, but I'm not sure how they
work, I guess all I did is to add some JS support service through the
module layers.
My latest real update on that is:
https://blog.lkishalmi.eu/2016/11/08/gradle-web-projects-are-coming/
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists