Factbites
 Where results make sense
About us   |   Why use us?   |   Reviews   |   PR   |   Contact us  

Topic: CorbaScript


Related Topics

In the News (Sat 22 Nov 08)

  
 Java IDL Script
CorbaScript is an interpreted object-oriented scripting language dedicated to CORBA environments.
CorbaScript provides a dynamic binding to OMG IDL descriptions: no OMG IDL stub or skeleton need to be generated.
Finally CorbaScript is the first implementation of the OMG's IDL Script specification (have a look here).
www.lifl.fr /~roos/jidlscript   (458 words)

  
 CorbaWeb: A Generic Object Navigator
The language CorbaScript is a new language permitting one to write scripts which invoke dynamically objects.
The CorbaWeb interpreter is an interpreter of the language CorbaScript.
The language CorbaScript and its interpreter hide the complexity of the use of the DII.
www.cs.ubc.ca /local/reading/proceedings/www5/www377/overview.htm   (4555 words)

  
 Circare   (Site not responding. Last check: 2007-10-27)
Minoru Development Corporation is using CorbaScript to implement the Circare project.
The CorbaScript language definition has been accepted as a scripting standard at the Object Management Group (OMG) where it is known as IDLScript.
WCS is an add-on to the CorbaScript interpreter which is (C) LIFL 1996-99.
www.openhealth.com /corbascript   (626 words)

  
 The CorbaScript User's Guide
