Hello everyone, My current server is a hand-made thing that uses protocol buffers to talk between client and server through TLS connections. I'd like to port that to J2EE to take advantage of built-in features like load balancing and all.
I was dreaming of something simple, where I wouldn't have to handle the TLS and the worker thread pool at all. In a way, it'd be like a Servlet, but it would handle protobuf input instead of HTTP. Or it could be seen as a service too. How could I implement this requirement using open source J2EE servers? Regards, Marc-André LAVERDIÈRE "Perseverance must finish its work so that you may be mature and complete, not lacking anything." -James 1:4 mlaverd.theunixplace.com/blog /"\ \ / ASCII Ribbon Campaign X against HTML e-mail / \ -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/protobuf?hl=en.
