3/11/2010 1:01:21 AM
Title:
java API in flex
I need to call java API in FLEX.
help please
3/11/2010 1:56:19 AM
You can call a java api similarly as you do you with .net or php. You can use HTTPService or WebService in flex to communicate with java API on your server .
3/11/2010 4:11:49 AM
hi Moxi
i need to call java api for desktop application .i don't know to call java api in .net or php also.
can u help me to get that.
thanks in advance
3/11/2010 7:39:26 AM
actually your question is not very much clear.
please mention what technologies are you using , flex, flash , AIR and also mention where is java application is it on desktop or at some webserver ?. You said java API. Java API is set of all the java classes which is used to develop java applications, applets etc. I wonder what are you trying to do with JAVA API. Please also mention what are you trying to acomplish by giving some small example, i.e I am trying to launch a java applet, or send data to java applet , something like that. This will help to provide you accurate and fast solution.
A flex application can only access java applets embeded in the same html page through javascript. If java application is on server , then you can send and load data from java on server using hhtp requests. Flex cannot access or launch any application from desktop whether its java or any other .