Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Programmatically Update RCP Feature
Programmatically Update RCP Feature [message #467875] Mon, 03 August 2009 09:15 Go to next message
Christian Schaefer is currently offline Christian SchaeferFriend
Messages: 12
Registered: July 2009
Junior Member
hi we use eclipse 3.4.1 and 3.4.2 for our Rich Client Application. until
now we simply exported a product and installed it fully.

Now we need to update some features when the program starts automatically,
without any User-Interface. we simply want do to somthing like this:

updateFeature(featureID, remoteURL)

so:
1. the api from old update is depricated.
2. the p2utils api used is discourage for usage and we have troubles when
using it..

I simply whant do update a feature from my remote site, as simple as
possible!
what can we do to get this up and running quickly, simple and stable ?

thanks!
Re: Programmatically Update RCP Feature [message #467884 is a reply to message #467875] Mon, 03 August 2009 09:45 Go to previous messageGo to next message
Lars Vogel is currently offline Lars VogelFriend
Messages: 1098
Registered: July 2009
Senior Member

Hi,

if you have the option to update to 3.5 you could use this description:
http://wiki.eclipse.org/Equinox/p2/Adding_Self-Update_to_an_ RCP_Application

Best regards, Lars

Christian Schaefer wrote:
> hi we use eclipse 3.4.1 and 3.4.2 for our Rich Client Application. until
> now we simply exported a product and installed it fully.
>
> Now we need to update some features when the program starts
> automatically, without any User-Interface. we simply want do to somthing
> like this:
> updateFeature(featureID, remoteURL)
>
> so:
> 1. the api from old update is depricated.
> 2. the p2utils api used is discourage for usage and we have troubles
> when using it..
>
> I simply whant do update a feature from my remote site, as simple as
> possible!
> what can we do to get this up and running quickly, simple and stable ?
>
> thanks!
>
>
>
>




--
http://www.vogella.de/ - Eclipse plugin and Eclipse RCP Tutorials
Re: Programmatically Update RCP Feature [message #467888 is a reply to message #467884] Mon, 03 August 2009 10:06 Go to previous messageGo to next message
Christian Schaefer is currently offline Christian SchaeferFriend
Messages: 12
Registered: July 2009
Junior Member
Hi Lars,

Thanks for this info. i already have reviewed this, and tried the P2Util
example.

unfortunately:
a. the article describes mainly the GUI customization
b. P2Util api example: it does not work for my 3.4.x environment
b.1. p2 overall looks a bit complex to me (see p2util expamle)
b.2. we do not fully understand all those metadata additons from p2

lg chris
Re: Programmatically Update RCP Feature [message #467981 is a reply to message #467884] Mon, 03 August 2009 13:57 Go to previous messageGo to next message
Christian Schaefer is currently offline Christian SchaeferFriend
Messages: 12
Registered: July 2009
Junior Member
do you think p2 is stable and mature enough used with its programatic api
to be included in a release product for any rcp ?
Re: Programmatically Update RCP Feature [message #467997 is a reply to message #467981] Mon, 03 August 2009 14:44 Go to previous message
Lars Vogel is currently offline Lars VogelFriend
Messages: 1098
Registered: July 2009
Senior Member

As of 3.5, yes.

Christian Schaefer wrote:
>
> do you think p2 is stable and mature enough used with its programatic
> api to be included in a release product for any rcp ?
>
>
>
>
>

--
http://www.vogella.de/ - Eclipse plugin and Eclipse RCP Tutorials
Previous Topic:Re: TableSorter without initial sorting
Next Topic:Re: Eclipse BrowserSupport
Goto Forum:
  


Current Time: Thu Apr 25 03:45:33 GMT 2024

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

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

Back to the top