What is SOFEA?

后端 未结 3 1703
栀梦
栀梦 2020-12-30 21:29

I\'ve came across this new acronym, SOFEA, apparently a new programming paradigm for web applications.

Still didn\'t manage to make sense of it - if someone voluntee

3条回答
  •  失恋的感觉
    2020-12-30 22:08

    SOFEA is an abbreviation for Service Oriented Front End Applications/Architecture, it refers to a web application architecture where all of the UI functionality is provided by javascript or flash-based logic. It doesn't interact with the web server per se to provide application level access to data, but rather interacts with web services through AJAX. Essentially, you provide all of the UI logic in a single (or few) web pages. These pages work with web services to access and update data.

    Reference at InfoQ

提交回复
热议问题