anamitraupadhyay / User-Mgmt

0 stars 0 forks source link

About Dynamic Web Pages #4

Open Bikram2004bot opened 5 days ago

Bikram2004bot commented 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.

anamitraupadhyay commented 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.

anamitraupadhyay commented 5 days ago

We have to further deep dive into java ecosystem comprising of purely jdbc servlet only then we will move on to spring framework

anamitraupadhyay commented 5 days ago

@nandadulalkumbhakar about java ecosystem he will be better for now than rest of us

anamitraupadhyay commented 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.

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