开发者

How to check web application status written in Flash/Flex?

I have a typical web application that communicates in the following way:

SWF file makes service calls to Java services (Remote object, over BlazeDS on Tomcat), which in turn communicates to database.

How do I implement a status check service (hosted on another domain) that will check if the ENTIRE app is up and running?

Ideally, I'd make checker SWF that would load App SWF and called its fu开发者_开发技巧nction that would return something from the database (a naive service would count rows in table and hash it with MD5), but security constrains won't let me call loaded SWF's function.

Checking the java services only is not enough, as I am not checking the status of the SWF.

Any ideas?


it is possible to call a webpage with the flash on with a particular query string that will cause the flash to load and send a status message back - ie you call the flash indirectly through a webpage.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