[an error occurred while processing this directive]
Underlying ideas
-
Clients is a composite of Modules
- Mime-based Multimedia User Interface(s), hyperlinks
- Communication protocols managers (HTTP, ...)
- Session Manager (History, Bookmarks, ...)
- Cache manager
- Various services (printing, format translation, ...)
- ...
Identify APIs and break the client into component modules
-
Deport modules into separate filters and services
- Communication protocols managers
with minimal protocol left in browser
- Cache management
- other functions ...
-
Use the Browser(s) as a generic User Interface(s) (via HTTP ?)
- For any local application,
- for the filters,
- or for remote applications via HTTP or ...
[an error occurred while processing this directive]