Hi,
Need some information about flash compatibilty with java using tomcat and
oracle server. Kindly tell me about the services which are used for developing
web application either free or paid. I think we can do it with the help of
flash remoting but need some guidance from u.
It will be a great help if u give me some information:confused;
maliko50 - 24 Dec 2005 17:37 GMT
Flash is compatible with the Tomcat engine. With flash remoting and tomcat, you
can call java classes from Flash actionscript to interact with databases. Data
can be returned to your Flash movie from Java and cast into the appropriate
actionscript object. I'm not familiar with Oracle as I use Mysql, but I'm sure
it works if you can access your Oracle database from Java code.
Good luck.