Java – which framework should I choose for a particular web application?

What are the factors that determine the choice of framework, the technology of web application Any architect should provide guidance

Solution

Target device – if your application needs to run on a mobile device, your application needs to be lightweight on the client (not too complex JavaScript, lightweight DOM structure...)

Visibility – should the content of your application be indexed by search engines? If so, you must remember that Ajax and flash based solutions, for example, will not be indexed (there are workarounds)

Availability – if your application requires high availability, you should consider creating an application like desktop – in other words, rich Internet application (RIA)

Security – no matter what you answer in the previous point of view, you must remember security Using client - centric solutions (business logic written in client - side code (for example, JavaScript)) is a major security risk Remember, I'm only talking about architecture security No framework will provide you with security for free. Ultimately, the level of security always depends on the developer

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>