Linked by Thom Holwerda on Mon 11th Jun 2012 00:38 UTC, submitted by judgen
Thread beginning with comment 521566
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
RE: Apps have actually gone downhill since then.
by galvanash on Mon 11th Jun 2012 22:07
in reply to "Apps have actually gone downhill since then."
Those Visual Basic applications they wrote back then for corporate environments were much more pleasant to use than the "web apps" that came afterwards.
Put 50,000 simultaneous users on a VB frontended database application and let me know how that works out for you... Then try to run it on an iPad. Or Linux.
I'm not arguing against your basic premise, just pointing out that you are comparing apples and orangutans. The "webification" of this stuff is not about making pleasant interfaces for line of business apps with 20 users all running the same machines - it is about scalability and platform/vendor independence.
VB did everything wrong if either of those things are important to you...
RE[2]: Apps have actually gone downhill since then.
by Delgarde on Tue 12th Jun 2012 01:34
in reply to "RE: Apps have actually gone downhill since then."
RE[2]: Apps have actually gone downhill since then.
by moondevil on Tue 12th Jun 2012 08:35
in reply to "RE: Apps have actually gone downhill since then."
Put 50,000 simultaneous users on a VB frontended database application and let me know how that works out for you...
This has nothing to do with the VB frontends, but everything with the backend.
Web applications suffer from the same issues, with the added complexity that part of the UI is also running server side.
The "webification" of this stuff is not about making pleasant interfaces for line of business apps with 20 users all running the same machines - it is about scalability and platform/vendor independence.
User interfaces do not have anything to do with server side scalability.
As for web interfaces being pleasant. I curse every time I need to maintain a mountain of CSS/HTML/JavaScript garbage that could be easily done in a RAD tool.





Member since:
2007-01-25
Those Visual Basic applications they wrote back then for corporate environments were much more pleasant to use than the "web apps" that came afterwards.