Page 2 of 2

Re: Can I download jar files and just replace them to migrate?

Posted: Thu Sep 11, 2014 6:09 am
by gowthamgutha
One thing I would like to tell is to allow the developers to completely replace the existing broadleaf entities with their own ones.

For example, the entire ProductImpl in the product should be able to be replaced MyProductImpl pointing to the same table BLC_PRODUCT.

Thank you.

Re: Can I download jar files and just replace them to migrate?

Posted: Sat Sep 13, 2014 2:14 pm
by phillipuniverse
One thing I would like to tell is to allow the developers to completely replace the existing broadleaf entities with their own ones.


Not really what I would call a good idea. If you are just trying to add more columns to the BLC_PRODUCT table without extending it into a new table, I would instead use single-table inheritance. Check out http://www.broadleafcommerce.com/docs/c ... s-tutorial near the bottom for the section 'Single Table Inheritance'.