Book Image

Java EE 5 Development with NetBeans 6

Book Image

Java EE 5 Development with NetBeans 6

Overview of this book

Table of Contents (17 chapters)
Java EE 5 Development with NetBeans 6
Credits
About the Author
About the Reviewers
Preface
Identifying Performance Issues with NetBeans Profiler

Summary


In this chapter we covered how to develop messaging applications using the JMS API with NetBeans. We looked at how to configure the application server by adding JMS resources directly from NetBeans. We also covered how NetBeans can generate most of the code necessary to send a JMS message, leaving us application developers to simply "fill in the blanks", and write only the business logic part that is specific to our application. Similarly, we covered how NetBeans can generate most of the code necessary to receive a JMS message from a Message Driven Bean, again leaving only the business logic part of our application to be written by hand.