search

Home  >  Q&A  >  body text

java - 异步加载方式

jsp页面由于加载数据过多导致页面加载速度非常慢,想通过异步加载实现。
都有哪些异步加载的方式可以实现?(后台使用Spring MVC,前端使用jQuery)

怪我咯怪我咯2767 days ago553

reply all(2)I'll reply

  • 大家讲道理

    大家讲道理2017-04-17 16:58:25

    The back-end View layer can try to use template technology, FreeMarker, Velocity, etc.
    The front-end can also use template technology, and asynchronous loading can be done with Ajax

    reply
    0
  • 黄舟

    黄舟2017-04-17 16:58:25

    There is also first screen optimization. .

    reply
    0
  • Cancelreply