views:

69

answers:

1

Hello.

I've try with EJB 3.0 and swing client and i've tried with glassfish and jboss as application server

when i did use glassfish, the comunication is via corba. when i did use jboss, the comunication is via JNP.

in my tests the JNP was faster than corba

who has some like this?, and who could tell me which is better: JNP or Corba? and why?

thanks

+1  A: 

The only advantage I can see to Corba is that it allows you to work with non-Java-based services and/or clients. However, unless that is a requirement, I would stick with JNP.

Devon_C_Miller