Is there a way of combining Ogre3d's Hikari and BlazeDS?
Posted
by zooropa
on Stack Overflow
See other posts from Stack Overflow
or by zooropa
Published on 2010-05-21T13:07:30Z
Indexed on
2010/05/21
13:10 UTC
Read the original article
Hit count: 274
I am trying to load a swf into an Ogre3d/Hikari application and that swf uses BlazeDS to communicate with a Tomcat server. The swf is from another project that is used in a browser environment. So, the swf is served from Tomcat to the client's browswer. It seems like there are two main issues. The first is a sandbox issue with using the swf in a different sandbox type than a browser environment. The other issue seems to be setting up the BlazeDS message broker and the other communication channels and endpoints. As far as both of the issues are concerned, it seems like the Hikari application is similar to an Adobe Air application and can use similar approaches. Does this seem like a reasonable approach? Does anybody have any similar experiences? If so, how were things configured?
© Stack Overflow or respective owner