{"id":14987855,"url":"https://github.com/apache/flex-blazeds","last_synced_at":"2025-07-19T22:41:38.384Z","repository":{"id":16927415,"uuid":"19688946","full_name":"apache/flex-blazeds","owner":"apache","description":"Mirror of Apache Flex BlazeDS","archived":false,"fork":false,"pushed_at":"2024-09-06T20:28:42.000Z","size":81686,"stargazers_count":54,"open_issues_count":2,"forks_count":40,"subscribers_count":25,"default_branch":"develop","last_synced_at":"2025-02-27T07:55:07.430Z","etag":null,"topics":["actionscript","flex","web-framework"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/apache.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-05-12T07:00:06.000Z","updated_at":"2024-12-22T02:41:05.000Z","dependencies_parsed_at":"2024-12-16T13:33:53.327Z","dependency_job_id":"047e61d2-ff1d-4571-9ac9-02b687d8dffa","html_url":"https://github.com/apache/flex-blazeds","commit_stats":{"total_commits":165,"total_committers":9,"mean_commits":"18.333333333333332","dds":0.5212121212121212,"last_synced_commit":"7011cd742c465830482db69a4624819569472e9f"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fflex-blazeds","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fflex-blazeds/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fflex-blazeds/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fflex-blazeds/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apache","download_url":"https://codeload.github.com/apache/flex-blazeds/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242171477,"owners_count":20083557,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["actionscript","flex","web-framework"],"created_at":"2024-09-24T14:15:34.875Z","updated_at":"2025-03-06T08:13:00.708Z","avatar_url":"https://github.com/apache.png","language":"Java","readme":"Apache Flex BlazeDS\n===================\n\n    Apache Flex SDK is an application development framework for easily building\n    Flash-based applications for mobile devices, web browsers, and desktops.\n\n    Apache Flex BlazeDS is the server-based Java remoting and web messaging\n    technology that enables developers to easily connect to back-end distributed\n    data and push data in real-time to Adobe® Flex® and Adobe AIR™ applications\n    for more responsive rich Internet application (RIA) experiences.\n\n    Apache Flex BlazeDS 4.8.0 is an update to the initial release of BlazeDS\n    from the Apache Software Foundation.  Prior to this, releases were provided \n    by Adobe Systems Inc. It is compatible with most code written to target Adobe\n    Flex 4.6.\n\n    For detailed information about Apache Flex please visit\n    http://flex.apache.org/\n\n\nGetting the latest sources via Git\n==================================\n\n    Getting the source code is the recommended way to get Apache Flex BlazeDS.\n\n    You can always checkout the latest source via git using the following\n    command:\n\n\t git clone https://git-wip-us.apache.org/repos/asf/flex-blazeds.git blazeds\n\t cd blazeds\n\t git checkout develop\n\n    For further information visit http://flex.apache.org/download-source.html\n\n\nBuilding Apache Flex BlazeDS 4.8.0\n==================================\n\n    Apache Flex BlazeDS is a large project. It requires some build tools which must be\n    installed prior to building BlazeDS and it depends on some external software\n    which are downloaded as part of the build process.  Some of these have\n    different licenses.  See the Software Dependencies section for more\n    information on the external software dependencies.\n\n    From Apache's perspective, the Adobe Flash Player and Adobe AIR have\n    excluded licenses so they can not be bundled with the Apache Flex binaries.\n    They must be installed prior to building Apache Flex.\n\n    Linux support is currently experimental and while it is possible to compile\n    BlazeDS it has not been fully tested so you may run into issues.\n\n\nInstall Prerequisites\n---------------------\n\n    Before building the Apache Flex BlazeDS you must install the following software\n    and set the corresponding environment variables using absolute file paths.  \n    Relative file paths will result in build errors.\n\n    ==================================================================================\n    SOFTWARE                                    ENVIRONMENT VARIABLE (absolute paths)\n    ==================================================================================\n\n    Java SDK 1.8 or greater (*1)                JAVA_HOME\n\n    Maven 2.2.0 or greater (*1)                 MAVEN_HOME\n\n    ==================================================================================\n\n    *1) The bin directories for MAVEN_HOME and JAVA_HOME should be added to your\n        PATH.\n\n        On Windows, set PATH to\n\n            PATH=%PATH%;%MAVEN_HOME%\\bin;%JAVA_HOME%\\bin\n\n        On the Mac (bash), set PATH to\n\n            export PATH=\"$PATH:$MAVEN_HOME/bin:$JAVA_HOME/bin\"\n\n         On Linux make sure you path include MAVEN_HOME and JAVA_HOME.\n\n\nSoftware Dependencies\n---------------------\n\n    Apache BlazeDS uses a variety of third party libraries. A detailed summary\n    of all of these dependencies is listed in the releases DEPENDENCIES file.\n\n\nUsing the Binary Distribution\n-----------------------------\n\n    Binary artifacts of Apache BlazeDS are available on Apache's public Maven \n\trepositories.\n\n    By adding a Dependency to the following Maven artifact the binary \n\tversion of Apache BlazeDS will automatically be downloaded.\n\n    \u003cdependency\u003e\n        \u003cgroupId\u003eorg.apache.flex.blazeds\u003c/groupId\u003e\n        \u003cartifactId\u003eflex-messaging-common\u003c/artifactId\u003e\n        \u003cversion\u003e4.8.0\u003c/version\u003e\n    \u003c/dependency\u003e\n    \u003cdependency\u003e\n        \u003cgroupId\u003eorg.apache.flex.blazeds\u003c/groupId\u003e\n        \u003cartifactId\u003eflex-messaging-core\u003c/artifactId\u003e\n        \u003cversion\u003e4.8.0\u003c/version\u003e\n    \u003c/dependency\u003e\n    \u003cdependency\u003e\n        \u003cgroupId\u003eorg.apache.flex.blazeds\u003c/groupId\u003e\n        \u003cartifactId\u003eflex-messaging-proxy\u003c/artifactId\u003e\n        \u003cversion\u003e4.8.0\u003c/version\u003e\n    \u003c/dependency\u003e\n    \u003cdependency\u003e\n        \u003cgroupId\u003eorg.apache.flex.blazeds\u003c/groupId\u003e\n        \u003cartifactId\u003eflex-messaging-remoting\u003c/artifactId\u003e\n        \u003cversion\u003e4.8.0\u003c/version\u003e\n    \u003c/dependency\u003e\n\n\nBuilding the Source\n----------------------------------------------\n\n    When you have all the prerequisites in place and the environment variables\n    set (see Install Prerequisites above), use\n\n        cd \u003cflex-blazeds.dir\u003e\n        mvn install\n\n    To build a binary distribution, use the with-distribution profile.\n    \n        mvn install -P with-distribution\n\n\nRunning Tests\n-------------\n\n    The testsuite is automatically executed during a normal maven build.\n\n\nThanks for using Apache Flex BlazeDS.  Enjoy!\n\n                                          The Apache Flex Project\n                                          \u003chttp://flex.apache.org\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fflex-blazeds","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapache%2Fflex-blazeds","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fflex-blazeds/lists"}