By bloid
via davidvancouvering.blogspot.com
Published: Sep 24 2008 / 16:42
On one of our NetBeans mailing lists, a new programmer asked a question, how should they build their application that needs to run on ten client machines talking to a MySQL database.
The quick answer was "build a web app."



Comments
zynasis replied ago:
deployment can be painful if it's not a web app, tho i do see your point
BlackWasp replied ago:
There are so many good deployment tools out there nowadays that I no longer seen this as a real problem
mknutty replied ago:
Web apps have their own deployment pain.
brennan replied ago:
Totally agree. I've seen people write background applications as webapps...there just seems to be some sort of weird myopia when it comes to this in IT right now.
soulcutter replied ago:
Spot on.
kenallen999 replied ago:
... and the answer is ... build a web app. but use GWT for the client side - which means you get to develop (code & debug) both client & server in a single language (Java) which helps with both development & maintenance.
Voters For This Link (43)
Voters Against This Link (0)