Hi Michael

Well, there are numerous ways to build an OS independent editor for your
hardware and i guess qooxdoo won't be the easiest path to take here.
Like others already posted, you'll be programming quite a lot of
"middleware" in order for this to work. You'll have to make your
hardware-api available to the webserver-software. The webserver-software
has to provide RPC routines for your client-software (qooxdoo).

If you want your hardware to be accessible via webbrowser (eg. over
intra- or internet), this is probably the way to go. If that's not a
requirement however, i'd simply write a native java app or a C++
application. QT comes to mind, which is an awesome C++ Application/GUI
Framework: http://www.qtsoftware.com/

- Roman

Matthew Gregory wrote:
> Not via qooxdoo itself. Some hardware interfaces provide an ActiveX 
> control that you can embed into webpages. There are some security issues 
> that will run into though if you take this approach. However, if in your 
> setup you have control over a webserver where the hardware is installed, 
> you can wrap your hardware functions up in rpc routines. Then you get 
> qooxdoo to talk to your server, your server then talks the hardware and 
> returns the results.
> 
> HTH,
> Matt
> 
> [email protected] wrote:
>> High there!
>>
>> I'm an hardware developer which needs to create an OS independent editor 
>> software for a dedicated music hardware, that is a MIDI-editing software for 
>> an external hardware connected via a MIDI-interface and/or USB.
>>
>> Since I'm a complete beginner to qooxdoo, I have a simple question:
>> Is it possible to use a qooxdoo application to access hardware (e.g. 
>> connected USB-functions) on any of the supported OS-systems (MAC-OS, 
>> Windows, Linux)?
>>
>> Thanks in anticipation,
>> Michael
>>
>>
>> ------------------------------------------------------------------------------
>> This SF.net email is sponsored by:
>> SourcForge Community
>> SourceForge wants to tell your story.
>> http://p.sf.net/sfu/sf-spreadtheword
> 
> 
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by:
> SourcForge Community
> SourceForge wants to tell your story.
> http://p.sf.net/sfu/sf-spreadtheword
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
> 

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to