UDC in my RCP [message #578386] |
Wed, 03 December 2008 20:37 |
Yonghe Yan Messages: 4 Registered: July 2009 |
Junior Member |
|
|
Hi,
I have integrated the UDC into our RCP application, which is an open
source framework for oil industry. I would like to share my experience
here.
First, the file uploading is too complicated. I would like to see web
services to be used for uploading. Web service is much simple than file
uploading. Since I also use the usage server to broadcast instant messages
to running applications. I used RMI for uploading. (by the way, is there a
Chats in Eclipse? I saw a Chats view but have not figured out how to use
it).
Second, I would only want to collect usage data from internal users and
therefore the ui bundle is not needed.
Third, I created a method as API (i.e.
UsageClient.sendLog(UsageDataEvent))for developers to log any info other
than those gathered by gathering bundle. Actually, the method is used in
UsageDataRecorder#dumpEvents to upload the data. No events are cached in
local files.
I removed irrelevant bundles and packages. Removed ui, httpclient, and
codec bundles. Removed all classes in recording bundles except
UsageDataRecorder.java and UsageDataRecordingActivator.java. Only made
minor changes in the gathering bundle.
Right now, I need to find a usage log analyzer. Any recommendations? is
the VUA ready for us to use?
Yonghe
|
|
|
Powered by
FUDForum. Page generated in 0.03216 seconds