When CorbaScript needs an initial service, it searches it into this list and if it doesn't find it then it invokes the ORB.
Modules are simply CorbaScript files suffixed by the `.cs' extension.
CorbaScript could execute a script at initialization time before running interactively or executing a script file.
library.n0i.net /programming/corba/corbascript   (740 words)

  
 CorbaScript and Web CorbaScript Reference Page   (Site not responding. Last check: 2007-10-27)
Both sides of the operator are evaluated in CorbaScript regardless of the value of the left hand side.
Web CorbaScript (WCS) is an add-on to the CorbaScript package that processes server side scripts embedded in HTML pages using a syntax similar to PHP.
These are not the built-in CorbaScript functions and are restricted to a maximum of five parameters.
www.openhealth.com /corbascript/reference.html   (1960 words)

  
 CorbaWeb: A Generic Object Navigator
CorbaScript is a new interpreted scripting language developed from scratch.
The language CorbaScript and its interpreter hide the complexity of the use of the DII.
A CorbaScript object reference of a CORBA object is composed of four parts: an IDL object interface, an object name, an application name and a host name; e.g.
www.ramb.ethz.ch /CDstore/www5/www377/overview.htm   (4555 words)

  
 CHEP Abstract   (Site not responding. Last check: 2007-10-27)
Any CorbaScript value is an object and the standard dotted notation is used to access attributes and invoke methods.
Thus, CorbaScript does not only allow the access to any CORBA object s but it can also be used to implement any CORBA objects.
CorbaScript is available on several ORB implementations on various operating systems (look at http://corbaweb.lifl.fr/CorbaScript/) and it is used in a lot of academic and industrial projects.
www.hep.net /chep98/067.html   (354 words)

  
 Dr. Dobb's | CorbaWeb: A Navigator for CORBA Objects | February 1, 1997
It is composed of many CorbaScript CGI scripts that invoke objects and generate HTML documents to show request results.
CorbaScript and its interpreter hide the complexity of using the DII.
A CorbaScript object reference of a CORBA object is composed of an IDL object interface, object name, application name, and host name.
www.ddj.com /184410358   (3183 words)

  
 ANNOUNCE: The CorbaScript / CorbaWeb 1.3.2 release
For more information, have a look at http://corbaweb.lifl.fr/CorbaScript/CHANGES ----------------------- Downloading CorbaScript ----------------------- CorbaScript is an academic project available in full source form, free of charge for any use.
Finally CorbaScript is the first implementation of the OMG's IDL Script specification (have a look at http://www.omg.org/techprocess/meetings/schedule/tech2a.html).
CorbaScript can be compiled on the following ORBs: * MICO: http://diamant-atm.vsb.cs.uni-frankfurt.de/~mico/ The 2.0.3, 2.0.4, 2.0.5, 2.0.6, 2.0.8, 2.1.0, 2.2.0, 2.2.1, 2.2.3, 2.2.4, 2.2.5, 2.2.6, 2.2.7, 2.3.0 and 2.3.1 releases.
www.mico.org /pipermail/mico-devel/2000-February/000400.html   (658 words)

  
 ob: ANNOUNCE: The CorbaScript 1.2 release   (Site not responding. Last check: 2007-10-27)
Finally CorbaScript is submitted to the ``OMG CORBA Scripting Language RFP'' (look at http://www.omg.org/library/schedule/CORBA_Scripting_Language_RFP.htm).
To compile CorbaScript, it is needed to type 311 as ORB release number.
To compile CorbaScript, it is needed to type 310 as ORB release number.
www.ooc.com /pipermail/ob-users/1999-February/003773.html   (835 words)

  
 CORBASCRIPT @ SYS-CON Media   (Site not responding. Last check: 2007-10-27)
Here, the objects used in the scripting language is not a simple "button" or "number", as might be found in your typical scripting language; instead, the target of these scripts is CORBA objects solving enterprise scale problems.
CorbaScript addresses the easy integration of existing CORBA systems in such an application.
CorbaScript would leverage these benefits of scripting languages, allowing entry level developers to become immediately productive in the development of CORBA software while gradually learning to perform more complex tasks over time.
www.sys-con.com /read/35954.htm   (3427 words)

  
 Abstract: Philippe Merle, Christophe Gransart and Jean-Marc Geib   (Site not responding. Last check: 2007-10-27)
In this paper, we show our current work about CorbaScript: a scripting language that allows any user to develop their activities by simply, interactively and dynamically accessing objects available on the CORBA bus.
The CorbaScript runtime acquires dynamically the stubs of the object types encountered during navigating in and using CORBA objects.
To illustrate the CorbaScript language, we present some pratical examples using and implementing the Naming and Events standard CORBA services.
www.irit.fr /ACTIVITES/LILaC/Pers/Bahsoun/OBPDC97/Merle.html   (138 words)

  
 [omniORB] Multithreading   (Site not responding. Last check: 2007-10-27)
Meanwhile, to force CorbaScript to be used in a single-threaded fashion: What you are interested in is the threading policy of the POA.
You may be able to force CorbaScript to be used in a single-threaded fashion by modifying it to create another POA (with the SINGLE_THREAD_MODEL policy) to be used instead of the Root POA.
> Working as a server, CorbaScript under heavy use by several clients > collapse with a segmentation fault, and I suspect it is a (lack of) > synchronization problem.
www.omniorb-support.com /pipermail/omniorb-list/2002-June/021034.html   (323 words)

  
 ob: ANNOUNCE: CorbaScript 1.0 (fwd)   (Site not responding. Last check: 2007-10-27)
----------------------- Downloading CorbaScript ----------------------- CorbaScript is an academic project available in full source form, free of charge for non-commercial use.
Note that there is no plan to support the Orbix ORB is not planned to be supported because currently, it provides neither a CORBA 2.0 compliant Interface Repository and nor the DynAny API.
More complex examples are provided in the CorbaScript distribution like a CORBA Naming Service shell and a CORBA CosNaming implementation.
mail.gnome.org /archives/gnome-list/1998-March/msg00266.html   (1349 words)

  
 SourceForge.net: Web CorbaScript
WCS is a CGI processor for CorbaScript that runs under Apache, and other HTTP servers.
WCS is the first step to developing CORBA applications for the World Wide Web.
Built on the power and ease of use of CorbaScript, WCS provides a platform to imbed COR
sourceforge.net /projects/wcs   (134 words)

  
 Citations: Computer Science Department - Romer, Puder, CORBA, User, guide (ResearchIndex)
] and VisiBroker for C [Vis96] In developing CorbaScript, the main problem that we faced was to build a DII request requiring supplying parameters as CORBA: Any values.
This CorbaScript architecture lets us envisage the use of another CORBA environment by adapting only the CorbaTools module.
However to support CorbaScript, CORBA platforms must provide a full CORBA 2.0 implementation composed of the Interface Repository, the....
citeseer.ist.psu.edu /context/274072/0   (493 words)

  
 Miscy Directory - Top > Computers > Programming > Component_Frameworks > CORBA > Tools   (Site not responding. Last check: 2007-10-27)
CorbaScript - An interpreted object-oriented scripting language dedicated to CORBA environments.
CORBA Utilities - A collection of useful C++ and Java classes that simplify the development and deployment of CORBA applications.
Web CorbaScript (WCS) - A CGI processor for CorbaScript that runs under Apache, and other HTTP servers.
dir.miscy.com /Computers/Programming/Component_Frameworks/CORBA/Tools   (315 words)

  
 [omniORB] Perl
CorbaScript is the first free implementation of the OMG IDL Script specification which was adopted at the last OMG meeting.
For the OMG IDL Script specification, have a look at: http://www.omg.org/cgi-bin/doc?orbos/99-07-17 For CorbaScript information, have a look at: http://corbaweb.lifl.fr/CorbaScript/ For the lastest CorbaScript snapshot, have a lot at: http://corbaweb.lifl.fr/~merle/PRIVATE/CorbaScript-1.3.2.tar.gz http://corbaweb.lifl.fr/~merle/PRIVATE/CHANGES This lastest snapshot works on top of MICO 2.3.0, OAK 5.2.9, omniORB 2.8.0, ORBacus 3.2, VisiBroker 3.3 and experimentally on patched TAO.
This release will be officially announced in some weeks, but you can already test it and report any success/problem.
www.omniorb-support.com /pipermail/omniorb-list/1999-September/013819.html   (428 words)

  
 Re: Putting it all together   (Site not responding. Last check: 2007-10-27)
You might be able to run CorbaScript under Emacs as an "inferior interpreter process", then you have an IDE for it too.
Somebody even had people who were new to CORBA start on productive work almost right away using CorbaScript, or something like that.
GOODE (the CorbaScript interpreter) is well-designed; you can add libraries to it easily, apparently (not sure).
archives.seul.org /seul/edu/Mar-1999/msg00108.html   (121 words)

  
 CORBA @ LAL   (Site not responding. Last check: 2007-10-27)
CorbaScript is a scripting language dedicated to CORBA
CorbaScript is developped by LIFL, Laboratoire d'Informatique Fondamentale de Lille.
These tools are aimed to help CorbaScript application developments, providing easy access to any CORBA object.
corba.lal.in2p3.fr   (90 words)

  
 Future Trends for a Global Object Web   (Site not responding. Last check: 2007-10-27)
CorbaScript is an interpreted scripting language to apply any operation on any Corba object.
Objects are dynamically invoked through the DII: Invocations are checked thanks to the object IDL signatures retrieved from the Interface Repository.
Thus, we argue that WWW and Corba will merge to provide the next infrastructure for distributed computing.
www.w3.org /OOP/9606_Workshop/submissions/18-OMG-W3C.html   (479 words)

  
 Rémi VANKEISBELCK - My CorbaWeb page   (Site not responding. Last check: 2007-10-27)
CorbaWeb was first developed to illustrate the power of a great language responding to the name of CorbaScript.
It allows dynamic access to any CORBA object on the bus (via the DII), object services implementations, and it is really easy to use.
CorbaWeb is a powerful environment and so it became to be the base in an healthcare domain research project which was federating three actors : the LIFL,
www.rvkb.com /misc/CorbaWeb   (483 words)

  
 CorbaScript - Definition, explanation
A CGI processor for CorbaScript that runs under Apache, and other HTTP servers.
[Open source, GPL] A CGI processor for CorbaScript that runs under Apache, and other HTTP servers...
Help build the largest human-edited directory on the web.
www.calsky.com /lexikon/en/txt/c/co/corbascript.php   (106 words)

  
 Re: (FC-Devel) corbascript   (Site not responding. Last check: 2007-10-27)
We could build= > FreeCASE arround a corba orb as mico (Every component have an idl > interface) and use CS to script our environment.
Well, since CorbaScript is basically a ripped-off version of Python, this= fits = with my advocacy of Python for FreeCASE, certainly as a scripting languag= e, = and even for parts of the application programming.
Of course I shouldn't be chiming up too loudly until I have time for more= = solid contribution...
archives.seul.org /freecase/devel/Feb-1999/msg00029.html   (125 words)

  
 WEB-GEEK.COM Computers > Programming > Component Frameworks > CORBA > Tools
Remote calls are intercepted and all information is stored in XML log files.
SOAP to CORBA Bridge Generic bridge based on ORBacus.
Web CorbaScript (WCS) A CGI processor for CorbaScript that runs under Apache, and other HTTP servers.
www.web-geek.com /Computers/Programming/Component_Frameworks/CORBA/Tools/Computers_Programming_Component_Frameworks_CORBA_Tools.html   (315 words)

  
 CORBA vs. COM/AppleEvents/XML-RPC...
It supports the features an ORB must in order to support simple use (DSI, DII, DynAny, Interface Repository, Naming Service) and is interoperable with the major commercial players, VisiBroker and Orbix.
You can implement interfaces in CorbaScript, invoke any operation on any CORBA object on the Internet, etc. without writing any IDL or, in fact, doing anything more than browsing available interfaces or writing new ones.
As usual, however, I think that heading down that path only begins to reveal where the real complexity lies, for all such reach-out-and-touch-someone technology.
static.userland.com /userLandDiscussArchive/msg012498.html   (629 words)

  
 CORBA Implementations
It works with MICO and OmniBroker, and a number of Unix-like platforms.
CorbaScript seems to look a fair bit like
CORBA ORB available for Linux, with both C++ and Java versions available.
cbbrowne.com /info/corbaimplementations.html   (489 words)

  
 Marrakesh: Core Casbah Services
CorbaScript -- contemplated (may be integrated via CORBA)
A Core Service in Python or Perl or Tcl may have the advantage over one in Java because more Casbah application developers are familiar with those languages than with Java.
Since Java is so crucial to Casbah, we have considered several distributed Java technologies, but no decision about the role these might play has been made yet.
www.casbah.org /marrakesh/marrakesh.html   (1164 words)

  
 ITworld.com - Regular Expressions: Manage CORBA with scripting
You don't need CorbaScript for something that easy, though.
General-purpose scripting languages can do the job; their syntaxes are comparably sensible, and their performance and functionality match up well.
IDLscript is the OMG standard that CorbaScript implements.
www.itworld.com /AppDev/4061/UIR010502regex1   (1030 words)

Try your search on: Qwika (all wikis)

Factbites
  About us   |   Why use us?   |   Reviews   |   Press   |   Contact us  
Copyright © 2005-2007 www.factbites.com Usage implies agreement with terms.