Open Bikram2004bot opened 5 days ago
@anamitraupadhyay As we know the html pages are the static pages. So if we count the users on database and want to display in web page what should we do over here.
Obviously if we are talking about java ecosystem without object relational mapper then its bit complicated.
We have to further deep dive into java ecosystem comprising of purely jdbc servlet only then we will move on to spring framework
@nandadulalkumbhakar about java ecosystem he will be better for now than rest of us
@anamitraupadhyay As we know the html pages are the static pages. So if we count the users on database and want to display in web page what should we do over here.
Dynamic web page can mean 2 things either css animations. Or dynamic javascript which will interact with backend which in turn control db in our case we didn't developed any of those so it's not matter for now @Bikram2004bot
@anamitraupadhyay As we know the html pages are the static pages. So if we count the users on database and want to display in web page what should we do over here.