Hi,
We are evaluating broadleaf commerce for our e-commerce platform migration from perl to java. BroadLeaf looks promising among the available options.
In broadleaf database schema design, all catalog, products, orders etc are all in one database and the code is written in such a way that core components have PersistenceUnit "blPU" is injected through annotations for DaoImpl's and Transaction demarcation also done using @Transactional("blTransactionManager") which utilities "blPU".
But for our application, we want to have catalog, product etc data in one database schema and order, customer details needs to be stored in a different database/schema. This is because catalog/product details will be read more frequently, so we want to have multiple database nodes with replication strategy along with load balancer.
My question is, is there a way to extend or tweak broadleaf framework to work with multiple databases/schemas?
This forum is in readonly mode and serves as an archive of old information. All posting, registration and commenting abilities have been turned off. To get help, the Broadleaf team reguarly monitors the broadleaf-commerce tag on Stack Overflow so please ask your questions there.