0

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.

user679526
  • 845
  • 4
  • 16
  • 39
  • Possible duplicate of [Structure for multiple JSF projects with shared code](http://stackoverflow.com/questions/8320486/structure-for-multiple-jsf-projects-with-shared-code) – BalusC Jan 22 '16 at 08:26
  • You can't... Not directly. Any 'inter-app' communication would work. Be it server side via jms or client-side by calling a rest-service directly from the browser. – Kukeltje Jan 22 '16 at 13:54

0 Answers0