--
PedroRio - 05 Dec 2010
XEO Primer
Welcome to XEO Primer, the introduction and documentation to the XEO Framework.
XEO is an Agile Development
framework aimed to ease/speed the creation of web-based management applications by modelling real-world entities (and their behavior) as Object Models, which can then be used to generate web pages for listing, editing and searching instances of those object models. (
read more)
Two Minute Overview of XEO
A quick overview of XEO's development process.
Explanation of XEO Platform's Basic Concepts (
read more)
Description of the internal architecture used by XEO (
read more)
In this chapter we describe our very first application, to show XEO's capabilities resolving real-world issues, by describing a management application for a library (
read more).
In this chapter you'll learn how to create a new XEO Project using the
XEO Studio plugin, and also to deploy a XEO Project (
read more).
In this chapter we'll model the
entities described in the sample application chapter, as XEO Object Models. This chapter will be divided in two parts. The first part consists of modelling a simple entity (Author) and showing how to quickly set up viewers for that Object Model and the second part where the remaining entities will be transformed to Object Models. Links to both sections bellow.
Modeling the Author entity ((
read more))
Modeling the remaining entities ((
read more))
Controlling the desired behavior in each Object Model, using Java or BOL (
read more)
XEO's visual layer, to create web pages capable of interacting with the objects, check out the introduction to XEO Viewers and Web Components(
read more)
Try the first viewer, the Author list, edit and lookup viewer (
read more)
Check the creation of a more complex viewer, the edit for the LIB_Book Object Model (
read more)
Get a feel of the Java API for Web Components (
read more)
Creating a more complex viewer, featuring custom lookup viewers and custom beans for the Movement edit viewer (
read more)
Security / OPL (Object Policy Labeling)
Declaring security features of the XEO Objects
XEO Modules
XEO can be extended with external modules. There are already two.
XEO Web Services
Provides access to XEO's Objects via REST / SOAP
WebServices
XEO BPM
Integrates XEO with a process engine
Advanced XEO Features
More in-depth look at XEO's Java API (
read more)
Explanation of XEO's built-in "scripting" language" (
read more)
XEO's built-in query language to query instances of XEO Object Models (
read more)
Advanced features of the XEO Framework
EVery XEO Application has a set of parameters and configurations that can be visualized and changed in order to properly maintain the health of the application. The Administration console allows you to do just that (
read more)
A listing of important keyword within the XEO Framework