This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 225618 - Add support for HTML 5 artifacts in Java EE 6 projects
Summary: Add support for HTML 5 artifacts in Java EE 6 projects
Status: RESOLVED DUPLICATE of bug 222236
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.3
Hardware: Macintosh Mac OS X
: P3 normal (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-01 01:47 UTC by abien
Modified: 2013-02-22 09:09 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description abien 2013-02-01 01:47:31 UTC
Product Version = NetBeans IDE 7.3 RC1 (Build 201301240957)
Operating System = Mac OS X version 10.8.2 running on x86_64
Java; VM; Vendor = 1.7.0_12-ea
Runtime = Java HotSpot(TM) 64-Bit Server VM 24.0-b28


Often JavaScript / HTML / CSS frontend communicates with Java EE 6 REST services.

Currently you can only choose between HTML 5 and WAR projects. It would be nice to have a hybrid: a Java EE 6 / WAR project which deploys to an appserver, but comes with HTML 5 suppport and opens the HTML part in a browser. Very similar to current JSF support, but with HTML 5 frontend.
Comment 1 Petr Jiricka 2013-02-22 09:09:20 UTC
Already tracked - and partially implemented - as issue 222236 (for Ant projects) and issue 225786 (for Maven projects), marking as a duplicate.

*** This bug has been marked as a duplicate of bug 222236 ***