Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×
Data Storage Software The Internet IT

The Case Against Web Apps 431

snydeq writes "Fatal Exception's Neil McAllister offers five reasons why companies should re-consider concentrating their development efforts on browser-based apps. As McAllister sees it, Web apps encourage a thin-client approach to development that concentrates far too much workload in the datacenter. And while UI and tool limitations are well known, the Web as 'hostile territory' for independent developers is a possibility not yet fully understood. Sure, Web development is fast, versatile, and relatively inexpensive, but long term, the browser's weaknesses might just outweigh its strengths as an app delivery platform."
This discussion has been archived. No new comments can be posted.

The Case Against Web Apps

Comments Filter:
  • No Shit. (Score:2, Insightful)

    by Anonymous Coward

    The fact that the different browsers render basic sites differently should be warning enough. Add to that different versions etc; You will never have a standardised audience to utilise these. It will always be lowest common denominator.

    • Re: (Score:2, Insightful)

      by Frosty Piss ( 770223 )

      The fact that the different browsers render basic sites differently should be warning enough.

      Nonsense. Unless you're using bleeding edge UI widgets, a browser UI is quite easy to replicate accross browsers with the use of targeted CSS or simply thoughtful design. Even with a JS framework for your UI elements, browser diferences are simply not a huge consideration. Unless you want that ActiveX goodness...

      • Re:No Shit. (Score:5, Insightful)

        by jbolden ( 176878 ) on Thursday January 29, 2009 @05:15PM (#26658599) Homepage

        Not at all. There are are all sorts of very standard issues which render differently with AJAX based apps. Why do you think even the largest web app vendors like google and yahoo support certain features on say IE and firefox and not on Safari?

        • Re:No Shit. (Score:5, Funny)

          by Lennie ( 16154 ) on Thursday January 29, 2009 @05:23PM (#26658731)

          Because IE is a mess

        • Re:No Shit. (Score:4, Interesting)

          by tholomyes ( 610627 ) on Thursday January 29, 2009 @05:25PM (#26658755) Homepage

          Care to cite any specific examples? Are you sure that it's not just because it's easier to test on one or two standard browsers and have an official fallback of "oh, that's unsupported on $x"? A lot of time spent on quirksmode.org has taught me that things are pretty stable across the platforms, with the notable exceptions being older versions of IE and Opera.

        • by witherstaff ( 713820 ) on Thursday January 29, 2009 @06:19PM (#26659531) Homepage
          That's why there are numerous ajax libs that give you a standard of cross browser support without having to worry about oddities. YUI [yahoo.com] is my favorite although there are others. All of their main controls work the same across all top browsers - very nice stuff.
      • Re:No Shit. (Score:5, Informative)

        by Savage-Rabbit ( 308260 ) on Thursday January 29, 2009 @05:42PM (#26659007)

        Nonsense. Unless you're using bleeding edge UI widgets, a browser UI is quite easy to replicate accross browsers with the use of targeted CSS or simply thoughtful design. Even with a JS framework for your UI elements, browser diferences are simply not a huge consideration. Unless you want that ActiveX goodness...

        Web-apps have their place but so do stand-alone clients a good developer will know select what is right for a given project. The moment you start using that 'ActiveX goodness' you have essentially created a WebApp that only runs in IE on Windows. Which begs the question why not just write a stand alone GUI client in .NET? That would open up a whole world of UI features ad behaviour web-apps can only emulate either clumsily, with difficulty or not at all. Then there is the security issue ActiveX brings with it. The only thing an ActiveX enabled web-app has going for it is redeploy-once-update-everywhere. The whole point of a web-app is platform independence and that went out the window with the 'ActiveX goodnees'.

    • Re:No Shit. (Score:5, Insightful)

      by MightyYar ( 622222 ) on Thursday January 29, 2009 @04:44PM (#26658187)

      The fact that the different browsers render basic sites differently should be warning enough.

      Why would switching to a native app help you here? If the user can't be persuaded to install a compatible web browser, what makes you think that they will install a standalone application?

      • because they HAVE to install your Win95-era GUI app and it will always be an easy to support Win95-era GUI app. Somebody still on IE6 versus Firefox 3 + greasemonkey could be drastically different.. and that confuses the minimum wage help-desk drones.

        • I guess I don't see why - if your app is so complicated that it will break on IE6 - you can't just do a browser detection and warn the user that they need to install such-and-such for the site to work. Provide a way for uber geeks to bypass the check so you don't get Opera/WebKit whiners, and then make the very first step on the helpdesk script "What browser are you running?"

          • Re: (Score:3, Insightful)

            Please read the fine article, if you don't mind.

            Author is specifically referring to enterprise client/server apps. That some dweebs, a few years ago, decided that web front-ends for such apps would be a "good thing" is tragic. Stand-alone, platform-specific front-end applications are infinitely superior in such an environment.

            I've been waiting for someone to write this article for years. 5 Stars.

            • Re:No Shit. (Score:5, Insightful)

              by jbolden ( 176878 ) on Thursday January 29, 2009 @05:18PM (#26658643) Homepage

              As one of those dweebs the reasons were simple. Cost of deployment. If you have a large potential user base with few actual repeat users (which is a very large group of apps) deployment costs per user can be intense.

              For example take 1m potential users and 200 daily (or weekly) users with 50 of them ever repeating within any given year. Do you deploy a million or do 150 deploys per day to essentially random desktops?

              • Re:No Shit. (Score:5, Insightful)

                by QRDeNameland ( 873957 ) on Thursday January 29, 2009 @05:52PM (#26659173)

                While that may sound good in theory, I have yet to see in practice where any web-fronted application had shown any lower deployment/administration/maintenance costs than a comparable desktop app. What may be saved in deployment (and many good enterprise desktop apps manage deployment nearly as transparently as a web app) seems to get eaten up by slow response and flakiness for users, network issues, web server issues, browser issues, and security issues. Admittedly, in many cases this is a matter of badly designed web apps, but in the world of commercial enterprise software, the quality of browser-based apps seems to be worse than the already pretty dismal quality of enterprise desktop apps.

                Browser apps certainly have their place and can be the superior choice in the situations for which they are well-suited, but after the last decade of having way too many utterly painful browser apps forced upon me, I think the reasoning that led so many to the Kool-Aid tub needs to be reassessed.

                • Re:No Shit. (Score:4, Insightful)

                  by jbolden ( 176878 ) on Thursday January 29, 2009 @06:04PM (#26659365) Homepage

                  Well you have two issues here.

                  1) Web apps are worse. Yes you are right they are. You take a definite hit on quality. The hope is that it doesn't matter too much.

                  2) Web apps are harder to deploy. That is simply false. Getting an app deployed in an enterprise can be tens to hundreds of thousands of dollars. Getting it deployed in a half dozen + home systems + laptops can be a million easy. I can easily pay for a few help desk people to work through the remaining issues with networking.

                  • Re: (Score:3, Informative)

                    2) Web apps are harder to deploy. That is simply false.

                    Note that I never said that web apps were harder to deploy, only that in my experience the argument that web apps were significantly less costly to deploy, administer, or maintain has not been the case. Again, *in theory* they should be, but after a decade of involvement with the rollout and maintenance of dozens of enterprise apps (both desktop and browser) to thousands of users, I've never seen the payoff. YMMV, but I know I'm not alone in this assessment.

                • Re:No Shit. (Score:4, Insightful)

                  by SanityInAnarchy ( 655584 ) <ninja@slaphack.com> on Thursday January 29, 2009 @06:29PM (#26659657) Journal

                  seems to get eaten up by slow response and flakiness for users, network issues, web server issues, browser issues, and security issues.

                  All of which are every bit as problematic for standalone apps -- except browser issues, and you can always mandate that everyone install Firefox.

                  the quality of browser-based apps seems to be worse than the already pretty dismal quality of enterprise desktop apps.

                  Meh. Correlation, causation, etc...

                  I'll argue that it's still possible to build a good browser-based app on a similar budget as a good desktop app. On top of which, you get portability, the back button / a tabbed UI, easier maintainability (patch everyone at once), and thin-client goodness (your computer's down? Borrow a friend's), all pretty much for free.

                  The only technical advantages of a desktop app are performance (browser-based CAD is pretty primitive) and the ability to work offline. The former isn't usually needed -- premature optimization is the root of all evil, and unless you're really talking about CAD, the browser should be fast enough. And the latter is neatly solved with Google Gears, or possibly Adobe Air.

              • Re:No Shit. (Score:5, Informative)

                by Dolda2000 ( 759023 ) <fredrik.dolda2000@com> on Thursday January 29, 2009 @06:34PM (#26659713) Homepage

                That's why you have Java Web Start. It's as easy to deploy as a web application (it is just a couple of files on a web server), and you get the full goodness of a locally running application. And, since it's Java, it doesn't even take much effort to make sure it even runs on other clients than Windows desktops.

            • Re:No Shit. (Score:5, Insightful)

              by MightyYar ( 622222 ) on Thursday January 29, 2009 @05:30PM (#26658819)

              I don't see why my comment doesn't apply? I know I went off on a bit of a tangent, but...

              I think people are forgetting what a PITA it was with installed apps. Obscure bugs, difficulty in making sure everyone had the latest version, locked-down desktops that required IT to install the app, off-site users being SOL, platform dependency, etc. And, the BIG one, everyone in the company thought they were a VB wizard, so you had a bunch of crazy VB and VBA apps floating around without any real central control. At least with web apps you know everyone is running the same version and using the same settings, and there's some accountability for who's in charge of the thing because SOMEONE has to run the server :)

              • Re: (Score:3, Insightful)

                by Tarlus ( 1000874 )
                And my biggest PITA's of all: deployment of updated software, and multiple versions of the program floating around.

                Citing all those listed PITA's in the parent post, I much prefer using web applications in my line of work because they're the best tool for the specific job at hand.
              • Re:No Sh!t. (Score:3, Insightful)

                I second this.

                What about all those fine thick client apps that refuse to run unless they have elevated privileges on the workstation?

              • by EgoWumpus ( 638704 ) on Thursday January 29, 2009 @06:23PM (#26659581)

                I think you're going to see an explosion of standalone applications tethered to a web-based datasource or back-end. iPhone and Android basically do this already - taking their cue from email programs since the dawn of the internet. Programs like Steam allow you to install local, fat clients through a thin client interface. Each of those pieces has a reason for being fat or thin, and you want to take advantage of that.

                I think, in the end, the point is that you want to be confident your interface is usable where-ever, and that your backend can be swapped up without version issues, and that either way the program can do everything it needs to. The web is very good at the first two, it's just that the domain of problems it can manage has not yet expanded to the third. Is that anything but a matter of time?

            • Re: (Score:3, Insightful)

              by Hognoxious ( 631665 )

              Stand-alone, platform-specific front-end applications are infinitely superior in such an environment.

              You've clearly never used SAP.

        • THIS is EXACTLY the problem. It is NOT always easy to install a GUI app from some other version of Windows.

          I have seen so many goddamn OS specific applications in my time, that I have to restrain myself from reaching across the table and killing the guy whenever it's brought up as an idea.

          Even nice Java apps can be a PITA, because you end up with apps that depend on this or than specific JRE release, and while you can bundle your release with the code, that doesn't always ensure error free delivery across m

    • Re: (Score:3, Interesting)

      The last time I logged into a "real user" Windows desktop, all the apps I saw looked different. Even applications from the *same* Microsoft Office suite use different widgets, and behave in wildly differing ways---and let us simply not go into the details of the horridness of all instant messaging apps, all manufacturer-provided apps that deal with hardware, anti-virus, media players, and what not. "Completely different" is the new "good", judging from the evidence.

      I would be very surprised if, under a seri

    • Re:No Shit. (Score:5, Insightful)

      by nyvalbanat ( 1393403 ) on Thursday January 29, 2009 @04:58PM (#26658411)
      You're not thinking multi-platform. There's more than one OS out there, each with a completely different set of UI api's. Browser discrepancies are a joke compared to that.
      • Re:No Shit. (Score:5, Funny)

        by RedK ( 112790 ) on Thursday January 29, 2009 @05:46PM (#26659077)
        That's why there's Java and swing! (let the moderation wars begin...)
        • Re: (Score:3, Insightful)

          by Unordained ( 262962 )

          ... and stuff like wxWidgets [wxwidgets.org], too. Multiple languages, multiple platforms, looks and acts like the running environment. No VM required. (Yes, I know, gcj exists ...)

      • Re: (Score:3, Interesting)

        by Tatsh ( 893946 )

        There is also Qt, totally easy to use (macro-based C++ code style). On Windows and Mac, it actually calls to load the native widgets instead of making its own, unlike so many other APIs for Windows.

        UI inconsistency has been a problem forever and it seems to never end. Microsoft fails to keep the UI consistent, Apple at least tries, and Linux has UIs in whatever way the developers want them. Open up XChat, there's no File Edit View menus, there's XChat View Server menus. It may make sense once you get used t

  • Decentralization? (Score:5, Insightful)

    by Anonymous Coward on Thursday January 29, 2009 @04:37PM (#26658075)

    I thought decentralization was supposed to be a good thing, the whole motivation behind having personal computers to begin with but, in the age of web apps everywhere, we seem to be returning to the days of the totalitarian, you'll-do-it-our-way-and-like-it data center (mainframe) model.

    • by Captain Splendid ( 673276 ) <capsplendid@@@gmail...com> on Thursday January 29, 2009 @04:54PM (#26658341) Homepage Journal
      Mod parent up. Web apps are a belated realization by all and sundry (seriously, almost everybody seems to be on this stupid bandwagon) that the internet up and went and stole not just a huge chunk of their revenue, but a huge chunk of their control.

      Remember "Push" technology or whatever that damn buzzword was back in '97? This is just another iteration.

      Now, not to say Web apps don't have a future. Being able to whip up a decent document, spreadsheet or presentation on the fly with nothing but an internet connection will be damn handy. But as a replacement for self-control? No frigging way.

      Tossing a bone to the fanboys: This is all Microsoft's fault anyway. If they hadn't decided to use Office as a raping and pillaging tool, there wouldn't be such a goddamn stampede away from them, and towards any cheaper alternative, whether it's good for you or not.

      Meanwhile, I'm happily using O.o and laughing at all of them.
    • by MightyYar ( 622222 ) on Thursday January 29, 2009 @04:56PM (#26658387)

      I thought decentralization was supposed to be a good thing

      It has its good and bad points, like most things in life.

      the whole motivation behind having personal computers to begin with

      The original motivation was geeks playing around. The main reason they originally started showing up in businesses was VisiCalc, which simply wasn't available in any other form except chalk boards.

      we seem to be returning to the days of the totalitarian, you'll-do-it-our-way-and-like-it data center (mainframe) model.

      Except we aren't. Even a netbook is smarter than a TTY terminal. Plus, with the internet you aren't tied to a single mainframe. You can do your web email with Google, your web search with Yahoo, and your web word processing with Microsoft. The old mainframe way would be if Comcast supplied email, search, and document creation and you did not have a choice to go out and use other providers' services instead.

      What you are seeing is a move towards web apps where it makes sense (email, document sharing, social networking, etc.), and people sticking with local applications where it doesn't make sense to go to the web (video or photo editing, most office documents, etc.) - anything where the bandwidth or latency requirements become too much of a bottleneck.

  • SQL? (Score:5, Insightful)

    by spikedvodka ( 188722 ) on Thursday January 29, 2009 @04:37PM (#26658095)

    in this modern day-and-age, most stuff is just data anyways, and that is all database. Moving to a true client architecture, oh wait, all the data is still stored centrally, and most reports are all done via stored procedures.

    Even with true clients, much data processing is still done in the datacenter. maybe some advanced analysis is done on other machines with a data dump, but still... it's all data

    • Re:SQL? (Score:5, Insightful)

      by mabhatter654 ( 561290 ) on Thursday January 29, 2009 @05:00PM (#26658431)

      But we can use Crystal Reports or Oracle Forms!!! Then we can install 1 Gig of software to be our "server" (in addition to the DB) and another Gig of software on the client... all to look at the SQL queries sitting on the DB server!

      But wait there's more!

      In most companies BIG IT supports databases and data centers. little it supports servers with department apps. It's all about the responsibility. An app that hogs a desktop PC and takes 5 minutes to start is the "users" or "it" problem, not management's. The same app in a datacenter serving 50 users poorly is now an "IT" manager problem.. and they'll demand the app fixed or toss the app out. Guess which group vendors like to sell to?

    • Re:SQL? (Score:5, Insightful)

      by bobetov ( 448774 ) on Thursday January 29, 2009 @05:12PM (#26658565) Homepage

      in this modern day-and-age, most stuff is just data anyways, and that is all database. Moving to a true client architecture, oh wait, all the data is still stored centrally, and most reports are all done via stored procedures.

      I'm not sure what kind of work you do, but as someone who is developing a lot of web apps right now, I'll say straight up that the data is the easy part. The internals of any system are well understood and the border cases are easy to handle.

      What takes time, and what breaks, and what drives me nuts, is the UI - validation, layout, rendering quirks, etc., etc., etc.

      I've recently started playing around with Adobe's Webkit-based AIR framework for this reason. It lets me interact with the local file-system, have a data store that's not reliant on a network, and above all, has a consistent UI environment.

      "It's just data" is a data-centric way of looking at things, and is true in a sense. But the argument being made here is about the interface between the client and the data - not the data itself.

    • Re:SQL? (Score:5, Interesting)

      by Krater76 ( 810350 ) on Thursday January 29, 2009 @05:29PM (#26658807) Journal

      Even with true clients, much data processing is still done in the datacenter. maybe some advanced analysis is done on other machines with a data dump, but still... it's all data

      True, and real client developers - those who have built many clients - will continually push processing to the server, keeping the client as thin as possible. A server can be upgraded or replaced, you don't necessarily know what a client is going to be running. My only complaint with TFA is that his first argument overestimates the power on a desktop.

      What I think he is really saying is that data validation is better handled by traditional desktop apps a lot better than web apps. Of course traditional apps include browser plugins like Flash and Silverlight, along with C, C++, C# and Java applications. In most web apps a user puts in info, presses next and then when something isn't right they be punted back to the same form with maybe a message explaining why. This validation can be handled instantly in traditional apps, giving the user more feedback and better interaction. Also, since most are just glorified wizards, web apps quickly become a productivity bottleneck for advanced users.

      Other than a simple form-type interaction, why bother with it in enterprise applications? A company can require the install of anything they want in their required configuration, so why not a rich client that follows UI standards?

      • Re: (Score:3, Interesting)

        by WTF Chuck ( 1369665 )

        In most web apps a user puts in info, presses next and then when something isn't right they be punted back to the same form with maybe a message explaining why. This validation can be handled instantly in traditional apps, giving the user more feedback and better interaction.

        Never underestimate the lack of attention that the users will pay to those messages when you do punt them back to the same form and let them know what the problem is. I have a shopping cart that checks to see if the credit card number entered is a valid card number. If the card does not pass it's check digit, the user is returned to the payment form to fill that in again, with a message that the card number was invalid.

        While this does prevent running up lots of transaction charges for trying to charge som

      • Re:SQL? (Score:5, Interesting)

        by SanityInAnarchy ( 655584 ) <ninja@slaphack.com> on Thursday January 29, 2009 @07:53PM (#26660613) Journal

        What I think he is really saying is that data validation is better handled by traditional desktop apps a lot better than web apps.

        Javascript was created specifically for the purpose of validating forms. I think it still does fine at that.

        In most web apps a user puts in info, presses next and then when something isn't right they be punted back to the same form with maybe a message explaining why.

        Bad app, not bad platform. In my web apps, you will often be punted back (because I'm lazy and haven't finished it), but there will always be a message explaining why. And in the fields which you might have to try frequently, like username, it will do that validation in realtime.

        But there's no reason you can't validate everything immediately. The main reason you see it done that way is it's more important to validate it on the server, so that's what gets done first. In far too many apps, desktop and web alike, it's done in the other order, so if you sniff the network traffic, you can do anything you want.

        since most are just glorified wizards, web apps quickly become a productivity bottleneck for advanced users.

        Again, that's a symptom of "most" web apps, not a warning away from the platform as a whole.

        For that matter, what kind of "advanced users" are we talking about here? A well designed web app will be RESTful, meaning it's trivial to develop a script that talks to it, or any kind of frontend you want. The savvier users might start developing and sharking Greasemonkey scripts. How, exactly, were you proposing to add scriptability to a desktop app?

        why bother with it in enterprise applications? A company can require the install of anything they want in their required configuration, so why not a rich client that follows UI standards?

        First, the browser is going to give you a lot of UI standards, nearly for free. Users used to web apps will start wanting things like a tabbed interface, a back button, bookmarks...

        Second, because you get some of the more important advantages of a thin client. If everything your users need to do is in a web app, this has several important effects: You're free of Microsoft (you can just give them a bare-bones Linux box that boots to Firefox), the machine is interchangeable (if it fails, just replace it with a fresh one and the user can simply login again), telecommuting is easier (just grab whatever you trust and open the app via SSL), and maintenance is much easier, just upgrade the app in one place and everyone gets the upgrade. As for upgrading the clients, much easier to push out a browser update and a few OS updates than all that plus a half-dozen custom application updates.

        Sure, it's easier in an enterprise environment, because you can mandate a browser. If your developers like Firebug, your users will use Firefox, end of story. But your comment assumes that there are advantages to a rich client...

        Speaking of which, the browser is much smarter than a VT or an X server. Just about anything you'd need to do in a business app -- especially a simple form-type interaction -- you can do client-side.

        Basically, you get all the advantages of a thin client, and all the advantages of a rich client, except for a few areas (extremely high-performance, 3d, or needing a lot of local disk storage) -- and those are being worked on (JS keeps getting faster, Flash supposedly has 3D now, and things like Google Gears and Adobe AIR are providing ways to access the local disk.

        For the vast majority of enterprise apps -- the kind that would work just fine as thick clients on 10-year-old computers, or even as DOS apps when that was the new thing -- the Web is pretty much all upside, if done right.

  • by BigHungryJoe ( 737554 ) on Thursday January 29, 2009 @04:39PM (#26658107) Homepage

    Can we please, please go back to the Win32 API? It was such a joy to use, and I've got a Visual Studio 6 license laying around here somewhere.

  • I agree with this to no end, most people don't need it and people who have a minor need for a browser will screw around with it most of the time.

    Well back to work.
  • Full Ack (Score:2, Redundant)

    by AtomicJake ( 795218 )

    FTA:

    Browser technologies are too limiting.

    I couldn't agree more.

  • by gweihir ( 88907 ) on Thursday January 29, 2009 @04:44PM (#26658181)

    While I think the arguments against web-apps are valid, it is the newest trend and people will not listen. It will require a few very expensive catastrophies, before something happens. And then people will still not undterstand what the problem is, just that there were expensive catastrophies.

    By now I believe most technological trends are not rational.

    • Re: (Score:3, Insightful)

      by wildBoar ( 181352 )

      Hear hear !

      Technological evangelical bandwagons. All aboard.

      One size fits all is another problem. Silver bullet for sale over here, will work for all applications big and small, and solve all your problems.

      Honest, guv.

    • 1997 called... (Score:3, Insightful)

      by RingDev ( 879105 )

      It wants its irrational fear of the web back.

      Web apps are not new. We have seen numerous expensive catastrophes. And the trend is not reversing.

      Hell we keep pushing more and more in the direction of SOA and chubby clients (thicker than thin, but thinner than thick).

      -Rick

    • by Hooya ( 518216 ) on Thursday January 29, 2009 @10:34PM (#26661881) Homepage

      I hear what's being said but here's a scenario where anything other than a web delivered app is murder:

      - We are a small company 300,000 people in some cases
      - *All* of their employees use us exactly *once* a year.

      Imagine trying to install a desktop client across all continents (save for Antarctica), every year, for one use. (we do have feature upgrades that would call for redeployment).

      How much leverage would we have to get that done? in time? none.

      Web based? no problem. We get 5-10 calls for support. No additional deployment is needed since all their computers have browsers and access is controlled centrally by them.

      Like most things in life, there is good and bad with web delivered app. Is it *the* solution in some cases? Absolutely? Is the *the* solution in *all* cases? Absolutely not. Figuring out when to use what is what the gray thing between the ears is for.

  • Operating systems get updated over time too... everything needs updating as time passes.
  • ... and so what? (Score:5, Interesting)

    by ThousandStars ( 556222 ) on Thursday January 29, 2009 @04:45PM (#26658199) Homepage
    Those all might true, but so what? The advantages outweigh the disadvantages, and web apps are improving all the time. Paul Graham already wrote about the issue in The Other Road Ahead [paulgraham.com], and Joel Spolsky wrote about them in How Microsoft Lost the API War [joelonsoftware.com]. He enumerates problems and things that, at the time of the article, you couldn't do with web apps:

    Create a fast drawing program
    Build a real-time spell checker with wavy red underlines
    Warn users that they are going to lose their work if they hit the close box of the browser
    Update a small part of the display based on a change that the user makes without a full roundtrip to the server
    Create a fast keyboard-driven interface that doesn't require the mouse
    Let people continue working when they are not connected to the Internet

    These are not all big issues. Some of them will be solved very soon by witty Javascript developers. Two new web applications, Gmail and Oddpost, both email apps, do a really decent job of working around or completely solving some of these issues. And users don't seem to care about the little UI glitches and slowness of web interfaces. Almost all the normal people I know are perfectly happy with web-based email, for some reason, no matter how much I try to convince them that the rich client is, uh, richer.

    And these issues shrink all the time. I agree with Joel regarding rich clients--I use Mail.app for e-mail, but virtually no one else I know does. Photoshop and Final Cut Pro aren't moving to the web anytime in the short to medium term, but other apps will, and it's hard to see this guy's ideas mattering. Sure, they might be true, but the web is still more convenient. For me, it's become a central repository for book and other commentary in the form of The Story's Story [wordpress.com] and write about grant writing at Grant Writing Confidential [seliger.com]. Yeah, I write my posts in Textmate, but most people don't--and most people aren't going to buy and install Textmate.

    • Re: (Score:3, Informative)

      by nine-times ( 778537 )

      Photoshop and Final Cut Pro aren't moving to the web anytime in the short to medium term

      That's not even entirely clear. There are multiple attempts [lifeclever.com] already to provide something like Photoshop in a web application, including one from Adobe [photoshop.com]. Now I don't expect most graphic pros to abandon their client version of the application, but it's also not as though there aren't web based graphic editors.

    • Re: (Score:3, Insightful)

      by syousef ( 465911 )

      Sure a lot of apps can be moved to a web interface. A lot of carpentry can also be done with a hacksaw. The question isn't "Can it be done?" but rather "Is this the best tool for the job?". For example I strongly believe a web app is an awful idea for an office suite. (Having non-sensitive documents stored and editable on the web may be a good idea depending on the application, but there's nothing wrong with using a standard format and using the appropriate document editor. Sure a web interface would give y

  • by LaminatorX ( 410794 ) <sabotage@prae[ ]tator.com ['can' in gap]> on Thursday January 29, 2009 @04:49PM (#26658257) Homepage

    To my mind the biggest weakness of web apps is that you have a hard time doing any sort of schedualed reporting/exports to use in another application. It can be done, but you really have to have the stars line up just right, or use some 3rd party scripting of some sort. Doable, but painful. God forbid you want to share data between two web apps, especially when company A and company B both have it in their heads that the other should pay them for development assistance.

  • But... but... we have to do it the high tech way! It has to be on the web! And use lots of XML for everything! And integrate with Microsoft Sharepoint and Project Server! And we'll have data dictionaries, and Java classes, and object-oriented OLAP cubes, and we will use some of that AJAX stuff too!

    Hmph, next thing you know they will be saying we need to go back to stone-age paper and pencil!

    Come on everybody: LET'S PUT IT ON THE WEB!!!! (drool, drool, drool)

  • by sbillard ( 568017 ) on Thursday January 29, 2009 @04:50PM (#26658273) Journal
    My biggest complaint about browser/web apps is the inconsistent or non-existent ability to navigate the app with the keyboard.
    While fat client apps can have messed up tab stops, they're generally better than their web-based counterparts. A CLI is even better allowing for things to be done in bulk/batch.

    I've got over 100 buttons right at my finger tips. I shouldn't need 2 more that roll around (FPS mouselook not withstanding). Let me ALT+whatever and TAB my way around.

    YMMV.
    • Re: (Score:3, Insightful)

      by Rary ( 566291 )

      Keyboard shortcuts can be done in web apps, but too many of my fellow web developers are too lazy to bother implementing them. As a keyboard fan, it drives me nuts.

      However, if the truth be told, that was a problem back when I was developing client/server GUI apps as well. I always seemed to be the only guy who put the effort into ensuring the UI was keyboard navigable.

      In enterprise software development, the UI always seems to be almost an after-thought. I don't think bailing on web apps will solve that prob

  • by ballwall ( 629887 ) * on Thursday January 29, 2009 @04:52PM (#26658303)

    Right now web apps are king because they're always only the nearest computer away, and work on almost everything.

    We're getting close to devices that provide the same functionality in a mobile form factor. Once everyone has an iphone like device that has a standard development environment we'll likely see a resurgence of local apps. But that's probably a years away at best.

    Right now, you can either develop for the web, which will work everywhere, or write one app in Win32/.Net, one in Objective C for Mac, one in Java with Blackberry specific apis, one in Objective C for iPhone, one in [whatever palm is up to], one in .net for winmobile, etc, etc etc.

    The only reason client side apps were ever written was because you could be fairly sure windows was your target, or it simply wasn't feasible to centralize and so you forced a standard environment.

    There's no single platform anymore, and probably won't be for a while (and when it comes it'll look a lot like a web browser), so the only viable option is web based.

    Does it suck? Yes and no. It's definitely better than debugging an app on 40 different platform/cpu/os version combinations.

    • Web apps don't magically work everywhere. At least some client (browser?) is needed. 40 platforms vs 40 browsers and we have moved nowhere.

  • by AKAImBatman ( 238306 ) * <akaimbatman AT gmail DOT com> on Thursday January 29, 2009 @04:52PM (#26658315) Homepage Journal

    This story was previously posted to the L4C list. Here's the response I sent there:

    An interesting, albeit unoriginal, take on the problem of WebApps. Unfortunately, I do not find his arguments very compelling.

    What sense does [Thin Client technology] make when any modern laptop packs enough CPU and GPU power to put yesterday's Cray supercomputer to shame?

    Quite a bit, actually. First and foremost is the convenience of application access. There is no software to install and you can use your applications anywhere you have access to a web browser. In addition, the rise of web applications has spurred the rise of web services. Web services share out tremendous amounts of public information allowing developers to "mashup" (I hate that term) data sources to produce superior applications. Compare that to the desktop where just getting the programs on your system to cooperate is a challenge! (To say nothing of networking.)

    Concentrating computing power in the datacenter is fine if you're a Google or a Microsoft, but that approach puts a lot of pressure on smaller players.

    FWIW, the author is propagating a misconception about web applications. His belief appears to be that web apps MUST push computing power to the server. Nothing could be further from the truth. Web apps are "rich" clients rather than thin clients. Rich clients are more than capable of accepting a significant processing load. Whether that be Video Games [wiicade.com], Image Editors [pixastic.com], 3D Engines [xs4all.nl], Fractal Explorers [2tap.com], or other compute-intensive applications, the client is more than ready to pull its weight.

    I personally have written an application for my current employer that requires the client to dynamically sort a 100,000 record data set in nothing but client-side Javascript. Significant computer science had to go into creating an optimized, multi-threaded algorithm that would perform well on the lowest common denominator. (IE6) The next generation of browsers that are appearing (Chrome, Firefox 3.1, Opera 10, Safari 4) will have so much compute power that a problem like my 100,000 row sorter will become easy and commonplace. Furthermore, the standards are even adding true background threads to support long-running compute operations. (The standard is based on the Google Gears implementation, which is already available.)

    The Web's stateless, mainly forms-based UI approach is reliable, but it's not necessarily the right model for every application.

    The communications protocol is stateless. The UI is not. AJAX UIs know their state as well as any desktop application.

    Buttons, controls, and widgets vary from app to app.

    Anyone who lived through the development of GUI systems know that this is not a new issue. In fact, it used to be quite common for apps to eschew Windows controls in favor of something custom. Borland, for example, LOVED their custom controls. The rise of GNOME, KDE, Java, and .NET/Avalon/WFC have created just as many problems for the desktop.

    That being said, flexibility appears to occasionally improve applications. Using GMail as an example, the design would be gimped rather than helped by a "standard" Windows XP look. The clean lines of the GMail interface manage to communicate a great deal of information without creating the sort of 3D visual noise seen in applications like Outlook.

    Why give up the full range of languages, tools, and methodologies that systems programming has to offer? JavaScript has evolved into a respectable general-purpose language, but it can hardly be expected to be all things to all people.

    Javascript is only one component to a very lar

    • by serviscope_minor ( 664417 ) on Thursday January 29, 2009 @06:35PM (#26659725) Journal

      Quite a bit, actually. First and foremost is the convenience of application access. There is no software to install and you can use your applications anywhere you have access to a web browser. In addition, the rise of web applications has spurred the rise of web services. Web services share out tremendous amounts of public information allowing developers to "mashup" (I hate that term) data sources to produce superior applications. Compare that to the desktop where just getting the programs on your system to cooperate is a challenge! (To say nothing of networking.)

      When software installation is so easy, and one's package manager downloads stuff using http, there is no real advantage in this case. Instead of searching on google, and going to a website, you search in pacman or yum or apt or synaptic and click on a "page" to load. As a bonus feature, it's much faster next time.

      I personally have written an application for my current employer that requires the client to dynamically sort a 100,000 record data set in nothing but client-side Javascript. Significant computer science had to go into creating an optimized, multi-threaded algorithm that would perform well on the lowest common denominator. (IE6) The next generation of browsers that are appearing (Chrome, Firefox 3.1, Opera 10, Safari 4) will have so much compute power that a problem like my 100,000 row sorter will become easy and commonplace. Furthermore, the standards are even adding true background threads to support long-running compute operations. (The standard is based on the Google Gears implementation, which is already available.)

      Do you not find it alarming that in this day and age, a program to sord 100,000 records is deemed impressive? On my machine (an eee 900):

      time awk 'BEGIN{for(;;)print rand()}' | head -100000 | sort > /dev/null

      Takes 0.7 seconds. By removing the stringification, and obvious inefficiencies,it would run much faster. In C++ is is easy to sort hundreds of millions of records in a very short amount of time using nothing more than std::sort and a suitable comparison function. The fact that in this area it is deemed impressive (and I have little doubt that it is) is a testament to a large step backwards.

      Your other points stand, though.

  • by PeanutButterBreath ( 1224570 ) on Thursday January 29, 2009 @04:53PM (#26658321)

    Enterprise applications should run on dedicated, fully optimized hardware that can be bolted to employees faces.

    As far as a web browser for every employee, there are organizations that "value" productivity and organizations that actually understand how to maximize it.

  • Mixed response (Score:5, Insightful)

    by nine-times ( 778537 ) <nine.times@gmail.com> on Thursday January 29, 2009 @04:53PM (#26658337) Homepage
    I think there are some valid points and some invalid points. My general response:
    • 1. It's client-server all over again: Yeah, it is. We keep running up against this because doing things on the client has some advantages, and doing things on the server has other advantages. The debate will continue, because it's really not an issue of one being absolutely better, but choosing the better solution for your specific application.
    • 2. Web UIs are a mess. & 3. Browser technologies are too limiting: These are really the same thing. Web apps suck. This may improve over time as the technology improves and new standards are put into place, but right now, they do kind of suck. If you can't deal with that, you don't want a web app.
    • 4. The big vendors call the shots: a real objection. Do I want my ability to access my own documents/information to be at the mercy of another company? That's a question. worth considering.
    • 5. Should every employee have a browser?: Meh, whatever. Every employee has a browser, and it's more trouble to remove them than it's worth. If you don't want people browsing the web, put up a firewall that can block/filter traffic. That's a better solution anyway.
  • heh (Score:3, Informative)

    by Lord Ender ( 156273 ) on Thursday January 29, 2009 @04:54PM (#26658345) Homepage

    AJAX is not the be-all of internet applications. There is also Adobe Flex and Microsoft Silverlight.

    I find most sorts of apps work fine with standard AJAX controls, but Flex isn't hard to learn if you need more sophisticated UI in your internet app.

  • by Mike1024 ( 184871 ) on Thursday January 29, 2009 @04:54PM (#26658357)

    As McAllister sees it, Web apps encourage a thin-client approach to development that concentrates far too much workload in the datacenter.

    For sure, there are some applications that make sense to run locally; or to use special local software in combination with a server, rather than a web-browser-based interface. 'World of Warcraft' won't be implemented in AJAX any time soon.

    On the other hand if you want to sell 'software as a service' it's going to be easier if you're supplying ongoing services other than fixing bugs of your own creation. Furthermore, in stagnant markets (*cough*MSOffice*cough*) it could enable new features compelling enough for people to upgrade. What's more, a dependency on your data centre makes piracy practically impossible.

    Not everything suits being on the web, or in the web browser. But the benefits to software companies are hard to ignore.

  • There is nothing like painting with a broad brush. In this case the premise of the article seems to be an ALL or NOTHING proposition. Web or Standalone application.

    This is huge problem in understanding that there really is a need for BOTH. If you've ever tried to get a bunch of Term Servers running powerpoint presentations simultaneously, you'll quickly realize that some things are NOT suited for time sliced or otherwise processor sharing.

    On the other hand, some things are suited for Web side (some database

  • by bigmaddog ( 184845 ) on Thursday January 29, 2009 @05:03PM (#26658453)

    But I thought the web was good?

    WRONG! The web is bad! Well, sometimes, for some things... maybe.

    There's a grab-bag of random thoughts there on some things that could be inherent problems in the web and some that are merely artifacts, and it seems neither here nor there.

    The big guys always call the shots - who cares if it's browsers or operating systems, you're not going to tell MS (or Apple, just to be fair) what to do and there's no guarantee the next SP or random security patch won't bone all your effort with no notice or recourse, whether it's in-browser or on the desktop.

    And the web UIs are a mess? That's nothing to do with the web - lots of people design lots of stuff, you get randomness. It's no different than on the desktop, except the long reign of some MS products and the fact that developing Windows apps you get to use some of those same form controls gets you the appearance of this magical consistency that's really just the consequence of monoculture. Open any full-screen app (read: game) and it's a brave new world, like on the web, because the pre-generated MS controls and constraints don't apply. But this is good, right, because you're not doing what the man tells you to do?

    And the productivity argument... did he just need to reach 5? You can block the outside world coming in over the wire, it's not that big an effort, and then people will find other ways to screw around - hand-held devices are so powerful now the whole issue of limiting the desktop to work issues only is quickly becoming moot.

    And so on and so forth... I guess it's redundant to say "you need to consider each usage case based on its specific merits," but then the decision-makers don't...

  • With caps on downloads, the future is pretty bleak for me working at home doing anything that requires large file sizes... granted now it is ok, but today's power user is tomorrows average user.
  • by cthrall ( 19889 ) on Thursday January 29, 2009 @05:19PM (#26658657) Homepage

    Note that many desktop apps hit web services or communicate via HTTP now, mostly because it's 1. easy and 2. SOA became the flavor of the month about a year or so ago.

    Also, many enterprise web apps, at least that I've used, have some sort of plugin/JVM requirement. Are they a desktop app? Web app? Some awesomely funky in-between?

    Personally, I think these "thick vs. thin" client discussions are a nice waste of time and excuse to get page impressions.

    Let's deconstruct, shall we?

    What sense does that make when any modern laptop packs enough CPU and GPU power to put yesterday's Cray supercomputer to shame?

    Running Outlook and Office will immediately slow that poor laptop to molasses. Add a nice shiny .NET app, or worse, Java, and you've got yourself a tarpit.

    Web UIs are a mess

    You, my friend, have never used internally developed VB6 apps. I say no more.

    Browser technologies are too limiting.

    For some applications, I completely agree. But not everybody needs to see dynamic fluid modeling or stock quotes for 3000 securities in a real-time heatmap.

    The big vendors call the shots.

    Good call, time to turn to Java and .NET, which aren't controlled by big vendors.

    Should every employee have a browser?...But if your internal applications are Web-based, you'll need to either host them onsite or maintain careful router or firewall rules to prevent abuse of your Internet services.

    Because deploying and maintaining desktop apps across thousands of machines is wicked easy.

  • First, the summary is misleading here. McAllistar is talking about enterprise application development, not all web applications.
    But lets talk about some of the advantages of web apps as well.
    1. People building enterprise applications are generally, you know, doing something for an enterprise. That means communication over a network, and probably central data storage. So throw security concerns of web apps out the window. Having a custom client on users desktops communicating to a server is no different
  • That type is what I argued again here yesterday:

    http://slashdot.org/comments.pl?sid=1107509&cid=26650341 [slashdot.org]

    You can choose to OPT OUT of a traditional one-time upgrade if it doesn't provide changes or new features that are relevant to your use of the software, and simply wait to purchase a later major version that does contain changes that you value. IN THE MEANTIME, you still have your one-time license agreement that allows you to continue using the version you do have, and which has features that are sti

  • Web applications encourage a thin-client approach: the client handles UI rendering and user input, while the real processing happens on servers. What sense does that make when any modern laptop packs enough CPU and GPU power to put yesterday's Cray supercomputer to shame?
    ...
    3. Browser technologies are too limiting. Why give up the full range of languages, tools, and methodologies that systems programming has to offer?

    But I thought you were just complaining about running on the server, not a browser. Yo

  • by hellfire ( 86129 ) <deviladv.gmail@com> on Thursday January 29, 2009 @05:56PM (#26659219) Homepage

    I'm a software support rep and not even a developer and I know this is a blowhard troll.

    1. It's client-server all over again.
    Web applications encourage a thin-client approach: the client handles UI rendering and user input, while the real processing happens on servers. What sense does that make when any modern laptop packs enough CPU and GPU power to put yesterday's Cray supercomputer to shame?

    Concentrating computing power in the datacenter is fine if you're a Google or a Microsoft, but that approach puts a lot of pressure on smaller players. Scaling small server farms to meet demand can be a real challenge -- just ask Twitter.

    Furthermore, security vulnerabilities abound in networked applications, and the complexity of the browser itself seemingly makes bugs inevitable. Why saddle your apps with that much baggage?

    First, it's not client server all over again, not in the way you mean it. Client/server like windows terminal server or citrix makes it easier to manage company wide systems by giving an IT guy a central point to manage, and that saves time, which translates to dollars. Web apps do the same thing, but they are benefit from even easier setup management and deployment. Terminal server is a pain in the ass when it comes to deploying an app, because it has several ways to do so, none of them web based. You could deploy it by giving everyone a desktop to the terminal server, but then the dumbass users can't figure out which is their PC desktop and which is their server desktop. You could publish the app, which requires changing settings on the server and deploying the proper shortcut to the user's desktop, which takes more knowledge, which not everyone has.

    Web apps are easier to deploy in that all you have to do is provide a web address. Everyone knows how to use a web browser and click on links. Citrix even recognized this and provides software to allow you to connect to the citrix box with a web interface!

    Siting a laptop is stronger than an old cray is a clever misdirection. The real question is, what's more beneficial for your business, 30 laptops that cost $1000 apiece? Or 1 very large server that costs $10,000 plus 30 laptops costing $500 apiece? I just saved you $5000 on hardware! Plus when a laptop dies, there's less downtime, because I could just hand you another machine and you just go to the web address again. No application reinstalls. Most mega servers these days cost less than a distributed environment and can handle processing quite nicely.

    As far as network vulnerabilities, that's just utterly nonsensical. How does that statement say that a webapp is less vulnerable than a distributed app? Data still has to travel over a network in a distributed app! Duh! Besides, most of the vulnerabilities these days dealt with IE specifically and those dealt with how it was integrated with Windows. Pick another web browser, viola, reduced vulnerabilities. Take it a step further and deploy the web app as an intranet app so it can't be accessed outside your local subnet. Network security is for the network professionals, let them take care of it. Provide encryption as needed in the app and access levels for the data but other than that, that's not a developer's domain.

    2. Web UIs are a mess.
    The Web's stateless, mainly forms-based UI approach is reliable, but it's not necessarily the right model for every application. Why sacrifice the full range of real-time interactivity offered by traditional, OS-based apps? Technologies such as AJAX only simulate in the browser what systems programming could do already.

    And while systems programmers are accustomed to building apps with consistent UI toolkits such as the Windows APIs, Apple's Cocoa, or Nokia's Qt, building a Web UI is too often an exercise in reinventing the wheel. Buttons, controls, and widgets vary from app to app. Sometimes the menus are along the top, other times they're off to the side. Sometimes they pop down when you roll over them, and s

  • by bjdevil66 ( 583941 ) on Thursday January 29, 2009 @06:00PM (#26659285)

    "Sure, Web development is fast, versatile, and relatively inexpensive,"

    Did Internet Explorer suddenly disappear? I must've missed that today...

  • False Dichotomy (Score:3, Insightful)

    by Tablizer ( 95088 ) on Thursday January 29, 2009 @06:00PM (#26659287) Journal

    I believe web-versus-desktop is mostly a false dichotomy. The problem is that our standards need a rethink. Web browsers started as a kind of e-brochure viewers, and this e-brochure approach was shoehorned into C.R.U.D. uses (biz forms, data-sheets, and reports).

    What is really needed is a "GUI browser" standard and/or OSS tool that has most of the desktop-like GUI functionality and behavior we've all grown to like. BUT, this "GUI browser" could ALSO be used for desktop development. Thus, one does not have to learn a different UI platform when toggling between desktop and web projects.

    Most GUI kits have made this difficult by making GUI's language-specific. Fitting these to other languages is often almost as forced as HTML-browser-to-CRUD shoehorn jobs. What needs to be done is the design of a GUI protocol that is mostly declarative. Being mostly declarative makes it easier to use by different languages and paradigms. In my opinion, the "everything must be OOP" thinking is largely what has got us stuck with language-specific kits. OOP is not well-suited to declarative APIs/protocols in my opinion. Encapsulation generally leads to behavior-centric API/protocol designs. (Some disagree, it makes for an interesting and heated debate.)

    The behavior-centric approaches of existing GUI kits hinders this goal. Most common GUI actions can be defined declaratively if you think about it a bit. The remaining that require Turing-Complete coding can be done by server-side and/or client-side app languages using the more lower-level features of the GUI-browser.

    Think of it as kind of as a smarter and HTTP-friendly rework of X-Windows where one usually deals at the widget-level instead of at key-stroke level (but key-stroke level is still possible as an option).

  • by AMuse ( 121806 ) <slashdot-amuse&foofus,com> on Thursday January 29, 2009 @08:30PM (#26660973) Homepage

    I am the sole IT person for a nonprofit, volunteer animal rescue. They don't have any money to pay for professional staff (preferring to spend it on the animals instead).

    All of our IT tools (a wiki, a bird tracking database, OTRS, our website, a chat server, etc) are webapps.

    The type of people, for the most part, who are willing to volunteer to do animal rescue are not geeks, techies or even "power users". For a long time our animal tracking database was a client application. 75% of the volunteers had so much trouble figuring out how to INSTALL IT and connect it to our database (even with written instructions) that they didn't even use it, and had to ask others to do all their data entry for them.

    It got to the point that each adoption coordinator had to be set up with a technically astute "data entry buddy".

    Now that our bird database is a webapp, all the coordinators can use it, because they CAN navigate to a website and use the tool.

    So, yeah, there's a place for thick client apps too, but without webapps we'd be screwed.

  • by Lazy Jones ( 8403 ) on Friday January 30, 2009 @06:33AM (#26664273) Homepage Journal
    • you want to use one of the modern scripting languages for rapid development of your application - what cross-platform UI, installer, updater do you use? Will the scarce options you have result in an application that doesn't suck as much as a typical AJAX application?
    • if your app needs network access, will your users have to configure their firewalls, socks proxies, port numbers and will it be as easy for them as just going through HTTP (possibly through a "hostile environment" MSIE .dll)?
    • do you have the resources to support a multitude of older versions of your app, used by people who did not bother or want or manage to update to the latest version?
    • what will you do about the competition that decompiles/uses parts of your application written in Perl/Ruby/Python/...? Security by obscurity?

    I hate crappy AJAX GUIs as much as everyone else, but I also know that writing a decent "offline" application in a suitable language takes at least one order of magnitude more effort - and that is before you attempt to implement some of the features every web app has naturally (automatic updating etc.).

    It's convenient to rant about the stuff we use every day, but when was the last time *you* wrote and supported a non-web based, cross-platform application with GUI and had first hand experience with all the problems involved? Nowdays we're all spoilt web developers, aren't we ...

THEGODDESSOFTHENETHASTWISTINGFINGERSANDHERVOICEISLIKEAJAVELININTHENIGHTDUDE

Working...