--
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))
Object Behavior
Controlling the desired behavior in each Object Model, using Java (read more)
Java API
More in-depth look at XEO's Java API
XEOQL
XEO's built-in query language (to query XEO Objects)
XEO Web Components
XEO's visual layer, to create web pages capable of interacting with the objects
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
Advanced features of the XEO Framework
FALAR DA MAIN_ADMIN.XVW (Se calhar é só aqui no final?)
A listing of important keyword within the XEO Framework