From: <jm...@us...> - 2013-06-29 18:59:05
|
Revision: 3618 http://sourceforge.net/p/eulergui/code/3618 Author: jmvanel Date: 2013-06-29 18:59:00 +0000 (Sat, 29 Jun 2013) Log Message: ----------- - WIP: Developping Data manager GUI: generic app. to manage underlying SPARQL 1.1 database: navigate and update; - RuleBasedApplicationWithCache now caches in TDB each N3 source loaded with addKnowledge(), and checks if it is Already In Cache - now RuleBasedApplicationStarter checks if Knowledge is already Added in in-memory KB TESTED with SWExplorer - TripleStoreFromNamedModel now epxlicitely shares the database when created from TripleStoreTDB Modified Paths: -------------- trunk/eulergui/src/main/java/deductions/runtime/Persistence.java trunk/eulergui/src/main/java/deductions/runtime/RuleBasedApplicationStarter.java trunk/eulergui/src/main/java/eulergui/gui/actions/SPARQLServiceInputAction.java trunk/eulergui/src/main/java/unif/TripleStoreFromNamedModel.java trunk/eulergui/src/main/java/unif/TripleStoreTDB.java trunk/eulergui/src/main/scala/deductions/runtime/RuleBasedApplicationWithCache.scala trunk/eulergui/src/main/scala/deductions/runtime/swing/explorer/SWExplorer.scala trunk/eulergui/src/main/scala/deductions/runtime/swing/explorer/SWExplorerWindow.scala Added Paths: ----------- trunk/eulergui/examples/graphs.rq trunk/eulergui/src/main/scala/deductions/runtime/swing/data_manager/ trunk/eulergui/src/main/scala/deductions/runtime/swing/data_manager/DataGUI.scala trunk/eulergui/src/main/scala/deductions/runtime/swing/data_manager/DataGUIWindow.scala This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |