• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How are the challenges different between developing Web applications and SPA?

 
Ranch Hand
Posts: 434
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Are there some skills specific to SPA?
 
Author
Posts: 23
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
JavaScript skills are much more important in an SPA then in a traditional web applications. Most of the application will be in JavaScript instead of Java, Ruby, or some other server side language. Next is being open to learning a new pattern of writing code. Most languages and web frameworks follow a very familiar server side MVC pattern. Rails and Spring MVC have more in common then they are different. We still follow an MVC pattern in our book for an SPA, but we follow it on the client side as well.
reply
    Bookmark Topic Watch Topic
  • New Topic