Book Image

JBoss Tools 3 Developers Guide

Book Image

JBoss Tools 3 Developers Guide

Overview of this book

JBoss Tools consist of the best Java frameworks and technologies placed together under the same "roof". Discovering JBoss Tools is like exploring a cave; at first everything seems unknown and complicated, but once you become familiar with the main features of the Tools, you will start to feel at home. This is the first book in the market on JBoss Tools, waiting to assist you to throw away all the tiny, dedicated tools you have used earlier, thus helping you to reduce the time you spend on developing a Java application. This book will explore the tools that will help you to build Hibernate, Seam, JSF, Struts, Web Services, jBPM, ESB, and so on and show you how to use them through screenshots, examples, and source code. JBoss Tools comes with a set of dedicated wizards, generators, editors, reverse engineering capabilities, configuration files, templates, syntax highlighting, and more for each of these technologies. Just choose the technologies, and JBoss Tools will glue them together in amazing Java web applications. This book will show you how to develop a set of Java projects using a variety of technologies and scenarios. Everything is described through JBoss Tools "eyes". After we settle the project (or scenario) that will be developed, we configure the proper environment for the current tool (the selected projects cover the main components of a web application, with regard to the backstage technology). We continue by exploring the tool to accomplish our tasks and develop the project's components. A cocktail of images, theoretical aspects, source code, and step-by-step examples will offer you a complete insight into every tool. At the end, we deploy and test the project. In addition, every chapter is rich with pure notions about the underlying technology, which will initiate into you or remind you of the basic aspects of it. It will also show you complete and functional applications, and get you familiar with the main aspects of every tool. By the end you will have enough information to successfully handle your own projects with JBoss Tools.
Table of Contents (16 chapters)
JBoss Tools 3 Developer's Guide
Credits
About the Author
About the Reviewers
Preface

Chapter 1. An overview of JBoss Tools

As you probably know, JBoss Tools are a set of Eclipse plug-ins that offer support for developing, deploying, and testing applications based on JBoss.org (http://www.jboss.org/) projects.

If this definition doesn't say much, then let's just say that JBoss Tools is an "all-in-one" product that provides complete support for developing Java SE and Java EE applications. Also, it's important to note that JBoss Tools can sustain the development of each tier of an enterprise/desktop application by providing dedicated components like editors, wizards, syntax-highlighting, import/export skills, code completion, refactoring, etc.

If you are familiar with the JBoss Tools evolution, then it is impossible to skip the fact that the new JBoss Tools 3 Candidate Release 2 (JBoss Tools 3.0.0 CR2) version is the "king" of all versions. But, if JBoss Tools is a new challenge for you, then try to be careful; JBoss Tools creates dependency and it seems that the current software market doesn't offer an antidote yet. This compelling superiority is because JBoss Tools provides tools for both standard J2SE/J2EE technologies like EJB3 and JPA as well as open source technologies that have become widely accepted in enterprise Java development, for example, Hibernate, JBPM, Seam, etc. It brings everything that you'll ever need—together!

Looking inside the 3.0.0 CR2 bundle, we see the following tools (this is just a brief overview meant to reveal the JBoss Tools covered technologies):

  • JBoss AS Tools: To manage application servers (especially for JBoss AS)

  • JBoss JSF Tools: Tools dedicated to supporting JSF/JSF-related technologies

  • JBoss Struts Tools: Tools dedicated to the Struts framework

  • JBoss Seam Tools: Tools dedicated to Seam projects

  • JBoss Hibernate Tools: Tools dedicated to the Hibernate framework

  • JBoss jBPM Tools: Tools to design and deploy jBPM business processes

  • JBossWS Tools: WTP Tooling for JBoss Web Services

  • Portlet Tools: Tooling for Portlets

  • JBoss ESB Tools: Tools to develop ESB components

  • JBoss XDoclet Tools: Tools to integrate XDoclet in Eclipse

  • JBoss Freemarker IDE: Syntax-highlighting editor for Freemarker files

  • JBoss RichFaces VPE: Visual Page editor for Richfaces, JSF, HTML, and CSS

  • BIRT Tools: Reporting Tooling for JBoss J2EE Servers (not presented in this book)

  • JBoss Smooks: Tooling Tools for Smooks (not presented in this book)

Next, in this chapter, you will see a brief listing of the features of JBoss Tools and after that we will proceed to install and configure the 3.0.0 CR2 release.

Further, in the following chapters, we will discuss the main tools and see that JBoss Tools can be a complete solution for Java developers.

What's new in JBoss Tools 3?

To amaze its fans and win new ones, JBoss Tools comes with a long list of bug fixes and very important add-ons, like Seam 2, JBossWS, and Mac OS X support. Based on new features and the finest interactivity, JBoss Tools give us a strong feeling of control and robustness.

Here is a short list of the JBoss Tools features. These are the "checkpoints" in JBoss Tools evolution from its first release until version 3.0.0 CR2:

  • Seam Tools:

    • Change Seam parent project

    • Easier view-id selection

    • Seam pages editor preferences

    • Seam Ear project validator

    • Seam project settings validator

    • Seam components/EL

    • Sub classes/inner classes

  • Hibernate Tools:

    • Console configuration created for JPA project

    • Export diagram

    • Query editor

    • Code completion for Hibernate configuration properties

    • hbm.xml and cfg.xml editor

  • JBoss AS Tools:

    • Drag-and-drop to JBoss Server View

    • "Explore" shortcut in Server View

    • More strict server launches

    • JBoss AS 5 support

    • JMX Console

  • JBoss ESB Tools:

    • XSD

    • jboss-esb.xml editor

  • VPE:

    • Richfaces 3.3

    • Restore Default for Palette

    • Tabbed Page Design Option dialog

    • New CSS Dialog performance

    • Folding in source editor

    • Memory tuning

    • TLD Version support

    • XUL Runner

Note

For a complete list of the JBoss Tools features, please check the http://docs.jboss.org/tools/whatsnew/ features page.

"Pretty impressive!" you may say! Well, the above list was just a brief overview of the JBoss Tools features. It is only when put under a microscope that every individual JBoss tool reveals its real power. So, what are we waiting for? Let's install it!