Hi there,
I need to merge 2 existing JMIX apps. Is there any special consideration I need to take into account regarding the internal workings of JMIX to attain that?
What do you thing would be best? Create an app from scratch and create entities screens and beans by copying and pasting code from the previous apps? Or can simply put the main files from one app into another and go over some inner workings file modifications? The point is that presumably the database and liquibase get thrown off. So I don’t think that’s a good decision.
Presumably the first approach is better. Create app from scratch by:
- creating the entities and pasting in the entity source code not related to class fields
- creating the screens and pasting in the xml for descriptors and code for controllers
- creating the managedbeans and pasting in the code from each correrspondent bean.
That way I would easily create a data model and would be able to easily migrate the information with minor manual adjustments.
What do you think? Any suggestions?
Thanks in advance.
Regards,
Carlos.