Re: Rdf description files
minddog <[email protected]>
| Newsgroups | gmane.comp.java.xwt.general |
|---|---|
| Message-ID | <[email protected]> |
On Monday 24 March 2003 08:14, Andrew Kohlsmith wrote: > > I was just doing some pondering for a while on how dotgnu could help out > > and solve some problems that xwt has with being available to everyone. I > > noticed you can't have search engines find information from these > > applications. Why not package a description file with rdf. Along with > > that, have your uri for the service return an rdf description to > > google-bots and such. It shouldn't be a lot of work, but solves a huge > > problem. My 2 cents =) > > I could just ask you in #xwt but I would appreciate if you kept it onlist > -- can you describe how this would work? Okay first look here: http://minddog.shacknet.nu:8080/wstest.dgmx Then here: http://minddog.shacknet.nu:8080/wstest.dgmx?xml We don't have rdf finished yet... but would be http://minddog.shacknet.nu:8080/wstest.dgmx?rdf What you are looking at is a webservice's documentation to its xmlrpc interface. All you need to write a client =) It's searchable by google too. I've seen googlebot in my logs. This could be perfect for XWT too. Just make sure the apache module generates the documentation for a browser(googlebot or konqueror). What you can do is include an rdf description file inside your xwars to read from and generate the documentation. A little extra usefulness would be to setup a nomenclature for all webservices, xwt or dgee. We could build a simple xml language for this and generate the rdf from that. <webservice-description> <application name="HotEmail" keywords="email:hot:webservice:mail:morekeywords" ... /> <... /> </webservice-description> That is another 2cents from me =) So make that a total of 4cents. Hope that helps. regards, -- --minddog( Adam Ballai ) "I try to take it one day at a time, but several of them attack me at once." -mistyflip _______________________________________________ http://lists.xwt.org/listinfo/dev