Download Latest Version xeoframework_1_3_1_install.exe (677.3 MB)
Email in envelope

Get an email when there's a new version of XEO Framework

Home / All in-one
Name Modified Size InfoDownloads / Week
Parent folder
xeoframework_1_3_1_install.exe 2015-09-09 677.3 MB
Readme.txt 2015-09-09 1.6 kB
xeoframework_1_2_0_install.exe 2013-02-08 548.3 MB
xeoframework_1_1_0_install.exe 2012-02-08 538.8 MB
xeoframework_1_0_0_install.exe 2011-05-17 534.3 MB
Totals: 5 Items   2.3 GB 0
XEO Framework Edition 1.3.1

IMPORTANT: The previous version 1.3.0 has a bug that prevent XEO Full Build to happen, please download this one.

You should download this All in one Installer if you have Windows OS and want a all in one package that includes:

- JDK 1.8
- WildFly 8.2
- Eclipse Luna
- XEOStudio 1.3.0 (with XEOCore 3.2.039)

A database is also needed to sucessfully create XEO projects, you could use for example a MySQL or MariaDB (5.0 plus), just install one and follow the steps ahead.

*****************************
Configuring MySQL
*****************************
In order to use the MySQL database (version 5.0+ required) to create a XEO Application you need to set a few properties 
in the MySQL configuration file (my.ini / my.cnf, depending on the operating System), namely:

  - You should have the ANSI_QUOTES property added to the sql_mode variable, such as the following (in the [mysqld] section):
	sql-mode="STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION,ANSI_QUOTES"
  - You should also add the following to your mysql configuration (in the [mysqld] and [mysqld_safe]
        lower_case_table_names = 1

  - XEO uses the InnoDB storage engine when creating tables, as such you should make sure that InnoDB is you default storage engine, you can do that by adding the following line:
       default-storage-engine=INNODB

  - Save the configuration file and restart MySQL .


In order to know how to create a new project with step-by-step instructions go to the following page:
http://wiki.itds.pt/bin/view/WebXEO/XeoPrimerStudioIntroduction
Source: Readme.txt, updated 2015-09-09