macromedia flash flash remoting:
Hello, I hope this post will be replied soon. AN please if a Macromedia developer look at this i will appreciate much if he gives his/her mail to communicate. Look in developing a FLASH INTERFACE FOR A J2EE Back end, im using flash remoting on OC4J . I need to make flash to wait until answer from Flash remoting is received an as 'result' is received so have a function on Flash to say if resutl received "do this" (like gotoAndPaly() or something)), but for this i want to put a loader so the client knows a transaction is waiting, so he know what is going on. Flash remoting has an status of call i know, but how can i handle this with action scripting to display a loader until result is received and pass tio nex section of my movie? I will appreciate a lot oyur answers. Thanks and BVye.
I resolved this using response objects create a new response object and thats it. responseObj = new Object(); responseObj.onResult = function(result){ // here you can place anything you want . } responseObj.onStatus = function(status){ //you get here only if there is an error from server } hope this will help for someone bye Adrian Cadena
Hi, With my partner Vinicio we have succesfyllu deplyes an EJB 2.0 application on OC4J 9.0.3 and 10 G IAS so if you have any qeustions please let us know. vllumiquinga@kruger.com.ec o acadena@kruger.com.ec We will b eglad to help you on installation of flash remoting on this environment. Bye.
Hi Adrian and Vinicio; I have developed an application using J2EE technology and deployed in Oracle AS. I have GUI currently developed using Applet and Java APIs to draw some graphs. Tha data is picked from a singleton class via servlet. I am trying to use Flash as the Frontend to draw my graphs . I am using Flash Mx Professional 2004. Using Flash how can i pick the data from the server OR how can i communicate with the J2EE server components to get my data?? What product to use? What flash technologies to use like Action Script and Remoting? I am new to Flash but i am comfortable with J2EE technologies. Kindly help me on this. regards Krishna Karthik
Hi Krishna , I am also working on one J2EE Project, and creatting charts/graphs in flash. I have not used Flash Remoting, instead was fetching the data from XML file at server side and plotting the graph as per he values. I thing plotting through XML would be much faster, but if u have done with any other way do let me know. Thanx Ashish
Hi ashish; Currently i am exploring the XML Connector mechanism. Will inform you when i try remoting. Couple of questions to you: 1. Which Application Server are you using? 2. What kind of graphs are you drawing (Real Time or Continous/ Static graphs)? Any references you have to help me do the same (Graph Drawing and Client-Server communication). thankx Krishna Karthik
Hi Krishna Karthik, Sorry for delayed reply. Answering your questions: 1) We are using IBM WebSphere 5.1 (App Server) and database is DB2 2) I am drawing (multi-line) Line Charts, Distributed Charts and Bar Charts at run-time. As I said every time user selects INPUT parameters like Year, Class, Subject, etc,..we are generating new XML which Im loading and plotting the same as per the Type of Chart Selected by the User. Anythign else u need, let me know. Ashish
Don't see what you're looking for? Try a search.
|