On 02/15/2011 07:56 AM, Nate wrote:
> I'm not a programmer by title although it is in my job description.
> We fly sensors in an aircraft and are in the process of upgrading the
> system from one computer that does everything to a distributed system
> that uses small Linux computers (PC-104) with one (controller)
> providing the GUI and user interaction and sending commands and
> receiving status and some data from the others.
> 
> My supervisor would prefer that the user interface be implemented as a
> webpage so that he can bypass the clunky display on the aircraft and
> use a notebook.  I told him that I had no idea how this could be done.
> I'm coding in Java (and learning Java).

At a minimum (among other requirements) your controller must implement
an HTTPD (HTTP daemon) to use GWT.

> My model, from reading some information about GWT is that I would have
> all the code that supports the application reside on the controller.
> The web page would interact with that code.

That's mostly correct. The web page would execute Javascript downloaded
to the notebook. The application would need to interact with the
controller. More detail is needed about the controller.

> Is this realistic?

Maybe.

> The user would need to use a file picker to access files on the
> controller, is that possible? Difficult?

Maybe. It depends on the software running on the controller.

> I have almost no contact with other programmers and none with
> experience with the web so this forum appears to be my best source.

Please consider hiring someone to help evaluate requirements. It's way
too early to be thinking about GWT.

Cheers,
jec

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to