JBoss Service with SSL and Protocol Buffers
Posted
by mlaverd
on Stack Overflow
See other posts from Stack Overflow
or by mlaverd
Published on 2010-04-30T14:46:35Z
Indexed on
2010/04/30
14:47 UTC
Read the original article
Hit count: 283
Hello everyone,
I'm interested in building a JBoss service. Because I'm reusing some existing code, the service must be able to talk SSL/TLS and Protocol Buffers.
The documentation I see on the JBoss wiki makes it look like services have their transport and data interpretation handled by JBoss itself. Is it really the case?
How could I implement this requirement?
Regards,
M-A
© Stack Overflow or respective owner