An open API service indexing awesome lists of open source software.

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

Integration of BLC and Amazon services.
https://github.com/broadleafcommerce/blc-amazon

Last synced: 11 months ago
JSON representation

Integration of BLC and Amazon services.

Awesome Lists containing this project

README

          

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`:
```xml

org.broadleafcommerce
broadleaf-amazon
1.0.0-GA
jar
compile

```

2. Pull this dependency into your `core/pom.xml`:
```xml

org.broadleafcommerce
broadleaf-amazon

```

3. Include the necessary `patchConfigLocation` files in your `admin/web.xml`:
```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`:
```xml
classpath:/bl-amazon-applicationContext.xml
```
> Note: This line should go before the `classpath:/applicationContext.xml` line