Consume Spring Boot REST service in JBOSS Seam Application

148 views Asked by At

I was interested to know if a Spring Boot REST service can be consumed in a JBOSS Seam Application. If yes, what would be the steps. Thank you in anticipation.

1

There are 1 answers

0
Song Choe On

Yes, you can consume Spring Boot REST service or any RESTful endpoints. Just like any other Java application, you would need the implementations of using RestTemplate and binding, convert(parse)ing, and Header. And FYI, you can still use Spring with JBOSS Seam.