[Optaplanner] provisioning / scalability
by Mats Norén
Hi,
I have a use case where multiple users need to run multiple simultaneous
solvers.
Is there a best practice in scaling out Optaplanner for multitenancy?
Just to be clear I'm not interested in scaling out a single optimization
run but instead multiple solvers.
So I'm looking for pros and cons for:
- multiple solvers in the same JVM
- multiple JVM:s on a single machine (with multiple solvers)
- multiple machine setup
- virtual machine vs lxc (Docker) vs bare metal
I'm also interested in provisioning of rules etc
Regards,
Mats
12 years, 2 months
How to add entity classes to Workbench?
by John Manko
I downloaded and configured Workbench (Guvnor), and I'd like to add my
entity classes to it in order to create rules to manipulate their data. I
don't see an JAR import function. Is this possible?
12 years, 2 months
Clarification needed on Workbench
by John Manko
I need some clarification on Workbench.
First, I'd like to use Workbench to allow business analysts create business
rules to manipulate entity classes through the UI. Then, I'd like to
export the rules from Workbench to a rules that will be loaded into our
application for use by our Drools bean. Ifs this possible?
Second, can rules reference EJBs or perform JPA queries?
Thanks.
12 years, 2 months
drools 6.0.0 examples?
by gallaxhar
I installed eclipse+drools plugin+drools 6.0.0 runtime, now I'm looking for
the drools-examples zip file
this page
<http://docs.jboss.org/drools/release/6.0.0.Final/drools-docs/html/ch19.html>
says,
> Make sure the Drools Eclipse plugin is installed, which needs the
> Graphical Editing Framework (GEF) dependency installed first. Then
> download and extract the drools-examples zip file, which includes an
> already created Eclipse project. Import that project into a new Eclipse
> workspace. The rules all have example classes that execute the rules. If
> you want to try the examples in another project (or another IDE) then you
> will need to set up the dependencies by hand, of course. Many, but not all
> of the examples are documented below, enjoy!
>
> Some examples require Java 1.6 to run.
However I could not find instruction as to how to get this file.
--
View this message in context: http://drools.46999.n3.nabble.com/drools-6-0-0-examples-tp4027976.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
12 years, 2 months