corba
using an EJB 3.1 bean through a remote java stand-alone application
I have been trying to use Java EE 6 to create an Application Server based app which is to receive Job objects from a GWT Web Application and those Jobs would be pulled from a Java stand-alone applicat[详细]
2023-04-12 22:25 分类:问答CORBA : How to pass a QT object as a parameter
I\'m new to CORBA and is trying to create a Corba interface for my QT Application. I checked the data types that you could use with CORBA, but I\'m not sure if I coul开发者_StackOverflow中文版d use a[详细]
2023-04-09 06:10 分类:问答CORBA IIOPNet and OmniORBpy, remote method call with valuetype param issue
My scope: I\'m trying to create a CORBA solution for two apps one at .NET side (server) and the other on python (client). I\'m using IIOPNet for server and IDLs generation and OmniORBpy for Stubs gene[详细]
2023-03-31 11:01 分类:问答what are the different technologies available for communication among software components distributed across networked computers?
I want to know what are the different technologies available for communication among software components distributed across networked computers?[详细]
2023-03-29 10:14 分类:问答Which CORBA implementation to use?
In some project, SysV IPC | Posix queues are used to exchange data between processes; with upcoming Windows port of a software, \"an enormous amount of headache will be introduced without getting into[详细]
2023-03-29 08:52 分类:问答Information about currently executing request in corba
I need information about currently executing request in server in CORBA application. I am using Corba omniORB. I know, that in Ice for every function implemented in server-side the开发者_开发知识库re[详细]
2023-03-29 03:54 分类:问答Makefile for compiling .idls
I\'m writing my first Makefile to compile some CORBA .idl definitions for use as part of a larger system. I use omniORB\'s omniidl program which takes file.idl and creates file.hh and a fileSK.cc. Eac[详细]
2023-03-27 20:32 分类:问答how to implement an idl-to-java compiler
I need to implement an idl-to-java compiler. In fact, it\'s not idl-to-java. Interface definition language is extended. So I need to implement a compiler which can generates java source file. I know n[详细]
2023-03-27 09:48 分类:问答CORBA server on JVM 1.2 and client on 1.3
I have a corba server compiled and running on JVM 1.2. I am using the java IDL to compile the IDL file and generate the required stubs and skeletons and using a NameService to start the server. I am a[详细]
2023-03-26 16:03 分类:问答What is the best FREE orb for java [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-03-25 18:55 分类:问答