Search results
"category:/jboss"
| Title and summary | Date/time | |
|---|---|---|
|
1 |
JBoss Security - JMX Console
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 ... |
27/08/2009 12:46:00 PM |
|
2 |
Drools - tutorial on writing DSL template
Few months ago I wrote a post that describes an example that uses source DRL in conjunction with DSL template. In the current post, I want to describe and show with few examples how to write DSL template - whats allowed and whats not. Now, having said ... |
24/10/2008 5:34:20 PM |
|
3 |
Drools - Stop executing current agenda group and all rules
Sometimes, depends on your business rules in your application, there is a need to stop current agenda group or all rules from continuing to execute. It wont help setting a focus to another agenda group, since previous agenda will still remain in a stack. ... |
09/06/2008 4:36:00 PM |
|
4 |
JBoss Clustering Architecture - Distributed Replicant Manager
My understanding of Distributed Replicant Manager (DRM) is that it allows you to attach some serialized data (stub) to a cluster node and manage it. Examples of this data include the list of stubs for a given RMI server. Each node has a stub to share ... |
31/05/2008 5:37:00 PM |
|
5 |
JBoss Clustering - Shared state across cluster partition
Did you know that if you have a JBoss cluster, HA singletons service beans on each can share a common memory state? State is a memory space shared by all HA singletons service beans in a cluster. It is possible save an object to the state using HA ... |
16/05/2008 11:15:00 PM |
|
6 |
JBoss Clustering - How many nodes in the cluster?
If you want to know how many nodes there are in the current cluster partition, all you have to do is to ask HAPartition for the node list. HAPartition represents your cluster partition, and it contains all the information you need to know about your ... |
14/05/2008 6:36:00 PM |
|
7 |
Drools - working with Stateless session
Drools (now it is also called JBoss Rules) is an amazing open source framework which allows you to create business rules management system for your application. I got introduced to Drools while working on a project at my current company. It is very easy ... |
11/05/2008 10:01:00 AM |
|
8 |
JBoss Clustering - HASingleton service
Have you ever dealt with clustered singleton service? How to determine which cluster node is the master? Well, if I am the current node, I can simply ask whether I am the master or not. But what if I already know that the current node is not the master, ... |
08/05/2008 7:22:00 PM |
|
9 |
Deployment of mbean separately to its interface
Few days ago i came across a little nasty thing during mbean deployment. What i did was separation of my mbean class and its interface in to two archives. So first i would deploy an archive contained my interfaces and then i would deploy an archive ... |
03/05/2008 7:51:00 PM |
|
10 |
Using template to deploy a JBoss queue
Currently I am involved in a project, where I have to use Velocity template engine to deploy queues and message-driven beans to JBoss. Velocity is a template engine that can be used for many purposes, and in my case I am using it to generate XML ... |
01/05/2008 10:48:00 AM |




