From: Stefan L. <li...@ap...> - 2008-10-21 13:41:55
|
Hi Lars, I saw a photo that you got the price at TMRA congrats. Can i find some report and slides from TMRA 2008 somewhere? stefan 2008/10/21 Lars Heuer <he...@se...>: > Hi all, > > While working on Atomico <http://atomico.googlecode.com/> I wondered > if it would make sense to implement a TopicMapSystem for tinyTiM which > works upon TMShare. The first implementation would be read-only, I > guess. > > Something like: > > tmSysFactory.setFeature( > "http://tinytim.sf.net/feature/tmShare", > "http://iri.which.points.to.a.tmshare.overview"); > > TopicMapSystem tmSys = tmSysFactory.newTopicMapSystem(); > > for (Locator loc: tmSys.getLocators()) { > System.out.println(loc); // Prints out the available topic > // maps at the specified server > } > > TopicMap tm = tmSys.getTopicMap(loc); > > tmSys.createTopicMap(loc2); ---> Exception, the tmSys is read-only > > > The topic map and the system could also be writable but there wouldn't > be any synchronisation with the TMShare server (at least not in the > initial version). > > Thoughts? > > Best regards, > Lars > -- > Semagia > <http://www.semagia.com> > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > tinyTiM-discuss mailing list > tin...@li... > https://lists.sourceforge.net/lists/listinfo/tinytim-discuss > |