Вопрос

I want to upload my POJO code into Drools Guvnor. Problem here is POJO code should be only in .jar file. How would I convert my POJO code into jar file so that I can upload it easily in Drools Guvnor.

Это было полезно?

Решение

I would recommend learning the basics of Java before delving into Drools and Guvnor!

Here's the Java tutorial on creating Jar files:

http://docs.oracle.com/javase/tutorial/deployment/jar/build.html

... but you would be better off using Maven to do your builds:

http://maven.apache.org/

Другие советы

Take your all POJO files that are to be converted into .jar file,right click them and export it as jar, name and locate your jar file .Now, Move to drools guvnor -->select the package-->Assets-->Model,open it and upload that jar here

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top