I took a look at the Brava web site here http://www.bravaviewer.com
It seems that the product supports " HTML and Java Script" integration , so maybe you can just embed Brava objects into your web pages.
ShalomC
Main Topics
Browse All Topics





by: shalomcPosted on 2009-10-08 at 02:29:00ID: 25523410
this is what web services and soap are for.
A web service is really a RPC wrapped in SOAP over HTTP. So, practically, you can have a PHP application executing API calls to other applications using web services, regardless of the technology behind. Everything works as long as you stick to standards.
What remains to be seen, is if your Brava applications has ready API call hooks, else you have to write them yourself.
ShalomC