What is SOFEA?

佐手、 提交于 2019-11-29 10:53:39

问题


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 volunteers to make it clearer for me I'll be very thankful.


回答1:


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




回答2:


AKA SOUI by the way... (Service Oriented UI) ref: here




回答3:


As integration on the response above, as alternative for the comunication between the two decoupled layer presentation and busines logic you can use different technics and technology as XML or Json using REST & RESTFUL paradigm or even SOAP and last but defenetly not least websocket.



来源:https://stackoverflow.com/questions/817617/what-is-sofea

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!