JBoss: Adding a New Binding for a New Service

Posted by mlaverd on Server Fault See other posts from Server Fault or by mlaverd
Published on 2010-04-29T11:13:01Z Indexed on 2010/04/29 11:17 UTC
Read the original article Hit count: 392

Filed under:
|
|
|
|

Hello,

Warning: I'm a J2EE newbie.

I have a server application that receives TLS connections containing Protocol Buffers messages. I'd like to port it to J2EE to take advantage of all its powerful features.

Is there a way to add a binding that would have TLS enabled and would speak to my piece of code for interpreting and handling the request's data?

If so, how?

Thanks in advance!

© Server Fault or respective owner

Related posts about jboss

Related posts about configuration