|
|
|
|
|
|
Re: Classloading issue [message #20513 is a reply to message #20489] |
Tue, 03 February 2009 12:41 |
Eclipse User |
|
|
|
Originally posted by: ekkehard.gentz-software.de
Christian Campo schrieb:
> Vel schrieb:
>> Thanks Christian. I could make it work. I am curious to know on what
>> basis I need to add the plugins in 'Run Configuration'. When I choose
>> my plugin alone and press 'Select Required', the list is not
>> sufficient to run the client or server. This will lead to a problem
>> when packaging a product. Will you please guide?
> my recommendation is that you use the global bundle
> org.eclipse.riena.client for your client and org.eclipse.riena.server
> for your server. Now if you press "add required bundles" you
> should be fine.
>
> However having said this, riena.client implies that you write a client
> with riena remote services, the ridgets, the ui and everything. So maybe
> that is too much for you.
>
> So if doesnt work for you, give me some examples of what bundles are
> missing when you click "Add Required"
>
> christian
I always do this without riena.client and riena.server
to understand the riena server and client its worth to look into the
Manifest files to see whats required
and a good way to play around is using OSGI launchers, add the bundle
you think you need, then hit "Validate bundles" it gives you hints which
bundle needs something more
OSGI is great with bundles and dependencies, but you must be carefully
while integrating some frameworks like Riena.
I also always try to remove as much "required-bundle" dependencies and
replace them with "package-import" statements whch is more flexible, but
also more work to do
my 2c
ekke
|
|
|
|
|
|
|
|
|
Re: Classloading issue [message #578561 is a reply to message #20489] |
Tue, 03 February 2009 12:41 |
Eclipse User |
|
|
|
Originally posted by: ekkehard.gentz-software.de
Christian Campo schrieb:
> Vel schrieb:
>> Thanks Christian. I could make it work. I am curious to know on what
>> basis I need to add the plugins in 'Run Configuration'. When I choose
>> my plugin alone and press 'Select Required', the list is not
>> sufficient to run the client or server. This will lead to a problem
>> when packaging a product. Will you please guide?
> my recommendation is that you use the global bundle
> org.eclipse.riena.client for your client and org.eclipse.riena.server
> for your server. Now if you press "add required bundles" you
> should be fine.
>
> However having said this, riena.client implies that you write a client
> with riena remote services, the ridgets, the ui and everything. So maybe
> that is too much for you.
>
> So if doesnt work for you, give me some examples of what bundles are
> missing when you click "Add Required"
>
> christian
I always do this without riena.client and riena.server
to understand the riena server and client its worth to look into the
Manifest files to see whats required
and a good way to play around is using OSGI launchers, add the bundle
you think you need, then hit "Validate bundles" it gives you hints which
bundle needs something more
OSGI is great with bundles and dependencies, but you must be carefully
while integrating some frameworks like Riena.
I also always try to remove as much "required-bundle" dependencies and
replace them with "package-import" statements whch is more flexible, but
also more work to do
my 2c
ekke
|
|
|
|
Powered by
FUDForum. Page generated in 0.05655 seconds