1

Is there any possibility to connect tuxedo Services in Spring boot application using Oracle JCA tuxedo resource adaptor?

James Z
  • 12,209
  • 10
  • 24
  • 44
Jay
  • 11
  • 3
  • Do you have to stick to Oracle JCA adaptors, or could you use Oracle JOLT: https://docs.oracle.com/cd/E35855_01/tuxedo/docs12c/install/insjol.html ? – LightDye Apr 19 '18 at 05:16

1 Answers1

0
You can refer below project 
https://github.com/corbtastik/joltdemo

Spring Boot to Jolt API Microservice
Project Setup
cd into src/main/resources
run install.sh to add jolt.jar to local maven repo, $ ./install.sh
confirm jolt.jar installed to: $HOME/.m2/repository/oracle/jolt/1.0/jolt-1.0.jar
References
Tuxedo Fundamentals
Oracle Tuxedo
Jolt Overview
Jolt Javadoc
Install
push jolt-web
push jolt-api
push api-gateway
test endpoints then proceed
cf create-route dev cfapps.haas-68.pez.pivotal.io --hostname jolt
cf map-route api-gateway cfapps.haas-68.pez.pivotal.io --hostname jolt
cf unmap-route api-gateway cfapps.haas-68.pez.pivotal.io --hostname api-gateway
Dhiraj Surve
  • 310
  • 2
  • 5