hildo / netbeans-gradle-javaee-project

A NetBeans plugin to provide JavaEE support to Gradle projects
15 stars 12 forks source link

Java EE web project #24

Open jGauravGupta opened 7 years ago

jGauravGupta commented 7 years ago

Any document is available for "NetBeans + Gradle + JavaEE" , I have installed http://plugins.netbeans.org/plugin/55529/gradle-javaee-support but still didn't found the Gradle JavaEE Web project in new Project panel.

hildo commented 7 years ago

There's no real documentation to speak of. What this has really provided, so far, is some missing logic where the IDE wasn't recognizing locations of persistence.xml locations. There has not been anything added that allows entries in the new Project panel.

jGauravGupta commented 7 years ago

So what are the extra functionalities this plugin provides in compare to https://github.com/kelemen/netbeans-gradle-project . Can you please highlight or refer to doc .

hildo commented 7 years ago

It's been a while. I'd say review the Closed issues. The primary reason for this plugin was to address JavaEE specific features that shouldn't go into the standard Gradle plugin. When I was using this, it was primarily to address validation errors in the editor. I wasn't using NetBeans to create Web projects, as you can do that manually in the Gradle script.