Simple J2EE (3) Client Selection

Source: Internet
Author: User

 

In the scope of existing technologies, clients generally have two options: browser-based or independent PC clients (such as swing-based ). So how can we choose these two technologies? This article provides a reference.

 

Browser-based client:

Advantages:

1. the development cycle is fast. Because the user interface is developed based on a mature browser, it is much easier than the PC client.

2. High user acceptance. all Internet users will use browsers. If a PC Client is specially developed, it is likely that the user acceptance is not high enough.

Disadvantages:

1. Developers cannot accurately control the display of browsers. Each browser may display different results for the same content.

2. the user interface is single. Because the browser only supports the markup language development interface, the selection of the interface is not strong enough, and efficient interaction with the user is not that easy.

3. Because of the communication characteristics of the browser, it is very likely that the data that can be requested at one time can be completed only after multiple requests (a single interface has many images ). This increases the load on the server side and makes communication inefficient.

 

PC-based client:

Advantages:

1. BecauseProgramStaff can directly deal with the operating system and present a very powerful and interactive user interface.

2. The communication is controlled by the user, which can greatly optimize the communication.

Disadvantages:

1. In many cases, cross-platform (for example, using MFC to build a client) is not supported ).

2. High costs (for browser-based development, there is basically no need for dedicated client personnel, but it is different if it is based on PC ).

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.