|
From: Andrew T. <ajt...@hi...> - 2006-10-16 16:14:02
|
Great Work Kevin! Hopefully I'll get a chance to look at this in the next couple of days - though things are really busy for me. Khaled, what's the schedule for your avail. on finishing up the UI? Andrew On 10/16/06, Kevin <ke...@dr...> wrote: > Team, > XML-RPC and JSON-RPC support is in place. I added phpxmlrpc for the > server side and jsolait for the javascript client. > > I added a temporary link to the top menu to demonstrate it working. > "Send a ping to web service". > > To add more methods you just need edit the files in lib/api/. > * rpc_map.php defines the method signature. > * rpc_methods.php defines the method/function implementation. > > > The javascript generator is fairly limited. It doesn't like periods in > the names of rpc methods Also, it defaults to do synchronous method > calls. For event handling, I know this is not good. In order to do an > async json-rpc call, you have to pass a function as the last argument to > the method. It will automatically switch to async mode and use that > function argument as the callback for the response. > > Cheers, > Kevin > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Fofredux-devel mailing list > Fof...@li... > https://lists.sourceforge.net/lists/listinfo/fofredux-devel > -- Andrew Turner ajt...@hi... 42.4266N x 83.4931W http://highearthorbit.com Northville, Michigan, USA |