Create a website with JAVA programming?

Asked

Viewed 1,370 times

-1

I would like to know how to start creating a simple website through JAVA programming. If anyone can help or indicate any tutorial, thank you very much! Thank you

  • I recommend reading this booklet: http://www.caelum.com.br/apostila-java-web/ it is also available for download on their website at this url: https://www.caelum.com.br/apostilas/ It goes straight to the point besides being easy to understand. Recommend!

  • Welcome to [en.so]. You can read this material here, it can give you a light. I also advise you to make a [tour] to know a little better the model of the site.

1 answer

4

There are many alternatives to do this. But overall, the idea consists of:

  1. HTML page having a form for the user to enter the necessary information;
  2. Once with the information, a server receives this information and consumes it (this is where Java comes in!) and returns something;
  3. The page then reacts to the server response, showing what the client wants.

A library in java which may help in your intention is to Apache HttpClient for sending requests and replies by HTTP. For the server, you can use Apache Tomcat or Apache Hadoop.

I’m giving a very superficial answer with some recommendations because the question is VERY MUCH broad.

  • Although the question is about programming, and yet it’s too broad, I think your answer was the most generic possible, without quoting Frameworks or Libs JS +1

  • 2

    @Marcelobonifazio the question is this, if the question is not about programming, it should not have been answered. At most we comment on these cases.

  • @Bigown but the question is about programming [I think] rs and in my opinion very good by the way! Many beginner programmers would find this kind of question - flashy answers to the Sopt network, however, rules are rules....

  • 1

    I already think the opposite, including the answer will not help anyone to really start. I’ve taught and anyone who reads this will stay the same.

  • 1

    Yeap... may be, because it’s superficial/generic, for those who are starting, it may seem Greek a very elaborate answer, but.. I think it’s a good initiative

Browser other questions tagged

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