Я нахожусь в поиске особенностей GWT, которые присутствуют только в GWT, а не в других веб-фреймворках. Я студент, и я не очень хорошо знаком с множеством веб-фреймворков на рынке, поэтому, если вы можете помочь мне увеличить список специальных функций GWT, это будет большой помощью. Некоторые, которые я знаю, являются:Специальные функции GWT по сравнению с другими платформами
1. GWT allows using java to program
web. (only, it also allows merging
javascript through JSNI of course)
2. The developer does not have to be a guru in browser incompatibilities
to develop web sites which works on
a variety of browsers because
incompatibilities are handled by GWT
through differed bindind
3. GWT allows easy integration of popular Java Tools such as ,
hibernate through gilead
4. GWT enables server implementation not only in java but also other
languages such as php
5. GWT enables code splitting which improves application interactivity
by allowing javaScript file to
download only when required
6. In essence GWT is toolkit, it does not force a way to program,
other layers can be placed on top of
it to program such as placing MVP or
MVC framework on top of GWT and then
develop app
7. GWT MVP is great because first it allows collaborative working, faster
testing with JUnit and the event bus
allows many updates in client side
application by placing event on the
event bus
8. GWT compiled java files to obfuscated mode which is first small
and make the application safer
because bots fails on the javascript
generated during the obfuscated mode
В случае в 8 баллов, я уже кое-что не специально для GWT, то дайте мне знать.
Ya, это хорошо, есть еще один, но я не понимаю его хорошо, истекает время кеша установки, и я не знаю больше, но что-то вроде этого – Noor
Я отредактировал свой ответ, чтобы включить объяснение истечения срока действия кеша. – David
Спасибо за объяснение !! – Noor