Aquileo | Recent changes to Project PrimeFaces CRUD Generator for NetBeanshttps://sourceforge.net/p/nbpfcrudgen/Recent changes to Project PrimeFaces CRUD Generator for NetBeansenMon, 04 Jun 2018 13:46:09 -0000Aquileo | NetBeans 9 Under Apache?https://sourceforge.net/p/nbpfcrudgen/discussion/general/thread/2f428d5e/?limit=50#b824<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>Kay WrobelMon, 04 Jun 2018 13:46:09 -0000https://sourceforge.netc56ea55c48743a1f4dba46d9da77153ae563cc2fAquileo | First attempt at localizing some messages. Using German as exmaple. Needs more indepth expanding.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>Kay WrobelThu, 22 Jun 2017 21:48:09 -0000https://sourceforge.net/p/nbpfcrudgen/code/ci/ef46c054f78fa187849ae39d0b4083b338cb73cb/Aquileo | Version 0.36.1 Releasedhttps://sourceforge.net/p/nbpfcrudgen/discussion/releases/thread/7d7411f3/?limit=50#53db<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>Kay WrobelTue, 06 Jun 2017 19:33:27 -0000https://sourceforge.netf9fb319701d763772df52ba1340258e65a8757e3Aquileo | 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.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>Kay WrobelTue, 06 Jun 2017 14:18:33 -0000https://sourceforge.net/p/nbpfcrudgen/code/ci/22b1e949a89c8dafa27e58b94f2de0cae696ca1f/Aquileo | Changes to make menu items update after an edit.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>Kay WrobelMon, 22 May 2017 23:48:30 -0000https://sourceforge.net/p/nbpfcrudgen/code/ci/b256c5f1eaf4f464a2212e95ed35518c6f476152/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).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>Kay WrobelFri, 19 May 2017 16:19:01 -0000https://sourceforge.net/p/nbpfcrudgen/code/ci/8e6263c7ca746ec2a928e1ae2ed7a6e23187ea42/Aquileo | Added method to simplify return type within Facade find() methods.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>Kay WrobelWed, 17 May 2017 20:55:15 -0000https://sourceforge.net/p/nbpfcrudgen/code/ci/b0baf1e5000e4ce4bf1d677bc5328c0388f3d3f8/Aquileo | Use the return type of the child getter method.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>Kay WrobelThu, 04 May 2017 05:23:26 -0000https://sourceforge.net/p/nbpfcrudgen/code/ci/b7f46693a7e3f4f6bd9998e10cb5b6f09bd5d041/Aquileo | Change the generated find method in entity facade. Use "size" method to initialize lazy.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>Kay WrobelWed, 03 May 2017 22:26:31 -0000https://sourceforge.net/p/nbpfcrudgen/code/ci/6cd4bc8469d83db0b1abf8e75c40cf1f858ba71d/Aquileo | Fix generated comment for navigate method.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>Kay WrobelWed, 03 May 2017 19:08:32 -0000https://sourceforge.net/p/nbpfcrudgen/code/ci/f4dc6e17d683028d898df2e1378ae710236a8b46/