For modularity we wanted to separate out application based on funcitons to modular projects. We are having issues with accessing managed beans in a different project.
Can we access a jsf page in one project A to a backing bean in another project B without creating a jar of project B?
What are the possible options?
There is no common code between 2 projects. We want to keep ui components in project A and backing components in project B. Post to an action from A to B.