Abstract

Single Page Application (SPA) in web technology has the potential to compete with the seamless performance of app. Single Page Applications are highly reactive as they load the JavaScript bundles just once and then according to the required DOM changes the elements are downloaded. So, it is very fast and consumes less resources. In this paper Angular and Spring MVC are discussed to provide a methodology for creating SPA.

Highlights

  • In Single Page Application (SPA) the Javascript bundles are loaded only once and when a request comes from frontend only the part that changes in DOM are loaded

  • Angular is a Typescript framework which gets type-compiled into Javascript because browser only understands Javascript

  • A framework is a software bundle which has many inbuilt packages and tools that can be directly used by the software developer

Read more

Summary

INTRODUCTION

TILL the start of 20th century, most of the websites on the internet only had static data, text and images. In order to get current information, we had to either mail or contact them over phone. After this the websites were developed with dynamic data and were very successful. In SPA the Javascript bundles are loaded only once and when a request comes from frontend only the part that changes in DOM are loaded. This makes SPA very fast and the consumption of resources are very optimized. SPA is mainly achieved by using two main techniques in Angular that is, data binding and routing

FRAMEWORK
COCLUSION
Full Text
Published version (Free)

Talk to us

Join us for a 30 min session where you can share your feedback and ask us any queries you have

Schedule a call