Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [udig-devel] using uDIG in my RCP

Hi,

Thanks for your response.  However, I cannot find the example on trunk
that you mentioned below.

--MM

-----Original Message-----
From: udig-devel-bounces@xxxxxxxxxxxxxxxxxxxxx
[mailto:udig-devel-bounces@xxxxxxxxxxxxxxxxxxxxx] On Behalf Of Jody
Garnett
Sent: Wednesday, October 15, 2008 6:08 PM
To: User-friendly Desktop Internet GIS
Subject: Re: [udig-devel] using uDIG in my RCP

There is an example on trunk of using the uDig plugins in the "mail" 
example produced by the create new RCP project wizard.
This plugin has a product that includes the udig plugins as features; 
have a look at the source code and see if you have any questions.

The documentation for this is part of the commercial training course; 
but the source code is available. You will find our public developers 
guide covers some of the more interesting issues such as menu
intergration..

Known gottchas...
- some of the udig plugins were include JUnit as a dependency (I tried 
to kill all of these but let me know if I missed one).
- net.refractions.udig.libs contains commons-collections (and several 
other open source projects). If you have already isolated one of these 
jars into its own plugins you will get conflicts. Let me know if that is

the case and we can isolate it on our side as well. The 
net.refractions.udig.libs plugin contains several jars that must work 
together using the java plugin system; recent experiments have shown a 
way to make this work with OSGi - but we need time or volunteer to make 
that happen.

Jody

Maskey, Manil wrote:
> Hello all,
>
> I am writing an RCP application that will use uDIG and other apps as
> plugin.  How do I use entire uDIG as a plugin in my RCP?  Is there a
> documentation somewhere?
>
> Thanks.
>
> MM
> _______________________________________________
> User-friendly Desktop Internet GIS (uDig)
> http://udig.refractions.net
> http://lists.refractions.net/mailman/listinfo/udig-devel
>   

_______________________________________________
User-friendly Desktop Internet GIS (uDig)
http://udig.refractions.net
http://lists.refractions.net/mailman/listinfo/udig-devel


Back to the top