-
RMI
- RmiServiceExporter
- RmiProxyFactoryBean
-
Hessian & Burlap
- HTTP-based remoting protocol
- Custom servlet
- HessianServiceExporter
- HessianProxyFactoryBean
-
HttpInvoker
- Standard Java serialization mechanism to expose services through HTTP
- J2SE to perform HTTP calls or Commons HttpClient
- HttpInvokerServiceExporter
- HttpInvokerProxyFactoryBean
-
JMS
- Sends and receives on the same thread and in the same non-transactional Session
- Configuration
- Server
- Client
-
EJB
-
Acceso
- Service Locator
- Business Delegate
- Dificil de testear
- Código duplicado
- Tratar exceptions
-
Accessing local SLSB
-
local
- jee:local-slsb
-
remoto
- jee:remote-slsb
-
Spring's EJB implementation support classes
- AbstractStatelessSessionBean
- AbstractStatefulSessionBean
- AbstractMessageDrivenBean
- AbstractJmsMessageDrivenBean
-
EJB 3 injection interceptor
- @Interceptors(SpringBeanAutowiringInterceptor.class)
- @Autowired
-
Acerca de
- Topic
- Topic