top | item 4281010

(no title)

hokua | 13 years ago

What is definitely dead are Java Swing apps. I believe desktop BCC was a Swing app. Swing app installation and updates are a major pain.

Native apps on an App Store dont suffer from these issues, and their ability to integrate with special OS features make them more compelling vs a web app. Not so with Swing.

discuss

order

jetti|13 years ago

Swing vs Native isn't the issue. The issue becomes users using old versions of your software and having to support them when bugs pop up, even though it may be fixed in the newer versions. It is hard to get everybody up to the latest version (even if the upgrades are free). It can eat up a lot of time doing support.

Whereas, when you make your app a web app, the changes you make are instant (for better or worse) and you don't have to worry about supporting various versions.

jaredsohn|13 years ago

>It is hard to get everybody up to the latest version (even if the upgrades are free)

Automatic patching helps with this, although it requires a little more work designing a patching system (you might not want everyone hitting your servers at once), and it doesn't affect everyone (some people's computers are offline or require a proxy to be set up for patching.)