PureMVC Multicore

PureMVC is a lightweight framework for creating applications based upon the classic Model-View-Controller design meta-pattern. This is a Java port of the AS3 reference implementation of the MultiCore Version. It supports modular programming through the use of Multiton Core actors (instead of the Singletons used in the Standard Version).

License

License

GroupId

GroupId

org.puremvc
ArtifactId

ArtifactId

puremvc-multicore
Last Version

Last Version

2.2
Release Date

Release Date

Type

Type

jar
Description

Description

PureMVC Multicore
PureMVC is a lightweight framework for creating applications based upon the classic Model-View-Controller design meta-pattern. This is a Java port of the AS3 reference implementation of the MultiCore Version. It supports modular programming through the use of Multiton Core actors (instead of the Singletons used in the Standard Version).
Project URL

Project URL

http://puremvc.org
Source Code Management

Source Code Management

http://github.com/PureMVC/puremvc-java-multicore-framework/tree/master

Download puremvc-multicore

How to add to project

<!-- https://jarcasting.com/artifacts/org.puremvc/puremvc-multicore/ -->
<dependency>
    <groupId>org.puremvc</groupId>
    <artifactId>puremvc-multicore</artifactId>
    <version>2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.puremvc/puremvc-multicore/
implementation 'org.puremvc:puremvc-multicore:2.2'
// https://jarcasting.com/artifacts/org.puremvc/puremvc-multicore/
implementation ("org.puremvc:puremvc-multicore:2.2")
'org.puremvc:puremvc-multicore:jar:2.2'
<dependency org="org.puremvc" name="puremvc-multicore" rev="2.2">
  <artifact name="puremvc-multicore" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.puremvc', module='puremvc-multicore', version='2.2')
)
libraryDependencies += "org.puremvc" % "puremvc-multicore" % "2.2"
[org.puremvc/puremvc-multicore "2.2"]

Dependencies

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-engine jar 5.4.1

Project Modules

There are no modules declared in this project.

PureMVC Java MultiCore Framework

PureMVC is a lightweight framework for creating applications based upon the classic Model-View-Controller design meta-pattern. It supports modular programming through the use of Multiton Core actors instead of the Singletons used in the Standard Version.

Maven Installation

<dependencies>
    <dependency>
        <groupId>org.puremvc</groupId>
        <artifactId>puremvc-multicore</artifactId>
        <version>2.2</version>
    </dependency>
</dependencies>

Demos

Utilities

Platforms / Technologies

Status

Production - Version 2.2

License

  • PureMVC MultiCore Framework for Java - Copyright © 2019 Saad Shams

  • PureMVC - Copyright © 2019 Futurescale, Inc.

  • All rights reserved.

  • Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

    • Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
    • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
    • Neither the name of Futurescale, Inc., PureMVC.org, nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

org.puremvc

Versions

Version
2.2
2.1
2.0