Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

For more on SCA eventing and pub/sub communications, see PubSub Eventing.

Timers

The timer sample demonstrates use of timer components to fire events at a specified interval. Two timers are deployed: a highly-available clustered singleton and a stateless timer that is deployed to all participants in a zone (cluster). The sample can be run on the single VM server or the distributed domain.

For more on timers, see Timer Components.

Hibernate and REST

This application demonstrates exposing a component as a REST resource using JAX-RS annotations and persisting the resource to a database using Hibernate and SCA declarative transactions. The sample also demonstrates how to configure application data sources. The web-hibernate-client module provides a client to access the resource using the JAX-RS Jersey client API.

...

Note web-hibernate must be deployed first and the server must be running in order to run the web-hibernate-client. For more on using Hibernate and JPA with Fabric3, see Data Access.

Web 2.0 and SCA Eventing

...

For more information on using Fabric3 monitors to broadcast application events and log messages, see Monitoring and Logging.