Catégorie: JEMS
23.04.07
Hermes JMS finally works with JBoss
I gave up hope in managing to get a JMS console to work with JBoss when a colleague of mine told me that he had successfully managed to get Hermes JMS 1.12 to work with JBoss AS 4.0.5 GA.
Simply follow the instructions given in this flash presentation.
Finally ... ![]()
30.03.07
JBoss Messaging Matures with Clustering & Transparent Failover Support
Very important news in the OSS SOA industry !
08.08.06
JBossProfiler: Beyond Finding Memory Leaks
Le profiler de JBoss permet dans un test unitaire d'effectuer des assertions sur la consommation mémoire d'un code et de s'assurer qu'il n'y a pas de fuites mémoires. Le chapitre 5.4 de la documentation de JBoss Profiler explique comment écrire ce test unitaire.
La page wiki du projet.
15.07.06
RUNA WFE jBPM Frontend
RUNA WFE is an open source workflow/BPM environment for JBOSS JBPM engine. It is a cross-platform end user solution for business process management.
- rich web interface containing work list handler, process monitor and form player
- graphical process designer
- bots for automated business process steps
- powerful role based task assignment
- security system with LDAP/MS Active Directory, NTLM, SSO support
- easy integration with all SQL database management systems
- localization to English, French, German, Dutch, Spanish and Russian
- platform independent pure Java solution
Il y a même une démo.
06.07.06
JBoss 4.0.4 adds Session FIELD level replication
FIELD-level replication only replicates modified data fields inside objects stored in the session. It could potentially drastically reduce the data traffic between clustered nodes, and hence improve the performance of the whole cluster.
Cette fonctionalité nécessite néanmoins de weaver les classes concernées:
To use FIELD-level replication, you have to first prepare your Java class to indicate which fields are to be replicated. This is done via JDK 1.4 style annotations embedded in JavaDocs
Netbooting JBoss
When it is distributed at SourceForge, JBoss is configured to load all of its services from the local machine. However, it is possible to produce a low-footprint installation where just a bootstrap loader needs to be installed on a local machine and the rest of the the configuration is loaded across the network. This is useful for:
- Server farm configurations, where the workload is distributed to many individual machines
- Cluster configurations, where a homogeneous configuration can simplify
administration
02.07.06
JBoss Rules - Dynamic proxy for adding change listener support to user objects
Pour l'instant dans JBoss Rules, il faut programmativement configurer un Fact pour qu'il soit observable ...
C'est vraiment étonnant qu'une telle fonctionalité ne soit pas déjà présente dans JBoss Rules à une époque où des outils comme Hibernate en font un usage massif.
Cette fonctionalité semble prévue pour JBoss Rules 3.1M1.
JbpmAndDrools - jBPM, Drools and Hibernate use case
Example d'utilisation conjointe de JBoss jBPM, JBoss Rules (Drools) et Hibernate.