"Jammazwan" is Hindi for "camel keeper", and is explained in this blog.
a jammazwan? | also a jammazwan | TL;DR? about: |
---|---|---|
Functionality: Code first CXF (SOAP) example project. Accepts, and returns complex objects. 4 of 4
First, this project requires jammazwan.shared, if not in your IDE then at least in your mvn repository:
You may skip this step if you already imported jammazwan.shared with another x_project!
from your bash shell:
cd yourworkspacedirectory
git clone https://github.com/jammazwan/jammazwan.shared.git
cd jammazwan.shared
mvn install
Git clone the xay_CxfWsdlFirstComplex project into your workspace:
from your bash shell:
cd yourworkspacedirectory
git clone https://github.com/jammazwan/xay_CxfWsdlFirstComplex.git
cd xay_CxfWsdlFirstComplex
mvn install -DskipTests
You man now import xay_CxfWsdlFirstComplex into your IDE. Importing jammazwan.shared into your IDE is also sometimes helpful, but not required.
run XayTest, see NOTES.md and https://betterologist.net/2016/06/camel-cxf-x__project-supplement/