From: Stefan L. <li...@ap...> - 2008-04-17 10:29:08
|
Hi Lars, if we are working on tinyTIM 2.0 to adapt TMAPI 2.0 i plan to implement a new feature. I'm working with XmlBeans for a very long time now and it is a great help when working with XML. I want this stuff also for topic maps, so i have Java Types for my TopicMap types with getters and setters for the information items. On one hand you can modify your topicmap with the direct java calls, but you are also able to modify it via the underlying untyped tmapi calls. I thought about this earlier in 2006-10 when reading Lars Marius Blog about TMRA2006 See my comments below http://www.garshol.priv.no/blog/74.html <http://www.garshol.priv.no/blog/74.html> The original approach of TMObjects is quite a bit different , its like hibernate for TM. see http://www.networkedplanet.com/ontopic/2007/07/topic_map_objects_research_pap.html <http://www.networkedplanet.com/ontopic/2007/07/topic_map_objects_research_pap.html> |