Wednesday, March 8, 2006, 10:06 PM
Today is finished implementing the xmlrpc interface to Gnowsis 0.9 that we are doing for the Semouse people. As an added bonus I can get away from evil Java for a bit and interface with Gnowsis in python!
Gnowsis exports a range of XML-RPC methods, the ones I made today make up an interface to the different stores of gnowsis-server. Some javadoc will appear soon, but there are methods like addTriple, removeTriple, querySelect, queryConstruct.
Now with this in place I can write the python code:
#!/usr/bin/env python
from xmlrpclib import ServerProxy
server=ServerProxy("http://127.0.0.1:9993");
#print server.listMethods()
print getattr(server,"gnowsis-server_dataaccess.querySelect")("gunnar","fulltext")
And it works! As soon as I can convince Leo we will rewrite the whole gnowsis GUI in python! :)
Should anyone feel like trying this the code in svn...
With the latest wiki stuff working Gnowsis is really starting to free itself from the chains of ugly Swing GUI hell.
[ add comment ] | permalink |




( 3 / 2438 )Wednesday, March 8, 2006, 08:46 PM
- Everything Else

So I'll bite the bullet. It's too late to rebel against the terminology. And the principle is very interesting. And all my friends are doing it. I DO have some issues with writing something and thinking people might want to read it...
BUT
Inspired by this man's quite technical writing about research topics I will try to write about research and programming problems that bother me on a day to day basis. That is no teenage angst, no music, no pubs and clubs of kaiserslautern, no holidays. Although I might write a bit of about beards. We'll see how it works out.
[ 4 comments ] ( 52 views ) | permalink |




( 2.9 / 3336 )Back



