Dennis Fogg
unread,Feb 12, 2007, 9:34:32 PM2/12/07Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to raytec...@googlegroups.com, jaleb...@raytheon.com, Carl C Tsai, mh...@raytheon.com
I went to a conference this weekend and came across a software package that
allows a desktop-like GUI in your web browser (eg: similar to gmail, the new yahoo mail, google reader, etc).
This package allows developers to build "power-user" interfaces that don't require any software installation.
The package is from tibco and is called "general interface":
http://www.tibco.com/devnet/gi/default.jsp The package is free and open source.
Coding the interface is in javascript.
Interestingly, they have an IDE where you build the GUI -- and the IDE is an example of this rich interface in the browser. That is, the IDE runs in the browser and is a good way to get a feel for what an interface
feels like when built with General Interface!
I tried a little bit. the GUI builder seems pretty easy to use (does push the CPU on my 3 year old desktop).
The code to interact with the GUI (at least in the examples) is very xml / ajax based. it expects to
to do web services calls to the web server and get xml results back to be parsed and presented in the GUI.