Hi Paul. To answer your question, no. I have not been following the transition to Apache. When Netbeans 9 finally releases, I will try and see what it will take to make the CRUD Generator compile. In honest truth, though, I doubt it will. The generator's source code was originally stripped out of a NB core module for JSF support and it heavily depends on other core modules to function. The person who stripped the code out for me was none other than Geertjan Wielenga, head guru for Netbeans. I would...
Hi Kay, Wondering if you have been following the transition of NetBeans to Apache, and if you are planning a version of the CRUD Generator for NB9? Cheers, Slim
First attempt at localizing some messages. Using German as exmaple. Needs more indepth expanding.
This is a small bug fix release. It fixes an issue where a user could not navigate from the right-end of a many-to-many relationship to the left-end. E.g. If entity product and entity warehouse had a many-to-many relationship joined by a table called product_warehouse and the primary key of that table had the primary key of product first, then the product entity is considered the "driver" of the relationship. With that said, the bug would cause a user to not be able to navigate from a warehouse to...
Fix display of selectManyMenu items by adding the "collectionType" attribute. Also changed the checkbox to PrimeFaces markup instead of JSF and remove the disabled attribute for cleaner look.
Changes to make menu items update after an edit.
Also use simplified return type in Controller classes. Requires a list imports for the used collections of the Child relationships (e.g. java.util.List).
Added method to simplify return type within Facade find() methods.
Use the return type of the child getter method.
Change the generated find method in entity facade. Use "size" method to initialize lazy.
Fix generated comment for navigate method.
Move code around in controller.ftl to fix many-to-many navigation when the project does not use a CDI extension.
Fix Many-To-Many navigation issue.
A very tank you to you. With your explanation i understand very many things. For example differences and modifies from jpa implementations. And yours solutions are all times genials. I HOPE to continue to collaborate with you . And help you to make grow this very complicated project , where the big DIFFICULTY is make this general for all servers and jpa implementations. Tank you for yours explanations and the debug is very instructive. TANK YOU friend, Mauro
A very tank you to you. With your explanation i understand very many things. For example differences and modifies from jpa implementations. And yours solutions are all times genials. I HOPE to continue to collaborate with you . And help you to make grow this very complicated project , where the big DIFFICULTY is make this general for all servers and jpa implementations. Tank you for yours explanations. TANK YOU friend, Mauro
Hello. It has been a very long time since the last release and I apologize for the long delay. One reason for this delay was obviously time related since this project is something that I do on the side. In addition to that, though, getting the LazyInitializationException problems resolved in the various Application Servers which utilize three major JPA implementations (EclipseLink, Hibernate and OpenJPA) was in all honesty a real pain in the behind. Fortunately, I can now present a solution that...
Hello. It has been a very long time since the last release and I apologize for the long delay. One reason for this delay was obviously time related since this project is something that I do on the side. In addition to that, though, getting the LazyInitializationException problems resolved in the various Application Servers which utilize three major JPA implementations (EclipseLink, Hibernate and OpenJPA) was in all honesty a real pain in the behind. Fortunately, I can now present a solution that...
When i try to install, netbeans says: Some plugins require plugin J2EE Support Utilities to be installed. The plugin J2EE Support Utilities is requested in implementation version 201609300101. The following plugin is affected: PrimeFaces CRUD Generator Some plugins require plugin Java EE Core Utilities to be installed. The plugin Java EE Core Utilities is requested in implementation version 201609300101. The following plugin is affected: PrimeFaces CRUD Generator Some plugins require plugin Java...
Hello. Sorry for the late response. Yes, the problem is resolved in vdersion 0.36, which I am rolling out today. Keep an eye out for the new file.
Hi Kay, was this ever resolved? If not what is the workaround? I'm having this exact problem with NB8.2/PF5/WF9.0.1 using your latest version.
It's working, thanks a lot Richard
If the set() method of a List is not supported, create an ArrayList and call
Also update the merged entity in filteredList. ...
AbstractController#save now replaces the modifi...
Hi Kay. That last anonymous reply was from me. I thought I was logged in. Anyway...
Hi Kay. That anonymous post was from me. I thought I was logged in. Anyway I figured...
Fix LazyInitializationException for selectManyM...
Obtain the proper return type for find[OneToMan...
Add support for many-to-many fields in the enti...
Instead of commenting out JSF tags for columns ...
Initialize all fields with some sensible defaul...
Make usage of "filterValue" dependent on PrimeF...
Added "filteredValue" property to the generated...
Settle on Criteria API query with FETCH JOINs t...
Remove "initializeParents" methods.
Use new approach for initializing entity fields.
All more facade methods for all fields with any...
Remove getAttachedSelected method. It is not ne...
Modified the way AbstractFacade returns merged ...
Ignore any log files
Add find method for one-to-many fields in entit...
Add methods for testing if a OneToMany collecti...
Hello generated a crud primefaces application on wildfly 10 for an sql server database...
This topic really belongs under the Troubleshooting category. That said, I have released...
Some plugins require plugin Web Common to be installed. The plugin Web Common is...
any news?
there's some news? i can't install this plugin... Some plugins require plugin J2EE...
Same problem with netbeans 8.2
same problem
With the release of NB 8.2 and them having already updated that one to Patch 1, I...
Hello, I have the instalation problem with Netbeans 8.1. Thanks,
This has now been fixed. Check out the current binary, please.
Hello Kay, Thanks for your work. I tried to install the latest version in NetBeans...
This release fixes installation issues many users have experienced since the NetBeans...
Everybody, please download the new file I just uploaded that fixes installation issues...
I am aware of the troubles many of you have with the current version of the CRUD...
First attempt at fixing the LazyInitializationE...
Fix slashes problem when input fields are empty.
Fixed missing CDI utility class dependency when...
This is the current version 0.35.2 compiled for NetBeans 8.2.
Is it fixed? on which NetBeans Version? I use NetBeans IDE 8.1 (build 201510222201)...
thanks
I have installed the plugin in previous version of netbeans but today after a clean...
Algunos plugins necesitan que se instale el plugin J2EE Support Utilities. Se necesita...
Multiple fixes related to facade injection in c...
Thanks for the link. Do you suggest I re-write the converter logic? Do we know if...
Hi, Kay i think Hicham is using glassfish 4.1.1 theres an issue with this: http://stackoverflow.com/questions/33078849/inject-doesnt-work-in-facesconverter-after-upgrade-glassfish-4-1-to-4-1-1...
I just uploaded a new NBM package that matches the current NetBeans implementation....
Sorry, but I don't speak your language. I'm assuming you have problems with the NBM...
Algunos plugins necesitan que se instale el plugin J2EE Support Utilities. Se necesita...
Hi Hicham. Do you have some sample code and database that you can post somewhere...
Hi Hicham. Doe you have some sample code and database that you can post somewhere...
Hello generated a crud primefaces application on wildfly 10 for an sql server database...
There are some major differences between my plugin and the generator built into NetBeans....
You need 0.35.2 version of the generator. There's also a high chance that you may...
Your plugin is awesome. Really, I am wondering about your work. At the same time,...
I have Netbeans 8.1 and can not install the PrimeFaces CRUD generator , either from...
Try using the EclipseLink library with Wildfly. There were others that had success...
Hello , i've been trying to make the plugin work on wildfly jboss server , is there...
Hi there and thanks for using my tool. There is a Bundle file that has all the words....
Hi there and thanks for using my tool. There is a Bundle file that has all the words....
hi, thank you very much for this help. It is very useful for me. I wonder if you...
Need 0.35.2! There was a problem with 0.35.1. I got it to compile with NB 8.1 and...
Hi . I have netbeans 8.1 and jdk version 1.8. I tried to install nbpfcrudgen-0.35.1-8.1-impl.nbm.It...
This link is dead, is there any other example?
Like to open new Topic for Code improvement and suggestions: 1. EntityUtility Class...
Hello, thank you very much for your tutorials. I like to query multiple tables with...
Hello, thank you very much for your tutorials. I like to query multiple tables with...
This updated version fixes NetBeans dependency issues. Please also note that the...
Added library to get the project to compile