To install and configure Apache Tomcat in Eclipse IDE read this page Read more…
Phonebook is a listing of phone numbers along with subscriber name generally listed in alphabetical order. In this example, we want to create and maintain a phonebook with list of contacts allowing the application user to add, view and update Read more…
Apache Tomcat (or simply Tomcat) is an open source web server and Servlet container developed by the Apache Software Foundation (ASF). Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications. This can be managed manually or configured in Read more…
Apache Tomcat (or simply Tomcat) is an open source web server and Servlet container developed by the Apache Software Foundation (ASF). Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications.
This tutorial provides step by step explanation of Read more…
In this example, we are going to create an MDB which consumes the message sent to the Queue Destination and a JMS Application Client which sends the message to the Queue using JMS API.
The client Read more…
The @MessageDriven annotation is used to mark the class as Message-Driven Bean. This annotation’s specification is as follows.
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface MessageDriven { String description() default “”; String name() default “”; String mappedName() default “”; Class messageListenerInterface()