Re: Desktop application work with gwt website

2013-05-07 Thread Michael Prentice
Ah, a requirement for serial data connectivity. That is one that I certainly did not think of. Here are a couple of posts on that: http://stackoverflow.com/questions/10608997/how-do-i-read-and-write-data-to-from-com-port-in-html-pages http://stackoverflow.com/questions/13689672/html5-serial-po

Re: Desktop application work with gwt website

2013-05-07 Thread Boris Son
My application use some devices through comport thats why I use desktop edition вторник, 7 мая 2013 г., 1:54:56 UTC+4 пользователь Michael Prentice написал: > > GWT is open sourced and available on GitHub. So you are free to take a > look at the code that handles serialization. > > But my first

Re: Desktop application work with gwt website

2013-05-06 Thread Michael Prentice
GWT is open sourced and available on GitHub. So you are free to take a look at the code that handles serialization. But my first question is why would you want/need to create a desktop application? Is GWT not high performance enough for you in the browser? Does HTML5 not provide you with rich

Desktop application work with gwt website

2013-05-06 Thread Boris Son
I have GWT project web application. Now I have to create desktop application to work with this website. Is there any libraries? Web application uses rpc from GWT framework. Objects are serialized by framework. So now in desktop application I have to send http request with serialized objects(int