• 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 much do I need to consider seneraio of javascript in JSP?

 
Ranch Hand
Posts: 674
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi there

I am working on a web application where I have used JavaScript very much (JSON Parsing,validations,append,prepend) etc
My Question is making a web application heavily depend on JavaScript decrease application perfomance?


Thanks
 
Ranch Hand
Posts: 624
9
BSD Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Not necessarily. I have seen applications having less Java code and more JavaScript code (lots of JQuery, Ajax, Kinetic JS etc) and the performance is quite good.
Angular JS applications are applications having only JavaScript code and they perform very well.
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
No. In fact one of the reasons that SPAs are the manner in which a large number of new applications are constructed is because of the increased snappiness and performance of the UI.








SPA == Single Page Application
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic