In b4j with jServer I would like to make a web page dynamically, without using the index.html file. I'll try to explain it in another way, in case I don't make myself understood. What I want is to create the page from scratch, using the attributes from <html> to </html> and send it to display. Something like in PHP where one has the logic and based on what one wants, the html content is created that commands it to be displayed as the output of the executed program. Is this possible?