+ 1
how can i make dynamic web page?
i am using html to create web page. Still i have not faced any problem. I did not feel to move to jsp. So, Can u tell me what i can't do in html. i will have to move to jsp. I am building Banking System.
6 ответов
+ 6
Any webpage that can change is considered a dynamic webpage.
Javascript is most often used for the job.
+ 6
By JavaScript we can make a dynamic webpage
+ 1
I think ur question itself has the answer.
U said u r working in Banking System.
Simple question for u..
Where is ur Data/How u display them?
Does it have user authorization ?
Does it show same account info to every site visitor ?
It can be JSP or any other Serverside language that make ur site dynamic.
+ 1
@Somnath, So how do u planning on handling dynamic content(images, Video, Text, etc) as per ur Facebook example. Just html can't serve this requirement. At least u need JavaScript to manupulate DOM. (I will stick to HTML and JSP as per ur question, mind that there are powerful JS frameworks as well )
When u move to Serverside, in ur case JSP we can do whatever the content structuring and pass it to browser to render.No more processing on client side.
0
but in mvc model, we use jsp i think
0
thank u Eranga..i was thinking it is showing different info for different user because of the back-end process which we get by servlet But dynamic web page means what we see in facebook..like,, every time we refresh news-feed we get different content..first we can get video, then image..other time we can get first image then video .