Skip to content

A demonstration application using a variety of Spring components, RabbitMQ and Gemfire

Notifications You must be signed in to change notification settings

mcintyred/global-vendor

Repository files navigation

Global Vendor

A small project to demonstrate the use of a variety of Pivotal technologies.

  • gv-api - Defines the service interfaces and POJOs common to all projects
  • gv-core - Implementations of core services
  • gv-products-jpa - An implementation of the ProductService using Spring Data JPA for persistence.
  • gv-warehouse-jpa - An implementation of the WarehouseService using Spring Data JPA for persistence.
  • gv-warehouse-node - Uses Spring Integration to create a standalone WarehouseService which communicates with the core using messaging over RabbitMQ.
  • gv-web - The main web application used to interact with the various WarehouseService implementations. Also provides a SOAP service.

About

A demonstration application using a variety of Spring components, RabbitMQ and Gemfire

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages