1
I’m a beginner in frontend.
I’m making a system using html, bootstrap, javascript and jquery.
I’ll have to make the integration with the java.
I would like some guidance because I don’t know where to start..
I’m gonna ask you some questions:
- What the java programmer will have to give me?
- How I’m gonna do this integration?
- What I’ll need to integrate?
- Is there any example I can look at to understand how integration works? (if there are examples in Portuguese I am more grateful)
I am very beginner, I would like to get some guidelines and tips to achieve this integration.
Basically the Java backend will provide you with an endpoint/webservice, which is nothing more than a collection of Urls for you to communicate with it to send/receive the data your application needs. To know exactly how to do this, first you will have to have this data in hand to know if it is a SOAP, REST, etc...
– NilsonUehara