Question

I have generated a web app (Spring MVC-style) based on a MYSQL db using Spring Roo. I'd like to know what's the easiest way to export the data model to Drools Workbench? I know it's possible to import jars in the Drools repository, but how can I generate this jar from Spring Roo and make sure it has all the classes needed?

Thanks in advance.

Was it helpful?

Solution

Use Maven Assembly plugin to generate the Jar you need

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top