generator-netbeans-gradle
v0.0.3
Published
Creates generator for setting up virtual beans project
Downloads
7
Readme
generator-netbeans-gradle
A generator to create gradle build scripts for Netbeans 8.0.2
How to use
- Install yo using npm
npm install -g yo
- Install generator
npm install -g generator-netbeans-gradle
- Enter Netbeans Project Directory and run
yo netbeans-gradle
- Follow the prompts on screen
Configuration
This generator generates the gradle files for the following folder structure.
- Application Client
- Application Interface
- Application Files (includes ejb and war)
This generator assumes the following naming convention for ease of use.
Given Project Name is "SampleProject".
- ApplicationClient - SampleProjectClient
- ApplicationInterface - SampleProjectInterface
- Application - SampleProject
The following package conventions is also required
- SessionBeans - sessionbean
- Entity - entity
- Servelets - servlet
- Message Beans - messagebean
Optional Configuration
- Set persistance.xml to use
create
setting. This is because Virtualbeans internally provides adrop-table
option.