How to do Frontend Integration with Java? [closed]

1

I'm a beginner in frontend. I am making a system using html, bootstrap, javascript and jquery. I'm going to have to do the integration with java . I would like some guidance. I do not know where to start.
I'll ask you some questions:

  • What will the Java programmer have to do to me?
  • How do I do this integration?
  • What will I need to use to integrate?
  • Is there an example that I can look at in order to understand how integration works? (if there are examples in Portuguese I am more grateful)
  • I'm a very good beginner, I'd like to get some guidance and tips to get this integration done.

        
    asked by anonymous 21.06.2017 / 21:01

    1 answer

    0

    Generally web applications in Java are done through Javabeans and JPA. You have to build a good layer of business, a handlers to deal with the information between layers and in the presentation layer you have JPA that allows you to connect your web pages to the backend in Java. 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

        
    22.06.2017 / 02:05