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.

link|improve this question

The acronym stands for Service-Oriented Front-End Architecture. – DOK May 3 '09 at 18:08
feedback

3 Answers

up vote 4 down vote accepted

SOFEA 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

link|improve this answer
feedback

There's an overview here, which has links to more detailed discussions.

link|improve this answer
feedback

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.