1

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.

Aman
  • 37
  • 1
  • 8

1 Answers1

1

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.

Song Choe
  • 71
  • 1
  • 10