-1

I'm trying to connect a backend program that I wrote in java to frontend design that I made with "FIGMA". I pretty new in that, I was trying to read some information about it but didn't successes. how could I make this connection. its kind of a form application that i want to link it to HTML design

2

1 Answer 1

3

There are several ways to connect backend and frontend, one way is to use REST protocol.

enter image description here

Your Backend can expose REST service (some library you can use are Spring MVC, Jersey, CXF, etc) then your Frontend can call the REST service.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.