What is SOFEA?
Asked Answered
V

3

27

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.

Volin answered 3/5, 2009 at 18:1 Comment(1)
The acronym stands for Service-Oriented Front-End Architecture.Lobell
C
29

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

Cubiform answered 3/5, 2009 at 18:7 Comment(0)
B
2

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

Brittain answered 29/12, 2009 at 11:29 Comment(0)
H
0

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.

Holman answered 8/5, 2014 at 13:16 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.