There is an address with a link to the article about block borders in CSS ... / pages / border

Dynamic formation of pages is as follows:
The server, seeing the pages , determines the page template, determines by border what record to take from the database, and on the basis of this data sends the constructed page to the user. Do I understand the solution to this problem correctly?
How is this implemented?

I study EE like two days, so I apologize for illiteracy. I ask, if you do not give an answer, but at least push where to dig. I couldn’t even correctly discuss the question in Google, so I’ll appeal to you. thanks in advance

  • And so it is also possible. There are a lot of things collected in HER - Sergey
  • @Sergey, please indicate in which direction to dig :) I will be grateful - user200192
  • Buy a book. Although not all of them are equally useful, but at least something. For example, "Learning Java EE 7". I did not read it myself, I only saw the cover :) - Sergey
  • You need to load the page code (implement the download function, by URL, darkraha.com/rus/java/api/uri_url.php ), select the necessary data from it (the parser, look for this in the text search), use this data to work with DB (this is JDBC) and build a new page (this is working with text, data streams). In fact - 4 operations to implement. The interaction between them is either strings or XML. And you can come up with your class) In general, the options are different, but I indicated the main directions. - FoeNicks
  • @Sergey thanks for the book - user200192

0