Drools 5 - Complex Event Processing
Introduction to Drools Fusion
From Drools version 4 to version 5, the framework has undergone quite a few improvements. These include support for three additional business modeling techniques. So today, Drools is not only a rule engine, but much more than that. One of these techniques is event processing. The module that added event processing ...
If you like this post, then consider subscribing to the full feed RSS.
Categories : drools
If you like this post, then consider subscribing to the full feed RSS.
Drools 5 Case Study 1- Writing DSL for DRL rule
A small real life case study from one of the blog readers
One of the blog readers, who posted a comment in my previous post Drools - tutorial on writing DSL template asked to me to help him with creating DSL for the following rule, so I decided to use his example as a small case study: For readability, I added some comments to the original rule: rule 'Rank accomodation ...
If you like this post, then consider subscribing to the full feed RSS.
Categories : drools
If you like this post, then consider subscribing to the full feed RSS.
JBoss Security - JMX Console
Importance of securing JMX Console in production environment
I was reading about JBoss security today, and came across the following page: JBoss Security vulnerability JMX Management Console. The guy tells how common is to come across servers on the Internet that run completely unsecured JMX-Console. I gave it a try, typed few keywords in Google, and voilà - around ...
If you like this post, then consider subscribing to the full feed RSS.
If you like this post, then consider subscribing to the full feed RSS.
Feedback by the Drools Team
Mark Proctor, the project lead notices Java Beans dot Asia
Today while checking my blog's referrers, to my pleasant surprise I discovered that few Drools articles I have published on this blog, were praised by Mark Proctor in Drools blog. Mark is one of the Drools creators and I think at the moment the project lead. The following is the post where my articles were ...
If you like this post, then consider subscribing to the full feed RSS.
Categories : drools
If you like this post, then consider subscribing to the full feed RSS.
Brainteaser Drools: Testing Objects
This can be a hard one, since it requires from you to be familiar with Drools. Consider the condition side of the following rules: rule "object comparison one"no-loop when $customer1 : Customer( ) $customer2 : Customer(this != $customer1) then System.out.println(&...
If you like this post, then consider subscribing to the full feed RSS.
If you like this post, then consider subscribing to the full feed RSS.
Правильный настрой по приезду в Австралию - Часть 4
Несколько советов что и как желательно делать и ожидать по приезду
Ниже приведен совет парня по нику авгадай...(Alexander Zagniotov) Не ищу согласия, не ищу подтверждения. Так, чувак на митинг опаздывает, так что есть какой-то момент на написать немножко. Пишу о чем вижу, пишу чего думаю, Имею Мнение Хрен Оспоришь. Не буду о правильном настрое, ибо все мы разные, ...
If you like this post, then consider subscribing to the full feed RSS.
Categories : off topic
If you like this post, then consider subscribing to the full feed RSS.
Правильный настрой по приезду в Австралию - Часть 3
Несколько советов что и как желательно делать и ожидать по приезду
Ниже приведен совет девушки по нику silver... (Alexander Zagniotov) Тут уже все подробно рассказали :) Но я добавлю свои 5 копеек. 1. Настрой. С самого начала надо быть готовым, что трудности будут возникать на каждом шагу в мелочах и это нормально. Нас тут никто не ждет, поэтому бесполезно возмущаться ...
If you like this post, then consider subscribing to the full feed RSS.
Categories : off topic
If you like this post, then consider subscribing to the full feed RSS.
Правильный настрой по приезду в Австралию - Часть 2
Несколько советов что и как желательно делать и ожидать по приезду
Ниже приведен совет Владимира, читайте его блог Провинциальная Австралия - простые заметки русского мужика о провинциальной Австралии... (Alexander Zagniotov) Ну что ж надо продолжить. Тема очень серьезная и ошибка в таком вопросе как иммиграция может примести к довольно печальным последствиям. И самой основной, ...
If you like this post, then consider subscribing to the full feed RSS.
Categories : off topic
If you like this post, then consider subscribing to the full feed RSS.
Правильный настрой по приезду в Австралию - Часть 1
Несколько советов что и как желательно делать и ожидать по приезду
В этой теме я хочу дать несколько советов что и как желательно делать и ожидать по приезду в Австралию. То что я имею в виду это просто подсказки (если так хотите ето называть) из личного опыта , как быстрее и легче ассимилировать и адаптировать. Имейте в виду что мои подсказки, это то что сработало для меня, и это ...
If you like this post, then consider subscribing to the full feed RSS.
Categories : off topic
If you like this post, then consider subscribing to the full feed RSS.
Brainteaser: Overridable methods
Inheritance & overridable methods
Consider the following case of inheritance: public class Parent { public Parent() { getValue(); } public void getValue() { }}public class Child extends Parent { private final Integer integer; public Child() { integer = new Integer(888); } @Override public void getValue() { ...
If you like this post, then consider subscribing to the full feed RSS.
If you like this post, then consider subscribing to the full feed RSS.

















