Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

Eventing

The eventing sample demonstrates the use of channels to develop applications based on pub/sub communications and asynchronous events. 

...

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

Integration Test

This sample shows how to use the Fabric3 iTest plugin to create automated integration tests. The iTest plugin provides full in-container testing as part of a Maven build. 

Monitor

This application demonstrates how to use the Fabric3 low-latency, garbage-free monitor framework. This framework provides extremely high-performance processing of application events such a log data. The monitor framework uses type-safe proxies generated from application supplied interfaces for emitting events. The framework is designed for low-latency applications (where traditional logging solutions are not viable) and is able to persist messages to disk in sub-microsecond time with no object allocation. The sample demonstrates monitor configuration as well as extending the framework to create custom event sinks.  

...