stephanrauh / AngularFaces

AngularFaces is a JSF library making it easy to integrate AngularJS code.
https://www.angularfaces.net
Apache License 2.0
90 stars 39 forks source link

Page navigation alla SPA? #65

Closed leolux closed 8 years ago

leolux commented 8 years ago

AngularJS implements the concept of a single page application (SPA) whereas JSF implements the concept of server side controlled applications. How do these two concepts fit together in AngularFaces?

A more concrete questions: Is it possible to make use of angular's page navigation feature alla "../#/page/subpage" for each JSF page individually?

leolux commented 8 years ago

A good overview about this topic can be found here: http://www.beyondjava.net/blog/single-page-applications-with-bootsfaces/

stephanrauh commented 8 years ago

That's precisely the article I wanted you point you to :). Glad you liked it!