Jean-Marc Vanel

Results 66 comments of Jean-Marc Vanel

Will also enable a search by example: After selection of a few URI, like for example Beatles and Rolling Stones in dbPedia, other concepts are expected to be found like...

Weeger created a repository for the JS client in plain JS, jQuery , Bootstrap : https://github.com/assemblee-virtuelle/semantic_forms_client_js One more with Mustache, and the issue is closed :)

C'est demandé si gentiment :) . The DELETE action will be implemented in https://github.com/jmvanel/semantic_forms/blob/master/scala/forms/src/main/scala/deductions/runtime/services/LDP.scala and will call removeGraph() ( removeGraph is allready used here ) A new route must be...

In need of a recommandation for a JavaScript tree view library .

jstree looks good (and anyway we allready use JQuery-UI), The doc. is very terse, but I guess JQuery experts will understand :) . We have to calculate the tree from...

Yes, bind from SPARQL query would be nice. Otherwise, we have already: - bind from object - iterate over fields - render as html div - plus bind from OWL...

The main thing is here in FormModule: ``` scala case class FormSyntax[NODE, URI

render to be a method of FormSyntax, that would not be clean and modular; currently FormSyntax is just a form specification and is independant of any rendering platform like HTML,...

The OOP point of view leaves freedom as to which object does the job. Is this case, the job of rendering should be done by a renderer object, which in...

I don't want to do something oriented towards the framework developpers, but something friendly to the applications developpers, contrary to some other projects ;) . To achieve this friendlyness, we...