Blog Posts on knowledgetree




Percent:
 
Distinct:
 


KnowledgeTree integration using Apache Camel by Technology for All on Oct 20, 2008What the hump is Apache Camel?Camel is a Spring-based Integration Framework that implements routing and mediation rules using a Java-based Domain Specific Language (DSL or Fluent API), via a Spring-based XML configuration files or via Scala DSL.The u...



ZK Version 3.0.7 released by Technology for All on Aug 3, 2008The ZK front-end app to KnowledgeTree was developed using version 3.0.6. The newer version 3.0.7 was released on August 1 and I had the chance to install ZK from scratch and run the ZK front-end app successfully.Here are the steps:download zk-bin-3.



ZK + SOAP + KnowledgeTree by Technology for All on Aug 2, 2008Here's a working ZK app that performs a SOAP login to KnowledgeTree's web services.I've uploaded the source code to a KnowledgeTree repository and can be downloaded using the KT-Gadget. You need to download the following files:ZK front-end



Using KnowledgeTree SOAP Services from Java apps by Technology for All on Jul 20, 2008I'm making a front-end to KnowledgeTree using the ZK Ajax framework so I eventually dipped my fingers into KT's web service integration from a Java app. My previous SOAP projects involved a Tcl client and a Google gadget using the javascript/php



KnowledgeTree document download via Google Gadget by Technology for All on Jun 20, 2008This is an installment feature for the KT-Gadget, a widget for KnowledgeTree, an open-source document management system.As mentioned in the previous post, I employed an application proxy to act as a bridge between a Google Gadget and KnowledgeTree's.



Accessing Soap Services from Google Gadgets by Technology for All on Jun 12, 2008The earlier gadget projects I developed have utilized third-party web services from a variety of sources:Google Maps for geographic dataGoogle Docs spreadsheet as XML datasourceIP-Geolocation (IP address->Country) service from HostIP.InfoUser profile..



OpenID login for Knowledgetree by Technology for All on Apr 22, 2008I have replaced (not integrated) KnowledgeTree authentication with OpenID. Supporting both default and OpenID authentication requires more work and that can come later.This is by no means final since only limited testing has been performed so far.



A Tcl Web Service client for KnowledgeTree Document Management System by Technology for All on Jan 21, 2008Sometime last year, I dabbled with KnowledgeTree's web services and (somehow I've forgotten why) I ended up with a Tcl client to perform a document upload. Before I lose this chunk of code or forget about it altogether (and it happens a lot), I