How to Integrate Frontend with Java?

Asked

Viewed 673 times

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:

  1. What the java programmer will have to give me?
  2. How I’m gonna do this integration?
  3. What I’ll need to integrate?
  4. 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...

1 answer

0

Generally web applications in Java are made through Javabeans and JPA. You have to build a good business layer, some handlers to handle the information between layers and on the presentation layer you have JPA that allows you to connect your web pages to the Java backend. The format of these files is usually .jsp. But why do you want to integrate frontend with Java? You need to have good OO bases

Browser other questions tagged

You are not signed in. Login or sign up in order to post.