Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Is Java IDL useful for real work?

IDL Java useful
0
Posted

Is Java IDL useful for real work?

0

Yes, especially for Java CORBA clients that use a CORBA Naming Service to discover server references. It’s also fine for Java CORBA servers that run as persistent servers; that is, those that are started manually and don’t need to be activated by an ORB or ORB-related service. While this isn’t the way all CORBA deployments are configured, this method is used more often than one would think just from reading OMG specifications. If the system is using the Java IDL-provided tnameserv CORBA Naming Service, then the servers must be written to re-register themselves each time they are started. tnameserv isn’t particularly fault-tolerant, so this may be the first piece to consider replacing to do “real work” with Java IDL.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123