Corba Section Index
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 tier area. Is this true? If so or if not, can you explain why and what the specific funtion of each of these architectures has?
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 midd...more
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 in Power Builder. So how can I use Power Builder object in my application written in Java using CORBA as midlle tier? Is it possible?
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...more
Is it possible to pass a JDBC connection object from client to server? Both are written in Java.
Is it possible to pass a JDBC connection object from client to server? Both are written in Java.
Where can I learn (more) about JCA (Java Connector Architecture)?
Check out the Sun's Java
Connector Architecture homepage.
Where can I learn (more) about Java's support for transaction processing?
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)?
Check out the jGuru JMS FAQ.
Where can I learn (more) about Java running on IBM's AS/400 series computers?
Check out the jGuru Java400
FAQ.
Where can I learn (more) about Java's EJB (Enterprise JavaBeans)?
Check out the jGuru EJB FAQ.
Where can I learn (more) about Application Servers?
Check out the jGuru AppServer
FAQ.
EJB CORBA security issue. javax.naming.CommunicationException: org.omg.CORBA.NO_PERMISSION.
Additional info:
When I run my client, I get
javax.naming.CommunicationException: org.omg.CORBA.NO_PERMISSION
for the "lookup" statement in the client. The deployment was success...more
What is PortableRemoteObject.narrow() method and what is used for? I found somewhere that it is "CORBA compliant". Why?
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 method will return you an Object that needs t...more
Where can I learn (more) about Java's support for developing multi-threaded programs?
Check out the jGuru Threads
FAQ.
How can I use the CORBA Name Service in Delphi5.0?
From where can I get C++ IDL?
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?
If you don't want to request any additional security permissions from browser, then yes.