...uses cutting-edge technologies for the rapid development of secure multi-lingual applications with dynamic data structures.
Where does it come from?

Managing and operating on hierarchical data structures is an issue in many projects, alongside with security concerns, versioning and querying. To date neither open nor closed source projects or frameworks offer possibilities to dynamically define and manipulate the structure of hierarchical data in a scope like [fleXive] does. Hence the urge to provide a solution that combines flexibility, security and performance in one customizable package. 

[fleXive] Overview

[fleXive] concentrates on enterprise-scale content modeling, storage and retrieval, and includes comprehensive JSF support for displaying and manipulating these contents in (web) applications. The runtime environment can be included in existing JavaEE applications, but you can also build new applications and package them into stand-alone JavaEE applications.

Our emphasis lies on the runtime environment, so if you are looking e.g. for tool-driven JSF development, take a look at the popular JBoss Seam framework and embed the [fleXive] runtime environment in that project.

Technical Overview

[fleXive] is a comprehensive JavaEE 5 library with an EJB3 interface and a supplementing JSF component library. It is based on current Java enterprise technologies and focuses on flexibility and extensibility.

The core of [fleXive] is a collection of EJB3 beans (called engines) that offer services such as content creation and retrieval, search queries and the definition of data structures. The client is usually a web application or another EJB3 that extends or embeds [fleXive] functionality.

The [fleXive] core is based on the following EJB engines:
 

  • The content engine implements the persistency layer that is used to create, update and delete [fleXive] contents. It is supported by an extensive security layer that offers fine-grained permission controls for all contents managed by [fleXive].
  • The content engine is supplemented by the search engine to search for contents in a SQL-like query language.
  • The structure engine is responsible for creating and editing the dynamic data structures used by the content engine.
  • The tree engine provides a scalable implementation for organizing contents in a hierarchical tree structure.
  • Further engines extend the basic functionality: the scripting engine allows to fire user-defined code for almost any event in the content engine, user management provides access to the user directory, the workflow engine implements workflows for content instances, and the configuration engine stores user preferences and system configuration parameters.
Latest Standards

Relying on latest JavaEE standards, [fleXive] ensures easy integration and interaction with Java enterprise software and frameworks. [fleXive] key technologies use and support:

  • Java 6
  • EJB 3.0
  • JSF 1.2 / Facelets / Ajax4JSF (RichFaces)
  • Runs on popular JavaEE 5 Open Source Application Servers (JBoss, Glassfish)
  • Use JSR-223 compatible Scripting Languages like Groovy, Jython or Rhino if running on Java 6