BroadleafCommerce Amazon Integrations


License

License

Categories

Categories

Leaf Data Databases
GroupId

GroupId

org.broadleafcommerce
ArtifactId

ArtifactId

broadleaf-amazon
Last Version

Last Version

1.1.0-GA
Release Date

Release Date

Type

Type

jar
Description

Description

BroadleafCommerce Amazon Integrations
BroadleafCommerce Amazon Integrations
Project URL

Project URL

http://www.broadleafcommerce.org
Source Code Management

Source Code Management

https://github.com/BroadleafCommerce/blc-amazon

Download broadleaf-amazon

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.amazonaws : aws-java-sdk jar 1.9.27
org.broadleafcommerce : broadleaf-common Optional jar 4.0.0-GA

test (3)

Group / Artifact Type Version
org.broadleafcommerce » broadleaf-third-party-integration-config Optional jar default
org.springframework : spring-test jar
junit : junit jar

Project Modules

There are no modules declared in this project.

Amazon Integrations Module

This module contains Broadleaf integrations with Amazon AWS APIs.

The following functionality is covered by this module (could be a partial list):

S3 integration : Ability to store images and other assets produced by Broadleaf using Amazon's S3 storage Fulfillment : Roadmap Item

Steps to enable this module

  1. Add the dependency management section to your parent pom.xml:

    <dependency>
        <groupId>org.broadleafcommerce</groupId>
        <artifactId>broadleaf-amazon</artifactId>
        <version>1.0.0-GA</version>
        <type>jar</type>
        <scope>compile</scope>
    </dependency>
  2. Pull this dependency into your core/pom.xml:

    <dependency>
        <groupId>org.broadleafcommerce</groupId>
        <artifactId>broadleaf-amazon</artifactId>
    </dependency>
  3. Include the necessary patchConfigLocation files in your admin/web.xml:

        classpath:/bl-amazon-applicationContext.xml

    Note: These two lines should go before the classpath:/applicationContext.xml line, but after classpath:/bl-admin-applicationContext.xml

  4. Include the necessary patchConfigLocation files in your site/web.xml:

        classpath:/bl-amazon-applicationContext.xml

    Note: This line should go before the classpath:/applicationContext.xml line

org.broadleafcommerce

Broadleaf Commerce

Versions

Version
1.1.0-GA