savannah-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-hackers] submission of User Interface Engine - savannah.nongn


From: gpl
Subject: [Savannah-hackers] submission of User Interface Engine - savannah.nongnu.org
Date: Fri, 09 May 2003 03:41:33 -0400
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; sv-SE; rv:1.3b) Gecko/20030210

A package was submitted to savannah.nongnu.org
This mail was sent to address@hidden, address@hidden


Veronica Loell <address@hidden> described the package as follows:
License: gpl
Other License: 
Package: User Interface Engine
System name: uie
Type: non-GNU

Description:
I have designed a software architecture called UIE User Interface Engine. It is 
a framework for platform independent communication between software components.

I have further made two implementations of UIE

UIE toolbox - a development environment for UIE running under Tclkit 
(http://www.equi4.com/tclkit)

UIE brigde - a generic interface between different programming languages

I will be giving a presentation of UIE at Gothenburg University next friday.

---
The UIE defines 3 functions

proc SetTranslationEngine { TEfunction } {
        define TE
}

proc AddTranslation { object message translation } {
        TE setTranslation object message translation
}

proc SendMessage { object message } {
        TE object message
}


Other Software Required:


Other Comments:






reply via email to

[Prev in Thread] Current Thread [Next in Thread]