null


License

License

Categories

Categories

Native Development Tools
GroupId

GroupId

com.adaptc.mws.plugins
ArtifactId

ArtifactId

plugins-native
Last Version

Last Version

1.8-1464025210
Release Date

Release Date

Type

Type

jar
Description

Description

null
null
Project URL

Project URL

http://github.com/adaptivecomputing/plugins-mws
Source Code Management

Source Code Management

http://github.com/adaptivecomputing/plugins-mws

Download plugins-native

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
com.adaptc.mws : plugins-commons jar 1.3-1415316120

test (6)

Group / Artifact Type Version
xom : xom jar 1.2.5
org.spockframework : spock-core jar 0.7-groovy-2.0
org.objenesis : objenesis jar 1.2
com.adaptc.mws : plugins-testing jar 1.3-1415316120
cglib : cglib-nodep jar 2.2
org.hamcrest : hamcrest-core jar 1.2

Project Modules

There are no modules declared in this project.

This multi-project build contains plugin projects to be used as reference implementations of the plugin framework in Adaptive Computing's Moab Web Services. Some of these plugins are bundled and used in Moab Web Services. This project utilizes the Moab SDK Gradle Plugin. More information, including references to all available tasks, may be found at that link.

Introduction to the Moab SDK

The Moab SDK (which the moab-sdk Gradle plugin enables) is utilized internally by Adaptive Computing and in this open-source project. This project may be referred to as an example of how to organize and build plugins for Moab Web Services. A few notes may help to introduce how Gradle and the SDK work and how a user interacts with each.

  • Gradle is a build system based on Groovy, just as Grails is a web framework based on Spring and Groovy
  • Build properties and tasks are controlled through the build.gradle (and included plugins) and gradle.properties file in the top-level directory (root project), and are overridden by the build.gradle and gradle.properties in each sub-project's directory (ie native). The gradle.properties may also be overridden globally by placing the same file in ~/.gradle/.
  • The gradlew wrapper script automatically downloads and uses the latest gradle version available - you do not need to install gradle to develop MWS plugins if you are using a repository that is already configured.
  • The SDK acts on MWS plugin projects, which are actually gradle subprojects of a root gradle build. Each project or module is represented by a sub-directory, such as native, reports, etc.
  • Tasks may be run as follows (examples given for the native project located in the plugins-mws project described below):
./gradlew native:build # compiles, tests, and creates a JAR in native/build/libs for the native module (plugin project)
./gradlew native:jar # compiles and creates a JAR (without testing) in native/build/libs for the native module (plugin project)
./gradlew jar # compiles and creates a JAR (without testing) in each project's build directory
cd native && ../gradlew jar # compiles and creates a JAR (without testing) for the native project only - the gradle command is aware of which directory you are in

Quickstart

git clone https://github.com/adaptivecomputing/plugins-mws.git
cd plugins-mws
./gradlew tasks

This will download all dependencies and install Gradle and the MWS plugin project on your system.

com.adaptc.mws.plugins

Adaptive Computing

Versions

Version
1.8-1464025210
1.8-1415375795
1.8-1415243874
1.8-1415237846
1.7-151
1.7-146
1.7-142
1.7-141
1.7-134
1.7-133
1.7-130
1.7-129
1.7-128
1.7-127
1.7-126
1.7-124
1.7-119
1.7-118
1.6
1.5
1.4
1.3
1.2