[jboss-user] [JBoss Seam] - Re: Interface from C app to Seam?

sbryzak2 do-not-reply at jboss.com
Sun Sep 10 19:36:55 EDT 2006


Remoting was built for exactly this scenario, and even though we only provide a Javascript implementation of the remoting client, there is nothing stopping anyone from building a C (or whatever) client that integrates with the remoting servlet.  It uses a simple XML-based structure for its protocol, and does all the work of setting up the Seam request (creating contexts, resuming conversations, etc) for you.  

If you implement your remote methods then test them first using Javascript, you can turn on debug mode to see the contents of the request and response packets.  It should then be a pretty simple exercise to re-create the same request  structure in C.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970638#3970638

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970638



More information about the jboss-user mailing list