How to make a JBoss service to handle Protocol Buffers directly?
Posted
by mlaverd
on Server Fault
See other posts from Server Fault
or by mlaverd
Published on 2010-05-04T05:48:19Z
Indexed on
2010/05/04
5:58 UTC
Read the original article
Hit count: 264
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?
© Server Fault or respective owner