Deploy J2EE application clients on workstation platforms

 

+

Search Tips   |   Advanced Search

 

You can deploy the J2EE application clients on workstation platforms using the methods described in this topic.

After developing an application client, deploy this application on client machines. Deployment consists of pulling together the various artifacts that the application client requires.

The Application Client Resource Configuration Tool (ACRCT) defines resources for the application client. These configurations are stored in the client .jar file within the application .ear file. The application client run time uses these configurations for resolving and creating an instance of the resources for the application client.

This task only applies to J2EE application clients. Only perform this task if you configured your J2EE application client to use resource references.

  1. Start the ACRCT and open an EAR file.
  2. Configure new data source providers.
  3. Configure mail providers and sessions.
  4. Configure URL providers and sessions.
  5. Configure Java messaging resources.
  6. Configure new environment entries.
  7. (Optional) Remove application client resources.
  8. Save the EAR file.



Resource Adapters for the client
Configure resource adapters
Resource adapter settings
Start the ACRCT and open an EAR file
Data sources for the Application Client
Data source properties for application clients
Configure new data source providers for application clients
Configure new data sources for application clients
Configure mail providers and sessions for application clients
Configure new mail sessions for application clients
URLs for application clients
URL providers for the ACRCT
Configure new URL providers for application clients
Configure new URLs with the ACRCT
Asynchronous messaging in WAS using JMS
JMS providers for clients
Configure Java messaging client resources
Configure new JMS connection factories for application clients
Configure new JMS destinations for application clients
Configure new resource environment providers for application clients
Configure new resource environment entries for application clients
Manage application clients

 

Related concepts


Mail providers and mail sessions
Resource environment providers and resource environment entries

 

Related tasks


Use application clients