WebSphere Message Broker, Version 8.0.0.7
Operating Systems: AIX, HP-Itanium, Linux, Solaris, Windows, z/OS
See information about the latest product version
See information about the latest product version
Creating a Java project
Java™ projects are used in the WebSphere® Message Broker Toolkit to contain Java object classes.
To create a Java project in the Broker Application Development perspective, complete the following steps:
- Click A window opens in which you can select a wizard. .
- Expand Java, select Java Project, and click Next. The New Java Project wizard opens.
- Enter a name for your data design project, and then click Finish. The Open associated perspective dialog is displayed.
- Click No. Your Java project is created, and is displayed in the Broker Development view, under Independent resources.
Before you can use your Java project
in a messaging solution, you must complete one of the following tasks:
- Include your Java project in an application or library; see Including a project in an application or library.
- Refer to your Java project from a Message Broker project; see Adding and removing library references.
- Create Java object classes by using the JAXB 2.0 schema compiler that is provided with WebSphere Message Broker; see Creating JAXB Java object classes by using the JAXB 2.0 schema compiler.