Hello The first working version of the enhancer and engines are now in the ng branch. There are still some issues:
- jsonld serializer not in place (reson unclear) - Only two chains appear, wait now after a restart the dbpedia-spotlight one isn't there either .... - The refactor engine doesn't work for its unmet dependencies The code porting was mainly about removing the use of service access via Servlet-Context. For this jax-rs resources are imlemented as services and can no longer access a supeclass constructor with jax-rs injected value. To avoid duplications of code I did some refactoring to use subresource methods. For now the goal was to keep it close to the original and don't change more tha necessary. In some cases this lead to constructors for the data-object passed to the viewable taking an ugly lot of arguments. The code is all in all a bit shorted. This is mainly because some root resource classes had to be merged together. I would be glad if you could have a look at ng and help resolving the open issues to that this can soon become the main development branch. Cheers, Reto