A No-Dependencies JavaScript / HTML 5 App With Java EE Backend

preview_player
Показать описание
Is it viable to go just with the HTML 5 / JavaScript standards without any external dependencies and frameworks?

In this screencast I rendered a dynamic list with a JSON-array provided by a backend Java EE service. Only JavaScript (ES2015) and DOM API were used.

Рекомендации по теме
Комментарии
Автор

I have done according to you upto 0:36 and ran the project in the server and then page not found error after that I loaded the url and the same error appeared.I also noticed that I do not have the JAXRSConfiguration.java class in my project.Could you please help me in this?Thanks in advance.

rkrshane
Автор

"Is it viable to go just with the HTML 5 / JavaScript standards without any external dependencies and frameworks?"
I think it really depends on your needs.
If you need a very simple application maybe better without framework.
But if you have very complex or very big application, then with the HTML 5 / JavaScript only approach you will add many support code which could be avoided using a framework.

dave
join shbcf.ru