sofea

Are server-assisted MVC frameworks peaking?

谁说胖子不能爱 提交于 2020-01-02 10:06:41
问题 I've been developing web apps for over a decade now, all the way from CGI to ASP.Net and Struts+Spring+Hibernate. The prevalent architectural style seems to be server-assisted MVC, e.g. Struts, Ruby on Rails, etc. Recent developments lead me to ask if these are on the decline. Adobe's AIR and Flex Microsoft's WPF and Silverlight Google's Chrome and Gears SOFEA and SOUI All of this leads me to believe that we're starting to come full-circle after a 15-year distraction kicked-off by the

Are server-assisted MVC frameworks peaking?

有些话、适合烂在心里 提交于 2019-12-06 08:01:42
I've been developing web apps for over a decade now, all the way from CGI to ASP.Net and Struts + Spring + Hibernate . The prevalent architectural style seems to be server-assisted MVC , e.g. Struts , Ruby on Rails , etc. Recent developments lead me to ask if these are on the decline. Adobe's AIR and Flex Microsoft's WPF and Silverlight Google's Chrome and Gears SOFEA and SOUI All of this leads me to believe that we're starting to come full-circle after a 15-year distraction kicked-off by the invention of the web. Over this period of time, we've been so fascinated by all the web has to offer

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