Linked by Quentin Hartman on Mon 14th Jul 2008 08:00 UTC, submitted by pas de calais
Thread beginning with comment 322863
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.




Member since:
2007-03-17
If the application is completely hosted on line, then you are correct. However, if the application needs access to the internet and to the local disk, then this is a good way to do it.
The articles on Prism seem to be ignoring its ability (through XPCOM) to start any local application or to read and write local files. At this point many people are probably saying: "OMG! A browser with rwx privileges! This is what we keep trying to stop!"
Of course there are the possibilities of security issues here, but then there are such possibilities with any application that has internet access. The key is for the developer to limit internet connectivity of the application to specific purposes - ergo the stripping away of menu bars and the like so that the users can't inadvertently share their local data with the world.
I personally have been using Mozilla's XUL for this purpose (as a handy, web-enabled widget set), but in certain ways XUL is clunky and if Prism allows one to use pure HTML/CSS/Javascript, it may have an advantage.
Edited 2008-07-14 17:47 UTC