fpriyatna / morph-LDP

morph-LDP is an extension of Morph that provides LDP interface.
Apache License 2.0
2 stars 0 forks source link

How to include into morph-rdb #1

Open Dedli opened 7 years ago

Dedli commented 7 years ago

Hi,

can you explain, how to include morph-LDP into the main morph-rdb project? I've included the MorphLDPRunner.scala an MorphLDPRunnerFactory.scala in morph-r2rml-rdb project. I can complie the project and create the morph-dist. Do i need a Tomcat or something? Can you explain how to go further. Thanks for your help.

fpriyatna commented 7 years ago

hi Dedli,

I don't think you can include morph-LDP into the main morph-RDB project. It should be the other way around. morph-LDP uses morph-RDB as one of its main components, so a jar of morph-RDB shoud be included inside morph-LDP.

Please let me know if this answers your question or no.