Versions Compared

Key

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

Overview

Feature applications provide The feature applications contained in the Getting Started samples (download) provide in-depth examples of how to use a particular Fabric3 featurefeatures, such as pub/sub eventing and are located under /features. As with the starter applications, a feature application can be built and deployed to one of the server configurations located under /serversserver. For instructions on building the Fabric3 servers, see Starter Applications.

...

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. 

Anchor
Monitor
Monitor
Monitor Extension

This application demonstrates how to use write a logging extension for 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.  

...