Hello Gurus, ,
My JDeveloper version is 12.2.1.2.0.
I am creating a similar kind of HomeScreen for my application.

As of now, i have 12 modules and i am planning to make use of below kind of Architecture. This based on the reading i have done, so kindly correct me if my understanting is wrong.
1. MasterWorkSpace
2. Module1 WorkSpace
3. Module2WorkSpace
.
.
4. Module 12 WorkSpace
5. WorkSpace Common Model
6. Jar Common Util Classes
7. One common project to hold, common jar which would be required across application for example Jasper Jar etc,
8. WorkSpace BTF Template, PageTemplate, Skin, Declarative Components.
I have two questions with respect to it.
Question 1
How can i consume my Module1 WorkSpace in my main MasterWorkSpace, i understand that i would created a jar and it to my MainWS ViewController Project but how will my HomePage will redirect the control to Landing Page of Module1 WorkSpace ? If i have two pages and i define navigation b/w in adfc-config then i can travel to and fro b/w them but now we are going for an end to end application development and therfore would require support.
Qustion 2.
Is there a way i can make my Modules as independant runable. So let's say there is a change come for Module1 and i have done somechanges on Module1 WorkSpace and i wish to deploy it as a sepearte ear file, so when i stop it from the weblogic my other modules can still work and my user don't feel any inconvenices.
If i have to achieve it then my MasterWS will also be deployed as ear file and all other ModuleWorkSpaces would also be deployed as ear file(s). If this is doable how can i make Master Application Utilise Module Application and for user it would appear a one application only.
Gurus, this is my first application and i am still new to ADF so my question could seem easier to you.
I would appreciate if you enlighten me with your advices and if there are any links/blogs to refer to.
I look forward to hearing from you.
Regards,JayArora