Step 2: Assemble the application
Use the application assembly tool to package the sample application for WebSphere Application Server. Application assembly is the process of creating an enterprise archive (EAR) file that contains all of the files related to an application.
Prepare the message-driven beans sample application
Locate the message-driven beans sample application files and copy them into your own directory.Compile the source code files
Compile the source code files into .class files.Package the Web application files
Package the servlet and .class files into a JAR file. The application assembly tool requires a JAR file for input when creating a application client.Assemble the EJB module
Use the application assembly tool to create an EJB module.Assemble the application client
Use the application assembly tool to create an application client.Assemble the application
Assemble your JAR files into an EAR file, which is used to deploy the application to your WebSphere Application Server instance.Configure the application client
Use the Application Client Resource Configuration Tool to configure the application client and add the WebSphere TopicConnectionFactory needed to run your application.