generate jar with type declarations?

1 message Options
Embed this post
Permalink
strug

generate jar with type declarations?

Reply Threaded More More options
Print post
Permalink
hi there!

i am asking myself if there is a way to get the compiled type declaration? i found one thread that says that guvnor can do it.

what i want to do is s.th. like that:

- writing rules using dynamic facts (type declarations)
- generating a jar with the compiled type declarations
- using this jar inside a unit-test only
- having full code completion and strong typing
- avoid using "string-based" factType API

Regards, Leif