|
This page last changed on Jan 18, 2008 by amitku.
Questions
- Do components have a unique ID and a set of default properties?
- How are toolsets defined? Is this definition a client side thing? -What are the properties that need to be stored to store the toolset information?
- How do tools know what they are compatible with, for example a Document Viewer and a collection Selection component perhaps cannot talk with each other, but a Workset Component and a Document Viewer can? Where is this information in the component?
- Do these functions make sense to you? WorksetManager.getToolsets() Returns a json array of the component ids and the preferences WorksetManager.saveToolsets(JSON String) Saves the component information to the server
#Logging: Mike P has an implementation that can be readily used at the proxy end. This implementation supports:
-Log entries are defined as javascript event currently, so press a Button, submit etc...
-batching of the log entries
-automaticaly uploads the logs after a period of inactivity.
-Once we have this $pendingLogentries logs, push them to the server.
-Once $timeout much time has elapsed, send the logs to the server whether or not we have $minLogCount
What do we need to modify to support logging?
|