How to Install Red Hat Decision Manager 7.7
There are many ways to introduce business logic into your development projects, but there is only one way to ensure that it scales...
Join the DZone community and get the full member experience.
Join For FreeThere are many ways to introduce business logic into your development projects, but there is only one way to ensure that it scales.
When you start out as a developer you don't even realize that those if-then-else statements are business logic. You don't recognize case statements as logical choice moments in the flow of your application. It's ok, that's where it all starts for everyone.
Over time you start to see these logical constructs growing and becoming more less manageable. Who wants to continue to add another else if statement to the growing chain of logic in their program?
Enter rule engines and the ability to externalize all of your development projects business logic. Not only that, it can become a repository of reusable logic for your entire application landscape and give your business users insights into how their applications can be changed without new releases.
All this and more is possible when you learn to use and add rule engines to your developer toolbox.
Open source rule engine
One of the well known open source rule engines is the Red Hat Decision Manager, a product that flows from the upstream Drools projects. In the past I've kept you up to date on installing Red Hat Decision Manager with my easy install project.
Well here's an update that installs the latest business logic tooling for your development projects in just minutes on your very own machine.
Not only that, it's done in just three easy steps, so let's take a closer look and see if I'm pulling your leg or telling the truth about how easy this installation can be.
Just three easy steps to a fully installed and configured Red Hat Decision Manager.
Install on your machine
There are a few component you'll need to download for free from the provided developers site, then obtain the project linked below, add the downloads, and run the installation script.
Watch the installation unfold before your eyes, with configuration, settings, and user creation all detailed in the script output so you can learn from the installation.
Give it a try with these three steps:
- Download and unzip.
Add products to installs directory, see installs/README for details and links.
Run 'init.sh' or 'init.bat' file. 'init.bat' must be run with Administrative privileges
Log in to http://localhost:8080/decision-central (u:erics / p:redhatdm1!)
That's it, not it's time to enjoy your installed and configured Red Hat Decision Manager.
Not sure how to get started with decision management and business logic? Try this online workshop to build a first project from scratch.
Published at DZone with permission of Eric D. Schabell, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Trending
-
Knowing and Valuing Apache Kafka’s ISR (In-Sync Replicas)
-
Five Java Books Beginners and Professionals Should Read
-
What to Pay Attention to as Automation Upends the Developer Experience
-
A Complete Guide to AWS File Handling and How It Is Revolutionizing Cloud Storage
Comments