Trace: • Using Popup Menus
Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
jvx:client:gui:save_settings [2020/06/08 13:57] cduncan Edited for English grammar (capitalization, punctuation, correct verb conjugation) |
jvx:client:gui:save_settings [2020/06/26 11:50] (current) cduncan Edited for English grammar (capitalization, punctuation, correct verb conjugation) |
||
|---|---|---|---|
| Line 16: | Line 16: | ||
| Since the launcher is responsible for saving the data, the application does not need to consider technology dependencies. | Since the launcher is responsible for saving the data, the application does not need to consider technology dependencies. | ||
| - | We would usually have to differentiate between a launch of the application in a web browser, as Web Start (signed, not signed, html), or on the desktop to decide how data is saved. The web browser administers client data as cookies, and a desktop application either uses configuration files or the registry, depending on the operating system. | + | We would usually have to differentiate between a launch of the application in a web browser, as web start (signed, not signed, html), or on the desktop to decide how data is saved. The web browser administers client data as cookies, and a desktop application either uses configuration files or the registry, depending on the operating system. |
| - | The application, and especially the developer, do not have to take these differences into consideration. | + | The application, and especially the developer, do not need to take these differences into consideration. |
