Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/softwareag/wzframework
Overview repository containing a collection of tools useful for DevOps
https://github.com/softwareag/wzframework
integration-server webmethods
Last synced: 20 days ago
JSON representation
Overview repository containing a collection of tools useful for DevOps
- Host: GitHub
- URL: https://github.com/softwareag/wzframework
- Owner: SoftwareAG
- License: apache-2.0
- Created: 2024-05-03T12:59:17.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-14T08:44:47.000Z (7 months ago)
- Last Synced: 2024-06-14T10:01:08.683Z (7 months ago)
- Topics: integration-server, webmethods
- Language: Java
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wz Framework
This repository offers a collection of packages and code snippets that can be used to accelerate development and delivery using webMethods Microservices Runtime and Integration Server
## General Rules
### Git is NOT an artifactory!
- In this repository there will be no binary files resulting from compilation.
- Eventual additional jar files must be downloaded explicitly from their artifactories.## Quick Start
### Development
- Clone the repository
- In the folder `run-configurations/wz-local-build`
- copy `EXAMPLE.env` into `.env`
- change `.env` as needed
- run `run.bat`
- This builds all the necessary binaries in the packages
- In the folder `run-configurations/wz-dev-01`
- copy `EXAMPLE.env` into `.env`
- change `.env` as needed
- issue `docker compose up`
- open a designer and start developing-----
These tools are provided as-is and without warranty or support. They do not constitute part of the Software AG product suite. Users are free to use, fork and modify them, subject to the license agreement. While Software AG welcomes contributions, we cannot guarantee to include every contribution in the master project.