simon
simon

Reputation: 5915

Is there a way to setup a Netbeans HTML5 and Web application project?

The new Netbeans 7.3 Beta 2 adds a really nice feature for creating an HTML5 application. It also provides a great way to create a Java Server based Web Application. But there does not appear to be any way, within the Netbeans IDE, to take advantage of both technologies in one project.

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

Upvotes: 4

Views: 1744

Answers (1)

Petr Jiricka
Petr Jiricka

Reputation: 48

This is definitely planned for the next release, but it is not yet possible in NetBeans 7.3. You can follow this enhancement request to see progress in this area: http://netbeans.org/bugzilla/show_bug.cgi?id=222236. If you'd like to experiment with this, you can build NetBeans with the patch attached to that issue.

Upvotes: 3

Related Questions