protegeproject / webprotege

The webprotege code base
Other
619 stars 251 forks source link

Web Protege documentation #678

Open Bodawen opened 4 years ago

Bodawen commented 4 years ago

Hi everyone

I want to extend web protege to support online reasoning and debugging. Therefore, I am looking for documentation about it. Unfortunately, there are almost no documents about the latest version(4.0.0) on the Internet. I tried to understand the code but found that the project applied many tools to generate code automatically. That confused me. Can you provide some documentation about the web protege project?

Bodawen commented 4 years ago

I try to implement a new portlet. I noticed that webprotege-maven-plugin will automatically generate the factory class. How to automatically generate a new portlet into the PortletFactoryGenerated class? In addition, I have questions about the code injection of dagger. I added new @provides in the ClientApplicationModule class. However, after rebuild, no new Provider was generated in DaggerClientApplicationComponent. Why is this happening?