Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » EPP » UDC in my RCP
UDC in my RCP [message #578386] Wed, 03 December 2008 20:37
Yonghe Yan is currently offline Yonghe YanFriend
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
Previous Topic:UDC in own RCP applications
Next Topic:Re: Eclipse x64
Goto Forum:
  


Current Time: Tue Apr 16 18:02:48 GMT 2024

Powered by FUDForum. Page generated in 1.37508 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top