All Projects → apache → Flex Blazeds

apache / Flex Blazeds

Licence: apache-2.0
Mirror of Apache Flex BlazeDS

Programming Languages

java
68154 projects - #9 most used programming language
actionscript
884 projects

Projects that are alternatives of or similar to Flex Blazeds

Flex Flexunit
Mirror of Apache Flex Flexunit
Stars: ✭ 13 (-69.05%)
Mutual labels:  web-framework, flex
Flex Sdk
Mirror of Apache Flex SDK
Stars: ✭ 321 (+664.29%)
Mutual labels:  web-framework, flex
Flask Peewee
flask integration for peewee, including admin, authentication, rest api and more
Stars: ✭ 739 (+1659.52%)
Mutual labels:  web-framework
Sprite Flex Layout
grid-layout is a layout engine which implements flex, can use in canvas/node-canvas
Stars: ✭ 15 (-64.29%)
Mutual labels:  flex
Farwest
Framework for building RESTful HATEOAS-driven applications.
Stars: ✭ 18 (-57.14%)
Mutual labels:  web-framework
React Three Flex
💪📦 Flexbox for react-three-fiber
Stars: ✭ 764 (+1719.05%)
Mutual labels:  flex
Go Zero
go-zero is a web and rpc framework written in Go. It's born to ensure the stability of the busy sites with resilient design. Builtin goctl greatly improves the development productivity.
Stars: ✭ 13,156 (+31223.81%)
Mutual labels:  web-framework
Skinny Framework
🚝 "Scala on Rails" - A full-stack web app framework for rapid development in Scala
Stars: ✭ 719 (+1611.9%)
Mutual labels:  web-framework
Aurelia
Aurelia 2, a standards-based, front-end framework designed for high-performing, ambitious applications.
Stars: ✭ 995 (+2269.05%)
Mutual labels:  web-framework
Selft Resume Website
selft-resume-website,用react开发的简单的个人简历网站。适合react新手入门练习。
Stars: ✭ 7 (-83.33%)
Mutual labels:  flex
Drab
Remote controlled frontend framework for Phoenix.
Stars: ✭ 833 (+1883.33%)
Mutual labels:  web-framework
Klein
werkzeug + twisted.web
Stars: ✭ 770 (+1733.33%)
Mutual labels:  web-framework
Uniapp Cli
一套用于 WEB APP 开发 和 Mobile APP 开发的解决方案
Stars: ✭ 11 (-73.81%)
Mutual labels:  web-framework
Javalite
JavaLite is a cohesive collection of frameworks designed from ground up to add pleasure back to your daily life
Stars: ✭ 753 (+1692.86%)
Mutual labels:  web-framework
Alivepdf
[Official AlivePDF] - AlivePDF is a client side AS3 PDF generation library for Adobe Flash, Flex and AIR
Stars: ✭ 29 (-30.95%)
Mutual labels:  flex
Ofbiz
Apache OFBiz - Main development has moved to the ofbiz-frameworks repository.
Stars: ✭ 719 (+1611.9%)
Mutual labels:  web-framework
Goyave
🍐 Elegant Golang REST API Framework
Stars: ✭ 811 (+1830.95%)
Mutual labels:  web-framework
Anythingpull
下拉刷新,上拉加载,支持弹性,顶部固定,层级,抽屉等等,扩展性强
Stars: ✭ 22 (-47.62%)
Mutual labels:  flex
Jiny
Lightweight, modern, simple JVM web framework for rapid development in the API era
Stars: ✭ 40 (-4.76%)
Mutual labels:  web-framework
Yascm
Yet Another Scheme Interpreter using flex and bison
Stars: ✭ 36 (-14.29%)
Mutual labels:  flex

Apache Flex BlazeDS

Apache Flex SDK is an application development framework for easily building
Flash-based applications for mobile devices, web browsers, and desktops.

Apache Flex BlazeDS is the server-based Java remoting and web messaging
technology that enables developers to easily connect to back-end distributed
data and push data in real-time to Adobe® Flex® and Adobe AIR™ applications
for more responsive rich Internet application (RIA) experiences..

