Currently, my company has a traditional web app based on Java and JSP along with a RESTful API that services android and ios apps. We are considering porting the app into a single-page HTML/CSS/JS app that interfaces with our RESTful API and how Angular might solve some of the challenges we will face. One of the issues is that our web app code is configurable so that if you go to www.product1.com, you will see the site for product1, if you go to www.product2.com you will see the site for product2, etc. More importantly, when you are authenticated in product1.com, you are not authenticated in product2.com.
Right now, our app is structured so that there is a set of common JSPs and a folder for each app. If there is a JSP in the directory for the app in question, it will be served in preference to the common one. We use a similar scheme for static resources such as css and images. Furthermore, an app may support multiple languages. Are there any examples out there doing something similar? Thanks, Rob -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
