jGuru
Register Email     Password Forgot your
password?
HOME FAQS FORUMS DOWNLOADS ARTICLES PEERSCOPE LEARN

  Search   jGuru Search Help

View:
CORBA FAQ Home Page

Add new faq entry

Manager help

This FAQ is community-managed.

Java's not an island. Using CORBA technologies, Java interoperates with other distributed objects, written in C, C++, Java, Ada, COBOL, Smalltalk, Objective C, Lisp or other programming languages. [Formerly managed by Bruce Martin].

What's New

EJB CORBA security issue. javax.naming.CommunicationException: org.omg.CORBA.NO_PERMISSION.
Java:API:EJB, Distributed computing:CORBA
Antonino Salvatore CUTRI', Feb 5, 2002
Additional info: When I run my client, I get    javax.naming.CommunicationException: org.omg.CORBA.NO_PERMISSION for the "lookup" statement...
What is PortableRemoteObject.narrow() method and what is used for? I found somewhere that it is "CORBA compliant". Why?
Java:API:EJB, Java:API:RMI, Distributed computing:CORBA, Java:API:EJB:2.0
Alessandro A. Garbagnati PREMIUM, Jan 25, 2002
Hi, When you execute a lookup to get the home interface of your bean, you normally use the lookup() method of the javax.naming.Context interface. This...
CORBA and EJB's seem to basically do the same thing... CORBA and EJB's seem to basically do the same thing to me. To me it seems that the purpose of both of these architectures is to fill the middle...
Distributed computing:CORBA
Jesper Andersen, Jun 20, 2001
This is a common misconception. CORBA and EJB are entirely different beasts, solving different problems. CORBA is a networking protocol for building...

