Integration
Integration technologies featuring Jakarta Batch processing, JMS messaging patterns, message-driven beans, JAX-WS web services, and Java Connector Architecture.
Examples
Section titled “Examples”batch-phonebillingJakarta Batch API with ItemReader, ItemProcessor, ItemWriter, and chunk-oriented processing.batch-webserverlogJakarta Batch with partitioning, checkpointing, and job orchestration.connectors-tradingJava Connector Architecture resource adapter for EIS integration.connectors-trafficJCA inbound adapter with MessageEndpoint and WorkManager for async messaging.jaxws-hello-appclientJAX-WS web service client using
@WebServiceRef in application client container.jaxws-hello-webclientJAX-WS web service client invocation from servlet using Service API.jms-clientmdbentityMessage-driven beans with JPA entity persistence and JMS topics.jms-clientsessionmdbMessage-driven bean consuming messages from stateless session bean.jms-durablesubscriptionDurable topic subscriptions with @MessageDriven and activation config properties.jms-simpleJMS producer and consumer using @Resource injection for ConnectionFactory and Queue/Topic.jms-simplemessageBasic JMS message exchange with producer and consumer patterns.jms-transactedexampleTransacted JMS sessions with message-driven beans and container-managed transactions.jms-websimplemessageJMS integration with web tier using managed beans for sending and receiving messages.