Is there a way to set up a NetBeans HTML5 project and web application?

The new Netbeans 7.3 Beta 2 adds a really nice feature to create an HTML5 application. It also provides a great way to build a Java Server-based web application. But it seems that in the Netbeans IDE there is no way to use both technologies in the same project.

Is there a way to combine these two types of projects, so there is only one web directory structure with HMTL5, js and web services files?

+4
source share
1 answer

This is definitely planned for the next release, but it is not yet possible in NetBeans 7.3. You can follow this promotion request to see progress in this area: http://netbeans.org/bugzilla/show_bug.cgi?id=222236 . If you want to experiment with this, you can create NetBeans with a patch attached to this problem.

+3
source

All Articles