Re: what is the best way to have the same java application to be configurable
Posted By:
Alex_Kobyakov
Posted On:
Tuesday, March 4, 2003 01:04 AM
You can invent abstract level for communications, and hide CORBA objects and CORBA operations in it, so in case you want to switch to one JVM version you must switch the communication level only.
But as for me, it's better to reconsider the whole approach, because the profit to eliminate CORBA while running in one JVM will be rather small, comparing to amount of working. I'll rather stuck with CORBA and just run the client and server in one JVM.