Magja Java Connector for Magento API

Magja is a java connector for access the Magento API (http://www.magentocommerce.com/support/magento_core_api), with that you will be able to manipulate the magento products (images include), categories, customers, orders, and much more. Just you have to do its create a properties file with the connection parameters for the magento installation. For more information visit the project page.

License

License

Categories

Categories

Net
GroupId

GroupId

net.magja
ArtifactId

ArtifactId

magja
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Magja Java Connector for Magento API
Magja is a java connector for access the Magento API (http://www.magentocommerce.com/support/magento_core_api), with that you will be able to manipulate the magento products (images include), categories, customers, orders, and much more. Just you have to do its create a properties file with the connection parameters for the magento installation. For more information visit the project page.
Project Organization

Project Organization

Magja

Download magja

How to add to project

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

Dependencies

compile (13)

Group / Artifact Type Version
commons-beanutils : commons-beanutils jar 1.8.3
org.mozilla : rhino jar 1.7R3
net.java.dev.stax-utils : stax-utils jar 20060502
org.apache.axis2 : axis2-transport-local jar 1.6.2
org.apache.axis2 : axis2-transport-http jar 1.6.2
org.apache.axis2 : axis2-adb jar 1.6.2
org.apache.axis2 : axis2-kernel jar 1.6.2
org.apache.ws.commons.axiom : axiom-impl jar 1.2.13
commons-io : commons-io jar 2.4
org.apache.commons : commons-lang3 jar 3.1
com.google.guava : guava jar 12.0
org.slf4j : jcl-over-slf4j jar 1.7.21
org.slf4j : slf4j-api jar 1.7.21

test (3)

Group / Artifact Type Version
ch.qos.logback : logback-classic jar 1.0.6
org.hamcrest : hamcrest-all jar 1.3
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Magja | Magento Java Connector

Build Status codecov Maven Central

Magja is a Java Connector for Magento's SOAP API that allows easy integration with the popular shop system and allows to exchange all data available by the Magento API.

Core Features

  • Basic support for Magento 1.x SOAP API V1
  • Allows access to:
    • Product
    • Product Media
    • Product Link
    • Product Categories
    • Product Attributes
    • Country
    • Region
    • Customer
    • Order
    • Invoice
    • Cart
  • Extensible (without code generation) for custom API

Documentation

The official documentation is located on the Magja Homepage.

Development notes

We use Travis CI to ensure that builds are passing. CodeCov is used to measure test coverage and SonarQube to find bugs.

Magja is build using Apache Maven. Please run:

mvn clean package

to build the software. There is a Maven profile included, running the entire integration-test suite against a Magento Shop. Please make sure to place your magento-api.properties file in src/test/resources and run the following command to execute the integration tests:

mvn clean install -P itest

Fo producing a release, the following command is used (only if you have enough permissions to do so):

mvn --batch-mode -Dmaven.test.skip=true -Dresume=false clean release:prepare release:perform

Sonar metrics

Quality Gate Sonar Rating Sonar Debt Ration Sonar Reliability

References and History

Magja has been developed on Google Code, so old resources are still available at:

net.magja

Magja

Versions

Version
1.1.0