Questions tagged as 'single-page-application'

1
answer

Is there a framework to aid in the authentication process when using Google Appengine?

I do not want to use session in the application. Would Spring Security be the only option? In this case it would be a SPA application.     
asked by 20.06.2016 / 03:37
1
answer

Modern Web: SPA / REST [closed]

Speaking on the modern web, we have new concepts like SPA / Rest and I keep some doubts. Is the correct way to enter the web to focus / study these concepts? Since they appeared as an improvement on some old concepts. Is it always feasible...
asked by 24.09.2016 / 16:47
1
answer

View - Single Page Application

When I discovered the SPA style I was very excited, but I was researching on some frameworks that do this, I saw that they are mvc's, but totally customer oriented (front) and this did not really please me, because my focus is to deepen on the s...
asked by 14.09.2016 / 16:47
1
answer

C # Template (SPA) does not run [closed]

I went to test the Single Page Application, using the visual studio template. Well, I created the project and did nothing, nothing at all, I just created the project and rode it and when running it gave me this error:    Severity Code Descrip...
asked by 10.05.2017 / 18:18
1
answer

Angular + RequireJS

Below is the code structure to facilitate: main.js require.config({ baseUrl: '/', shim: { angular: { exports: "angular" }, route: { deps: ["angular"] }, app:{...
asked by 14.01.2015 / 21:47
0
answers

How to change a meta tag in a SPA?

I have a SPA made with pure javascript, and I needed to change the meta description after an event, for example, a click. Using javascript I can change, but I think that for the Google crawler this does not make any difference. Is this cor...
asked by 26.07.2018 / 22:57
1
answer

How to declare routes that are cached and other routes that are not stored?

Good morning. I am developing a SPA system whose one part is available only when the user is online and another is available even offline. The offline part is configured in the service worker but a problem has started. Routes of the application...
asked by 03.11.2017 / 13:02
0
answers

Single Page Application in the Android Studio WebView

Is it possible to use the Angle Single Page application in WebView with Android Studio?     
asked by 21.08.2017 / 03:04
2
answers

Jquery - Best way to select the same element

My system works in the form of SPA (Single Page Application), I load all the functions that I will use in the system in a single file (which is light by the way), the problem is that it is all Once I load a page, I need to retrieve the inputs wi...
asked by 17.04.2017 / 04:41
1
answer

Difference between WebApi and SPA

I know that SPA is nothing more than a specific WebApi , but the question is: How do I differentiate one from the other, ie, what is the purpose of each in the development world. Why would I develop a SPA instead of a WebA...
asked by 24.05.2017 / 18:57