Gaurav Gupta

Results 59 comments of Gaurav Gupta

Please attach the modeler file to reproduce the issue.

Ofcourse, Can you create the sample CRUD application with One (or more) entity.

Which type or project , have you created for source code generation ? Is it Maven > Web Application ?

Please use the NetBeans IDE 8.2 (Build 201609300101) English . Multi-lang version support will be added.

> I can see a 9GB file, but NetBeans cannot open it. Can you share this file, if confidential then DM ([email protected]) the file link.

You may add the support for Java EE 8 and MicroProfile compatible server similar to Payara, see e.g : https://github.com/jeddict/jeddict-extensions/tree/master/runtime/src/main/java/io/github/jeddict/runtime Wildfly Server support disabled atm, need to check with latest...

Those are very old version, Due to MicroProfile impl incompatibility, it was disabled, I will again have look on it.

Hi @Namphibian , Welcome and thanks for your interest in JPA Modeler. It have 3 main component : 1- **JPA Modeler** Knowledge required : [NBModeler](https://github.com/jGauravGupta/NBModeler), NetBeans Visual API etc. 2-...

Hi @Namphibian , **ORM Coverter module :** For Java Class file generation with velocity template **DB Modeler module :** For table generation on the fly using Eclipselink. Yes, some files...

Yes, It is pre-fetching all the table meta data to find all the related table( entity relationship). **Reason :** If u look at **"Related Table"** checkbox in the same panel,...