Apache Flex BlazeDS 4.7.3 is an update to the initial release of BlazeDS
from the Apache Software Foundation.  Prior to this, releases were provided 
by Adobe Systems Inc. It is compatible with most code written to target Adobe
Flex 4.6.

For detailed information about Apache Flex please visit
http://flex.apache.org/

Getting the latest sources via Git

Getting the source code is the recommended way to get Apache Flex BlazeDS.

You can always checkout the latest source via git using the following
command:

 git clone https://git-wip-us.apache.org/repos/asf/flex-blazeds.git blazeds
 cd blazeds
 git checkout develop

For further information visit http://flex.apache.org/download-source.html

Building Apache Flex BlazeDS 4.7.3

Apache Flex BlazeDS is a large project. It requires some build tools which must be
installed prior to building BlazeDS and it depends on some external software
which are downloaded as part of the build process.  Some of these have
different licenses.  See the Software Dependencies section for more
information on the external software dependencies.

From Apache's perspective, the Adobe Flash Player and Adobe AIR have
excluded licenses so they can not be bundled with the Apache Flex binaries.
They must be installed prior to building Apache Flex.

Linux support is currently experimental and while it is possible to compile
BlazeDS it has not been fully tested so you may run into issues.

Install Prerequisites

Before building the Apache Flex BlazeDS you must install the following software
and set the corresponding environment variables using absolute file paths.  
Relative file paths will result in build errors.

==================================================================================
SOFTWARE                                    ENVIRONMENT VARIABLE (absolute paths)
==================================================================================

Java SDK 1.7 or greater (*1)                JAVA_HOME

Maven 2.2.0 or greater (*1)                 MAVEN_HOME

==================================================================================

*1) The bin directories for MAVEN_HOME and JAVA_HOME should be added to your
    PATH.

    On Windows, set PATH to

        PATH=%PATH%;%MAVEN_HOME%\bin;%JAVA_HOME%\bin

    On the Mac (bash), set PATH to

        export PATH="$PATH:$MAVEN_HOME/bin:$JAVA_HOME/bin"

     On Linux make sure you path include MAVEN_HOME and JAVA_HOME.

Software Dependencies

Apache BlazeDS uses a variety of third party libraries. A detailed summary
of all of these dependencies is listed in the releases DEPENDENCIES file.

Using the Binary Distribution

Binary artifacts of Apache BlazeDS are available on Apache's public Maven 
repositories.

By adding a Dependency to the following Maven artifact the binary 
version of Apache BlazeDS will automatically be downloaded.

<dependency>
    <groupId>org.apache.flex.blazeds</groupId>
    <artifactId>flex-messaging-common</artifactId>
    <version>4.7.3</version>
</dependency>
<dependency>
    <groupId>org.apache.flex.blazeds</groupId>
    <artifactId>flex-messaging-core</artifactId>
    <version>4.7.3</version>
</dependency>
<dependency>
    <groupId>org.apache.flex.blazeds</groupId>
    <artifactId>flex-messaging-opt</artifactId>
    <version>4.7.3</version>
</dependency>
<dependency>
    <groupId>org.apache.flex.blazeds</groupId>
    <artifactId>flex-messaging-proxy</artifactId>
    <version>4.7.3</version>
</dependency>
<dependency>
    <groupId>org.apache.flex.blazeds</groupId>
    <artifactId>flex-messaging-remoting</artifactId>
    <version>4.7.3</version>
</dependency>

Building the Source

When you have all the prerequisites in place and the environment variables
set (see Install Prerequisites above), use

    cd <flex-blazeds.dir>
    mvn install

Notice that you have to enter the modules directory in order to able to
execute the Maven build as the rest of the project still contains an
outdated and no longer maintained ANT build. This will be removed in
future versions.

Running Tests

The testsuite is automatically executed during a normal maven build.

Thanks for using Apache Flex BlazeDS. Enjoy!

                                      The Apache Flex Project
                                      <http://flex.apache.org>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].