Pages

Monday, August 29, 2011

RHQ (Jopr)

1. What is RHQ (Jopr).2. Database Preparation3. Rhq Server Installation & Configuration4. Rhq Agent Installation & Configuration 1. What is RHQ (Jopr). According to the RHQ documentation This pluggable project provides administration, monitoring, alerting, operational control and configuration in an enterprise setting with fine-grained...
Read More

Sample MDB in JBoss 5

In this article we will see how we can create a sample Message Driven bean in EJBS3 using eclipse and deploy that in JBoss 5.The example simply takes some text from web application (index.jsp) and sends that to (WebClient.jsp) jsp page which has the code to access the EJBs and print the response from EJBs. 1. Create a Message Driven Bean The First step in creating a sample EJB3 application is (in eclipse),Select New -> EJB...
Read More