I have a system developed in Power Builder. Now my... I have a system developed in Power Builder. Now my requirement is to make it web enabled and I don't want to rewrite the buisness logic already written...
Distributed computing:CORBA
Jesper Andersen, Jun 6, 2001
I'm assuming that what you want is to publish your application as a service using CORBA. The simplest way to do this is simply to implement a facade...
Is it possible to pass a JDBC connection object from client to server? Both are written in Java.
Distributed computing:CORBA
Gabriel Artaud, Jun 6, 2001
If you mean pass-by-value (copy), I believe it is not the case because it is not possible to do so using RMI. But, what you may want to do is a Rem...
Where can I learn (more) about JCA (Java Connector Architecture)?
Languages:Markup:XML, Java:API:JMS, Java:API:EJB, Java:API:Security, Distributed computing:CORBA, Distributed computing:Transactions, General:FAQs
John Mitchell PREMIUM, May 31, 2001
Check out the Sun's Java Connector Architecture homepage.
Where can I learn (more) about Java's support for transaction processing?
Java:API:JMS:Transactions, Java:API:RMI, Java:API:JNDI, Java:API:Security, Java:Language, Distributed computing:CORBA, Programming:Concepts:Threads, Java:API:EJB:Transactions, General:FAQs, Java:API:JDBC:Transactions
John Mitchell PREMIUM, May 31, 2001
Check out the jGuru Transactions FAQ.
Where can I learn (more) about Java's support asynchronous and publish/subscribe messaging using JMS (Java Message Service)?
Java:API:RMI, Java:API:JNDI, Java:API:Security, Java:Language, Distributed computing:CORBA, Distributed computing:Transactions, Java:API:Serialization, Java:API:Networking, Java:API:EJB:2.0, General:FAQs, Tools:AppServer
John Mitchell PREMIUM, May 30, 2001
Check out the jGuru JMS FAQ.
Where can I learn (more) about Java running on IBM's AS/400 series computers?
Java:API:JDBC, Java:Language, Tools, Distributed computing:CORBA, Platform:UNIX:Linux, Java:API:EJB:Products, General:FAQs, Tools:AppServer
John Mitchell PREMIUM, May 30, 2001
Check out the jGuru Java400 FAQ.
Where can I learn (more) about Java's EJB (Enterprise JavaBeans)?
Java:API:JMS, Java:API:JavaBeans, Java:API:JDBC, Java:API:JNDI, Java:Language, Tools, Distributed computing:CORBA, Process:UML, General:FAQs, Tools:AppServer, Tools:AppServer:WebServer:Tomcat
John Mitchell PREMIUM, May 30, 2001
Check out the jGuru EJB FAQ.
Where can I learn (more) about Application Servers?
Languages:Markup:XML, Java:API:JSP:Vendors, Java:API:RMI, Java:API:JNDI, Java:API:Security, Java:Language, Tools, Distributed computing:CORBA, Java:API:Networking, Java:API:Servlets:Products, Java:API:EJB:Products, General:FAQs, Tools:AppServer:WebServer:Tomcat
John Mitchell PREMIUM, May 30, 2001
Check out the jGuru AppServer FAQ.
From where can I get C++ IDL?
Distributed computing:CORBA
Damien Bootsma, Mar 7, 2001
I suggest that you have a look at VisiBroker for C++. You can obtain a trial version from www.borland.com
I want to obtain a CORBA object reference from an applet using tnameserv. Does it mean that tnameserv must run in the same server the applet comes from?
Distributed computing:CORBA
Vadim Gurov, Mar 4, 2001
If you don't want to request any additional security permissions from browser, then yes.
I am converting an application from VisiBroker 3.0 to VisiBroker 4.0. What are the issues that I must address? Where can I get more information about it?
Distributed computing:CORBA
Aditya Kiran Gavvala, Mar 4, 2001
We have recently migrated our project from VBJ 3.4 to VBJ 4.x. There are a variety of issues you would want to address depending on the VBJ features your...
I have a factory object which returns a transient CORBA object to the client which will be a servlet. The object reference will be stored in the servlet session object on a per user basis. When the client...
Distributed computing:CORBA
Aditya Kiran Gavvala, Mar 4, 2001
deactivate_object(..) call removes an entry from ObjectActivationMap (maintained by the POA). If your servant objects maintain any system resources (like...
I am working on Visibroker 4.2 with jdk 1.2.2. I have multiple queries coming as a single CORBA request. While processing the queries if some thing goes wrong and the server crashes, is there any way by...
Distributed computing:CORBA
Rahul Khimasia, Mar 1, 2001
I think you should look into a message oriented middleware (MOM) product like IBM MQ series. Products like that can recover from a crash with out loosing...
Is it possible call a CORBA object from JavaScript? Is it possible from an applet? How?
Distributed computing:CORBA
Vadim Gurov, Feb 28, 2001
Yes, it is possible. From JavaScript you may call Applet methods, that in turn call the CORBA object. To call a CORBA object from an Applet, you have to...
Do CORBA implementations of different vendors interoperate easily?
Distributed computing:CORBA
Vadim Gurov, Feb 28, 2001
The CORBA specification defines Interoperable Object References (IORs), that must be portable between different vendors ORBs. In practice, I have spent...
How reliable is the oneway operation in CORBA?
Distributed computing:CORBA
Vadim Gurov, Feb 28, 2001
The specification says that oneway calls are not reliable, i.e. a oneway call doesn't guarantee message delivery. The guarantees made are strongly depends...
How can I pass a serializable Java object by value using CORBA? What would the IDL be?
Distributed computing:CORBA
Vadim Gurov, Feb 28, 2001
Java serialization and CORBA support for passing objects by value are similar. So to use CORBA object by value, you have to declare in IDL the full description...
« previous beginning next »


Ask A Question



Related Links

CORBA Forum

Wish List
Features
About jGuru
Contact Us

 




JupiterOnlineMedia

internet.comearthweb.comDevx.commediabistro.comGraphics.com

Search:

Jupitermedia Corporation has two divisions: Jupiterimages and JupiterOnlineMedia

Jupitermedia Corporate Info


Legal Notices, Licensing, Reprints, & Permissions, Privacy Policy.

Advertise | Newsletters | Tech Jobs | Shopping | E-mail Offers

Solutions
Whitepapers and eBooks
IBM eBook: Planning a Service Oriented Architecture
IBM eBook: Choosing the Right Architecture--What It Means for You and Your Business
Microsoft Article: Will Hyper-V Make VMware This Decade's Netscape?
Avaya Article: Using Intelligent Presence to Create Smarter Business Applications
Intel Go Parallel Article: Getting Started with TBB on Windows
Microsoft Article: 7.0, Microsoft's Lucky Version?
Avaya Article: How to Feed Data into the Avaya Event Processor
IBM Article: Developing a Software Policy for Your Organization
Microsoft Article: Managing Virtual Machines with Microsoft System Center
Intel Go Parallel Article: Intel Threading Tools and OpenMP
HP eBook: Storage Networking , Part 1
Microsoft Article: Solving Data Center Complexity with Microsoft System Center Configuration Manager 2007
MORE WHITEPAPERS, EBOOKS, AND ARTICLES
Webcasts
HP Video: StorageWorks EVA4400 and Oracle
HP Webcast: Storage Is Changing Fast - Be Ready or Be Left Behind
Microsoft Silverlight Video: Creating Fading Controls with Expression Design and Expression Blend 2
MORE WEBCASTS, PODCASTS, AND VIDEOS
Downloads and eKits
Red Gate Download: SQL Toolbelt and free High-Performance SQL Code eBook
Iron Speed Designer Application Generator
MORE DOWNLOADS, EKITS, AND FREE TRIALS
Tutorials and Demos
Silverlight 2 App and Walkthrough: Leverage Silverlight 2 with SQL Server and XML
IBM Article: Enterprise Search--Do You Know What's Out There?
HP Demo: StorageWorks EVA4400
Microsoft Article: The Progress and Promise of Deep Zoom
Microsoft How-to Article: Get Going with Silverlight and Windows Live
MORE TUTORIALS, DEMOS AND STEP-BY-STEP GUIDES