macromedia flash flash remoting:
Hi everyone: I want to run an example of dataGrid with Flash remoting.I use Tomcat (jsp server). The Remote doc says: "13. Inside the parenthesis, type ?http://localhost:8100/flashservices/gateway? for the location of the Flash Remoting servlet that handles all remote requests. Use the port number of the server where you deployed the Flash Remoting MX server." What the "/flashservices/gate" meaning? I haven't this servlet. My web app haven't this directory so the app can't run property. Someone had test this example? How to fix it? Thkes!
I didn't use tomcat but coldfusionMX which has a built-in support of flash-remoting. http://localhost:8100/flashservices/gateway/ is a virtual directory that normaly display a blank page when you try to watch it in a web browser. If you have an error message, it means that your server isn't configured to support flash-remoting. Did you have installed Flash remoting MX?
I install it . And I resolve it.only add Attribute to web.xml. If I read many data from database to DataGrid,how to paging? I mean I want to display 10 records per time. How to do it?
I use java programming. I get many data from database frequently. If you get 10,000 records from mySQL how do you process them? load them to DataGrid one time? I want to populate them several times. Do you have better sugguestion? : )
Don't see what you're looking for? Try a search.
|