开发者

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, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 11 years ago.

I'm thinking about to use CO开发者_如何学PythonRBA to make some interoperable applications with each other.

In sometime, there will be much request (Ex: 10,000 req/trasaction) then I've discards using SOAP.

I've seen ICE from zeroc (Differences between Ice and CORBA) but I don't trust in ICE completely because it isn't based on a standard and is developed by a company and not a community.

So, I'm looking for free-open-source CORBA implementation binding to Java, but I don't know what is the best.

Could you tell me your opinions? I'm crazy?

Regards.


Maybe it's not the answer you want, but I would recommend to use something else than CORBA.

Your're right that SOAP comes with a lot of overhead, but the problem with having to deal with many transaction is often not the protocol you use, but the programming model.

So, have you thought about using a RESTstyle application? (JAX-RS, part of Java EE 6) When being stateless you are usually able to handle many parallel requests, since you don't need session information per client. This of course has to fit your overall design, since using an RMI approach as you planned usually is preferred when having coarse grained use cases and dialogues with the other system instead of small independent operations.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