TWiki> WebXEO Web>XeoPrimer (revision 41)EditAttach
Tags:
create new tag
, view all tags
-- PedroRio - 05 Dec 2010

XEO Framework Primer

Welcome to the XEO (eXtensible Enterprise Objects) Framework's Primer, the following chapters will give you an introduction to the XEO framework and its basic concepts as well as guide you while creating your first XEO Application.

Introduction

XEO is an Agile Development framework aimed to ease/speed the creation of web-based management applications by modeling real-world entities (and their behavior) as Object Models (XEOModels), which can then be used to generate web pages for listing, editing and searching instances of those object models. ( read more)

XEO Concepts

Explanation of XEO Platform's Basic Concepts ( read more)

Architecture

Description of the internal architecture used by XEO ( read more)

An example application - XEO Library

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).

XEO Studio Introduction

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).

Object Modeling - XEO Library

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 modeling 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 - XEO Library

Controlling the desired behavior in each Object Model, using Java or BOL ( read more)

XEO Web Components - XEO Library

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)

XEO Library Security / OPL (Object Policy Labeling)

Declaring security features of the XEO Objects in the Library Application ( read more)

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 ( read more)

XEO BPM

Integrates XEO with a process engine (jBPM)




XEO Reference

This section contains the chapters that have reference for programmers who already understand the XEO Framework but want to check how a particular API behaves, how to create a specific XEOQL expression, etc.

Security within a XEO Application

Reference about the security properties in XEO ( read more)

XEO Java API Reference

More in-depth look at XEO's Java API (Core API read more)

XEO Web Components - Java code samples

A list of Java code snippets regarding common operations with the Java API of Web Components ( read more)

XEO Web Components - Custom Component Creation

How to create a custom component a use it in a viewer.( read more)

XEO Web Components - Internationalization

How to internationalize and localize messages in viewers and in Java Beans ( read more)

XEO Web Component Plugin

Instead of creating a full web component, you can also create a component plugin to change some of the default behavior of the component ( read more)

XEO Object Model Reference

The complete reference about creating XEO Object Models ( read more)

Business Object Language (BOL) Reference

Explanation of XEO's built-in "scripting" language" ( read more)

XEO Query Language (BOQL)

XEO's built-in query language to query instances of XEO Object Models ( read more)

Advanced features of the XEO Framework

XEO Administration

EveryXEO 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)

XEO Application - Threads and Schedules

In a XEO Application threads and schedules can be configured to perform background tasks (such as optimization, maintenance, etc...)( read more)

boConfig - XEO Application Configuration

The boConfig.xml file is the configuration file for a XEO Application ( read more)

JavaScript API

An API to execute commands via JavaScript (read more)

Troubleshooting - Common XEO Errors and possible solutions

There are certain mistakes/errors when using XEO that lead to common error messages, if you're struggling with one, check this section.

Web.xml configurations for XEO

A XEO application's web.xml file contains some xeo-specific configurations which can customized ( read more).

Deploying a XEO Application to a J2EE Server (EAR)

The final step in creating a XEO Application is to deploy it to an Application Server (such as JBoss), in this section you'll learn how to create an EAR (using XEO Studio) and deploy that EAR to a JBoss server and the steps necessary to configure it correctly ( read more).


XEO Open Source (link)

Edit | Attach | Print version | History: r45 | r43 < r42 < r41 < r40 | Backlinks | Raw View | Raw edit | More topic actions...
Topic revision: r41 - 2011-03-31 - PedroRio
 

No permission to view TWiki.WebTopBar

This site is powered by the TWiki collaboration platform Powered by Perl

No permission to view TWiki.WebBottomBar