[Date Prev] [Date Next] [Thread Prev] [Thread Next] Indexes: Main | Date | Thread | Author

Re: [ba-ohs-talk] TouchGraph used on Langreiter.com


Comments below:    (01)

At 02:26 PM 12/15/2001 -0500, Alex wrote:
>At 04:32 PM 12/14/01 -0800, Jack Park wrote:
>>Alex,
>>I am hoping the next release will include the topic maps stuff you and 
>>Murray Altheim are working on.  Is your new code reflected in the cvs now?
>
>Hi Jack,
>
>Yes and no.  CVS includes the cleaned up code for TG that follows sun's 
>coding standards, and has some minor Topic Map enabling 
>functionality.  Nodes are now assigned ID's, and can have different 
>shapes.  Other then that, most of the changes that have been made are at 
>the layout level.  The topic map specific stuff is being kept separate on 
>Murray's end.    (02)

I'd bug Murray but he's packing to move to the UK to do a PhD at KMi.    (03)



>>There is a nifty Java wiki (BSD license) at 
>>http://www.pastiche.org/wiki/RewritingWiki  (as I type this, the site 
>>won't open).  It downloads as a .war file (just drop that into Tomcat and 
>>away you go).  Unzip the .war file and the source code is there.  It's 
>>about 65k download.  I think this would be pretty easy to 1) adapt to a 
>>database, and 2) add TG.
>
>Yeah, the site is still down.  So just a war file?  How does the wiki get 
>around using a database (or am I missing something).  Thanks for the link, 
>I'll check it out when the site is back up.    (04)

Yet still down.
The code uses an interface design called PageStore and implements it with 
SimplePageStore which just stuffs things into both a java.util.Map, and 
updates a flat file.  It would be fairly trivial to implement PageStore 
with an sql database, then set that up to talk to TG.    (05)


>--Alex
>
>
>>Cheers
>>Jack
>>
>>At 07:42 PM 12/14/2001 -0500, Alex wrote:
>>>At 11:24 PM 12/13/01 -0800, Eugene wrote:
>>>>On Mon, 10 Dec 2001, Alex Shapiro wrote:
>>>>
>>>> > Great news:  Christian Langreiter of http://www.langreiter.com has
>>>> > integrated TouchGraph into his Vanilla Hypertext System
>>>> > http://www.langreiter.com/space/vanilla-download
>>>>
>>>>This is really great news; congratulations, Alex!  I'll look forward to
>>>>the day when TouchGraph is part of every Wiki implementation. :-)
>>>
>>>Thanks Eugene :-)  I agree about Wiki's, TouchGraph really could be used 
>>>to make them much easier to deal with, by making their structure visible.
>>>
>>>Once dynamic DB access is worked out (with the main difficulty here 
>>>being clearing nodes from memory before the graph gets too large), it 
>>>seems that very little work would have to be done do visualize any 
>>>Wiki.  I checked out the code for phpWiki on sourceforge 
>>>http://sourceforge.net/projects/phpwiki/ , and was surprised to see how 
>>>simple the database structure is.  Also, something that struck me is the 
>>>TG visualization could be performed independently of the language that 
>>>the wiki was written in, all that matters is that the database is accessible.
>>>
>>>[----]
>>>
>>>
>>>>I actually attempted this before posting my original announcement, but
>>>>couldn't do it in less than 15 minutes, and gave up. :-)  I do want to
>>>>give this a shot myself when I do get a chance -- unless someone wants to
>>>>beat me to it -- and will definitely take you up on your offer.  When's
>>>>the ETA for the next release?
>>>>
>>>>-Eugene
>>>
>>>Ah, the ETA for my next release... Well, I keep thinking that it will be 
>>>soon, but then it turns out that something is harder to code then I 
>>>thought, or I get off on a tangent adding some neat feature.  I am going 
>>>to try to stay focused on releasing the next version though, so it 
>>>should be out in a couple of weeks ... and definitely by the beginning 
>>>of next year :)
>>>
>>>--Alex    (06)