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 243025 - Support for HTML5 features (Project Easel) in Maven Web projects especially when running on jetty/tomcat maven plugin
Summary: Support for HTML5 features (Project Easel) in Maven Web projects especially w...
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.0
Hardware: PC All
: P2 normal with 3 votes (vote)
Assignee: Martin Janicek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-19 00:59 UTC by gumoh
Modified: 2014-10-23 06:56 UTC (History)
2 users (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 gumoh 2014-03-19 00:59:35 UTC
This is a enhancement related to https://netbeans.org/bugzilla/show_bug.cgi?id=225786 except for running using a server as maven plugin such as Jetty(jetty:run) and Tomcat. We can bind this command to the IDE's Run/Debug Actions, the problem is there is no support for automatically opening of the webapp url and no support for javascript debugging or same with Project Easel Support. 

It is good to have these feature especially those project used Jetty/Tomcat and can used the feature given by Project Easel.
Comment 1 gumoh 2014-03-19 01:01:20 UTC
As far as I know, Grails Plugin have this Jetty Support
Comment 2 sgtgarcia 2014-05-27 19:14:42 UTC
Allow NetBeans to open projects which are a mix of 
- HTML5 projects (Grunt|Gulp build, Bower dependencies, Karma|Protractor|Jasmine testing) for the client side 
- and Maven JEE Web App (Maven|Gradle build, Java dependencies, JUnit testing) for the server side

Allow NetBeans to create projects like the ones generated by the JHipster generator: http://jhipster.github.io A Java JAXRS backend with an AngularJS Frontend, the whole thing packaged as War.