fadmaa / RDF-faceted-browser

a faceted browser on top of RDF data available through SPARQL endpoints that support COUNT/GROUP BY queries
MIT License
36 stars 2 forks source link

Abstracted UI out of web app space #22

Open fils opened 12 years ago

fils commented 12 years ago

Is it possible to have the UI separate from the webarchive?

I'm working on an app in Go and would love to embed the faceted UI into that app and have it call back to the java app server for the data/updates.

Is this possible?