[
Lists Home |
Date Index |
Thread Index
]
- To: xml-dev@lists.xml.org
- Subject: successful large scale applications running as localhost?
- From: bryan rasmussen <rasmussen.bryan@gmail.com>
- Date: Mon, 6 Feb 2006 20:38:21 +0100
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=U/chWgTmEmxePXXLiUB2vHUavLo0nwbxtacqvpfh8cYxNraR4liRfy2HoaWjyBIcoQKEfWW0CWhC1WbXkLix1pCzqjvM8NN9QHOeageR30IJ+GjG5evmF29cavVdfJ6GQx1wngKkH9qndqxIHx57U0a2C3h4CHkOaG0bOT6nPa4=
Hi,
I'm in the start up phase of a project that should provide a gui
client as one of its deliverables. I argued today for a browser based
client, because there was frankly nothing I could see that meant it
should not be in the browser, the other argument was that it would be
java based because it was required to be cross-platform (which I
pointed out one could expect the browser based client to be as well)
Another argument I put forward would be that we could produce it as a
web based client that would be accessable at either an url or as a web
based client that people could download and install and run as
localhost on a different port than 80.
There are numerous programmer tools that use this strategy, for
example various databases but I'm aware of only two end user
applications of any major size that have used this approach, the open
source erlang-based J-EAI and Google Desktop . Does anyone know of any
others? Can anyone make any arguments against this particular model
for local clients, arguments for?
|