Aquileo | Recent changes to Project PrimeFaces CRUD Generator for NetBeanshttps://sourceforge.net/p/nbpfcrudgen/2018-06-04T13:46:09.676000ZRecent changes to Project PrimeFaces CRUD Generator for NetBeansAquileo | NetBeans 9 Under Apache?2018-06-04T13:46:09.676000Z2018-06-04T13:46:09.676000ZKay Wrobelhttps://sourceforge.net/u/kwrobel/https://sourceforge.netc56ea55c48743a1f4dba46d9da77153ae563cc2f<div class="markdown_content"><p>Hi Paul.<br/>
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 not feel as confident in doing so. Again, I will need to revisit this topic once we actually have a release.</p></div>Aquileo | First attempt at localizing some messages. Using German as exmaple. Needs more indepth expanding.2017-06-22T21:48:09.268000Z2017-06-22T21:48:09.268000ZKay Wrobelhttps://sourceforge.net/u/kwrobel/https://sourceforge.net/p/nbpfcrudgen/code/ci/ef46c054f78fa187849ae39d0b4083b338cb73cb/<div class="markdown_content"><p>First attempt at localizing some messages. Using German as exmaple. Needs more indepth expanding.<br/><a href="/p/nbpfcrudgen/code/ci/ef46c054f78fa187849ae39d0b4083b338cb73cb/">View Changes</a></p></div>Aquileo | Version 0.36.1 Released2017-06-06T19:33:27.471000Z2017-06-06T19:33:27.471000ZKay Wrobelhttps://sourceforge.net/u/kwrobel/https://sourceforge.netf9fb319701d763772df52ba1340258e65a8757e3<div class="markdown_content"><p>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 <code>product</code> and entity <code>warehouse</code> had a many-to-many relationship joined by a table called <code>product_warehouse</code> and the primary key of that table had the primary key of <code>product</code> first, then the <code>product</code> 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 any products associated whith that warehouse. This is now ppossible with this fix.</p></div>Aquileo | 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.2017-06-06T14:18:33.510000Z2017-06-06T14:18:33.510000ZKay Wrobelhttps://sourceforge.net/u/kwrobel/https://sourceforge.net/p/nbpfcrudgen/code/ci/22b1e949a89c8dafa27e58b94f2de0cae696ca1f/<div class="markdown_content"><p>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.<br/><a href="/p/nbpfcrudgen/code/ci/22b1e949a89c8dafa27e58b94f2de0cae696ca1f/">View Changes</a></p></div>Aquileo | Changes to make menu items update after an edit.2017-05-22T23:48:30.950000Z2017-05-22T23:48:30.950000ZKay Wrobelhttps://sourceforge.net/u/kwrobel/https://sourceforge.net/p/nbpfcrudgen/code/ci/b256c5f1eaf4f464a2212e95ed35518c6f476152/<div class="markdown_content"><p>Changes to make menu items update after an edit.<br/><a href="/p/nbpfcrudgen/code/ci/b256c5f1eaf4f464a2212e95ed35518c6f476152/">View Changes</a></p></div>Aquileo | 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).2017-05-19T16:19:01.479000Z2017-05-19T16:19:01.479000ZKay Wrobelhttps://sourceforge.net/u/kwrobel/https://sourceforge.net/p/nbpfcrudgen/code/ci/8e6263c7ca746ec2a928e1ae2ed7a6e23187ea42/<div class="markdown_content"><p>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).<br/><a href="/p/nbpfcrudgen/code/ci/8e6263c7ca746ec2a928e1ae2ed7a6e23187ea42/">View Changes</a></p></div>Aquileo | Added method to simplify return type within Facade find() methods.2017-05-17T20:55:15.312000Z2017-05-17T20:55:15.312000ZKay Wrobelhttps://sourceforge.net/u/kwrobel/https://sourceforge.net/p/nbpfcrudgen/code/ci/b0baf1e5000e4ce4bf1d677bc5328c0388f3d3f8/<div class="markdown_content"><p>Added method to simplify return type within Facade find() methods.<br/><a href="/p/nbpfcrudgen/code/ci/b0baf1e5000e4ce4bf1d677bc5328c0388f3d3f8/">View Changes</a></p></div>Aquileo | Use the return type of the child getter method.2017-05-04T05:23:26.903000Z2017-05-04T05:23:26.903000ZKay Wrobelhttps://sourceforge.net/u/kwrobel/https://sourceforge.net/p/nbpfcrudgen/code/ci/b7f46693a7e3f4f6bd9998e10cb5b6f09bd5d041/<div class="markdown_content"><p>Use the return type of the child getter method.<br/><a href="/p/nbpfcrudgen/code/ci/b7f46693a7e3f4f6bd9998e10cb5b6f09bd5d041/">View Changes</a></p></div>Aquileo | Change the generated find method in entity facade. Use "size" method to initialize lazy.2017-05-03T22:26:31.696000Z2017-05-03T22:26:31.696000ZKay Wrobelhttps://sourceforge.net/u/kwrobel/https://sourceforge.net/p/nbpfcrudgen/code/ci/6cd4bc8469d83db0b1abf8e75c40cf1f858ba71d/<div class="markdown_content"><p>Change the generated find method in entity facade. Use "size" method to initialize lazy.<br/><a href="/p/nbpfcrudgen/code/ci/6cd4bc8469d83db0b1abf8e75c40cf1f858ba71d/">View Changes</a></p></div>Aquileo | Fix generated comment for navigate method.2017-05-03T19:08:32.623000Z2017-05-03T19:08:32.623000ZKay Wrobelhttps://sourceforge.net/u/kwrobel/https://sourceforge.net/p/nbpfcrudgen/code/ci/f4dc6e17d683028d898df2e1378ae710236a8b46/<div class="markdown_content"><p>Fix generated comment for navigate method.<br/><a href="/p/nbpfcrudgen/code/ci/f4dc6e17d683028d898df2e1378ae710236a8b46/">View Changes</a></p></div>