JBoss Drools 6.0 + Hello World Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 ม.ค. 2025

ความคิดเห็น • 15

  • @TheVamos101
    @TheVamos101 6 ปีที่แล้ว +2

    I think you need to move the "maven" folder into "META-INF". In the instructions on javainuse website it says so but its different in the video

  • @jussiuusitalo7422
    @jussiuusitalo7422 6 ปีที่แล้ว +1

    If you have problem with dependency, replace for example ${drools.version} and it will take the version from the properties could be that i'm missing something else but i got it to work that way.

    • @prerakshah9653
      @prerakshah9653 6 ปีที่แล้ว

      Getting DependencyResolutionException after adding ${drools.version} to pom.xml file. What can be done?

  • @gordan3715
    @gordan3715 8 ปีที่แล้ว +1

    Nice Tutorial..Thanks

  • @bajal123
    @bajal123 7 ปีที่แล้ว

    Well explained. Thank you.

  • @tangwendeo
    @tangwendeo 7 ปีที่แล้ว

    Thank you, this is very helpful fro Drools beginner

    • @JavaInUse
      @JavaInUse  7 ปีที่แล้ว

      Happy to help :)

  • @prerakshah9653
    @prerakshah9653 6 ปีที่แล้ว

    Getting DependencyResolutionException after adding ${drools.version} to pom.xml file. What can be done?

  • @chiranjeevi009
    @chiranjeevi009 4 ปีที่แล้ว

    Hi Sir, how to debug .drl file in eclipse ?

  • @USONOFAV
    @USONOFAV 7 ปีที่แล้ว

    How does the Ksession load the rules.drl?

  • @redalayadi564
    @redalayadi564 7 ปีที่แล้ว

    Nice tutorial,
    how can i apply this rules if we have a data file i mean if we want to load a data file and apply the rules to thoses data

  • @vanireddy2142
    @vanireddy2142 7 ปีที่แล้ว

    How to implement with failure case...if we pass Silver other than gold or diamond???

    • @JavaInUse
      @JavaInUse  7 ปีที่แล้ว

      In such scenario where you want- if..else if..else block. We make use of the activation-group. Take a look at the example here - javainuse.com/drools/drools_execution