Drools - Rule Engine Integration with Spring framework | java Techie

preview_player
Показать описание
This video will explain you how to integrate Drool Rule engine with Spring Boot application , where we can separate our rules from business logic

#SpringBoot #Drools #RuleEngine

GitHub:

Blogs:

Facebook:

guys if you like this video please do subscribe now and press the bell icon to not miss any update from Java Techie
Рекомендации по теме
Комментарии
Автор

Thank you, Indian colleague. Fast and easy to get explaination of the Concept and Spring integration example.

amitrofanov
Автор

Nicely explained Ty so much love from Odisha

Prem--official
Автор

Hi sir we need more videos on micro services and kindly upload videos on real time payment integeration like instamojo or razorpay using spring boot as backend

ankittiwary
Автор

Thanks Buddy... Time saved... Add lombok dependency o avoid setter and getters code

rajeshbongurala
Автор

Very good explanation and showed all steps. Thank you.

iamsreekanth
Автор

Thanks very much for the video Sir 👍👍👍

siyedyoussef
Автор

thank you, very helpful and informative

trhoangdat
Автор

Easy to understand and very helpful. Thanks

nileshdongre
Автор

very nice sir, thanks for your time for all this, god bless you .

br
Автор

Nice video, explain very well with good example, if you don't mind can you provide live example

veerapavakumarbandi
Автор

hey. awesome basic stuff. really helpful. is there any way you can expand this a bit more ?

noob_player_in_the_field
Автор

I don't understand the difference between hard coding the conditions in java or using drools instead. You're still hardcoding all the actions and results. Does the drools engine just process at a much superior speed?

youngsensei
Автор

Hi thanks for shring this, but I have a simple a question, you said we should use drool engine so that we no need to change the hard code conditions BUT you also simply move if-else conditions to *.drl file and it's inside resources folder if we need to change we need to build and redeploy this service right ? then what's the advantage ? I'm not getting it. Please explain

azharmobeen
Автор

I am just wondering how discount is calculated, you are just setting the discount to 10, 8, 15, how it is taking discount from the price? kindly answer

tusharramteke
Автор

Hello, I get this error in trying to start my spring boot app. My excel sheet is in the same resources folder and is in .xls format. “Failed to open Excel stream, please check that the content is xls97 format”. Please help.

gayatriv
Автор

Thank u so much dude for the awesome content

sarojsahoo
Автор

If I change some value in .DRL file, do I need to restart the server to take effect?

basu.arijit
Автор

Hi, Is it possible to work with multiple object in drl file like orderObject?
Example :- based on condition from first object, i need to call the method for second object.

tejalfegade
Автор

What about auditing and history records?? Not recommended for production purpose.

sumitkarmakar
Автор

Hi sir @Java Techie we can use property file then what is the more advantage of drools

JavaWallah-tpue