Changes between Version 4 and Version 5 of XmlRpcDeveloping
- Timestamp:
- 04/28/06 19:47:40 (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
XmlRpcDeveloping
v4 v5 74 74 The best way to use gnowsis XML/RPC and AJAX services is, at the moment, to edit the HTML files in /services/gnowsis-server/*.html. They form a nice basis to get started, we frequently enlarge them with more examples. You can also start any other HTML project on your harddisk, Javascript and JSOLAIT are rock-hard technology and run pretty easy. 75 75 76 = Restrictions and caveats = 77 '''No real ajax library used yet'''. Did you notice? we did not use coldfusion or any other cool Ajax library. We will, surely, soon do that. 76 78 77 78 79 = Restrictions and caveats =80 79 Be aware that our server only answers to requests coming from {{{127.0.0.1}}}. So, you will not be able to run server-to-server programs with it. That is good that way: gnowsis is a desktop server, not a web server. If you feel to change that, you may want to look at that {{{jetty.xml}}} file closer, but be warned: opening gnowsis to the network is not just a small security risk, its really a problem. Don't open the gnowsis ports to outside, people can easily run shell commands via the XML/RPC port with your user's rights and cause havoc on your machine. 81 80