[JPP-Devel] modelToViewTransform

2009-04-08 Thread Bing Ran
Hi list, 

Recently I started introducing an image back buffer in the LayerViewPanel in my 
project for the purpose creating a (another) flicker free panning tool. It was 
the first thing I was planning to do when I started with OJ. So far I have made 
nice progress. 

Basically I have a back buffer in the LVP that is bigger than the viewport and 
the RenderingManager and all the style renderer only render to the back buffer 
and then the proper portion of the back buffer is copied to the LVP graphics. 
Additionally the back buffer is used as a cache of the previous rendering 
result and the final viewport display uses part of the back buffer instead of 
rendering afresh to reduce flickering. 

The preliminary effect of change is much appreciated by the CSRs in our call 
center.


I'm still having issues converting geometries correctly and precisely in the 
process though.


Now that I'm looking at the code of LVP.modelToViewTransform(...) I'm wondering 
why this line is there:

   modelToViewTransform.translate(0, panelHeight);

It seems to me these three lines are sufficient to convert a model point to a 
view point. 

   modelToViewTransform.scale(1, -1);
   modelToViewTransform.scale(scale, scale);
   modelToViewTransform.translate(-originInModel.getX(), -originInModel.getY());

or even:

   modelToViewTransform.scale(scale, -scale);
   modelToViewTransform.translate(-originInModel.getX(), -originInModel.getY());


Can someone share insight with this?


Thanks

Bing


  --
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] R: List of all OpenJUMP plug-ins.

2009-04-08 Thread Sunburned Surveyor
I agree that OpenJUMP can probably use a little house-cleaning in this
regard. However, I had in mind a separate "bare bones" distribution of
OpenJUMP that would be primarily used by other organizations that
wanted to build their own custom tools with OpenJUMP as a platform. I
thought we would still distribute the "full-featured" OpenJUMP for
most of our users.

SS

On Wed, Apr 8, 2009 at 12:51 PM, Stefan Steiniger  wrote:
> Hei,
>
> ok.. yes.. would be good if you/peppe and others can go through the menu
> functions and evaluate which ones are essential and which are not.
> For now, almost all of the plugins that are found in the
> default-plugins.xml file are tools-menu plugins whereas all others
> related to map navigation, drawing and file-in-out are "fixed" in the
> configuration files.
>
> I am welcoming such a list and will make the necessary changes after we
> compiled an all-agree-list; but I don't feel able to work on such a
> list, since I have different requirements for my research than the
> "average" users.
>
> thanks, Peppe, for bringing this up
> stefan
>
> Sunburned Surveyor wrote:
>> Peppe wrote: "Is it possible (is it easy) to deactivate some of these
>> plugins? My idea is to create a barebone Openjump, with few tools,  to
>> use at school, similar to Jump-fur-school project."
>>
>> I am also interested in a "bare-bones" OpenJUMP distribution for a
>> similar purpose. At some point in the future I want to install
>> OpenJUMP for land surveyors and clients that don't have a great deal
>> of GIS (or even computer) experience, and I want to keep the install
>> as small and clean as possible. I figured making a list of plug-ins
>> would be the first step in this process. The next steps would be
>> determining which plug-ins don't provide "critical" functionality and
>> that could be removed from a "bones" distribution.
>>
>> I'd also like to clean-up some of the menu structure as part of this
>> process, and knowing which plug-ins contribute menu entries is going
>> to be important.
>>
>> Let me know if you would like to talk about this some more Peppe.
>> Perhaps it is a project that we can work on together.
>>
>> The Sunburned Surveyor
>>
>> On Wed, Apr 8, 2009 at 8:46 AM, Stefan Steiniger  wrote:
>>> Hei,
>>>
>>> deleting is one option.
>>> the other is using the read tags, eg.:
>>>
>>> change
>>> blabla
>>> to
>>> 
>>>
>>> stefan
>>>
>>> Larry Becker schrieb:
 Hi Peppe,

   You can deactivate any of the plugins you find in
 ../bin/default-plugins.xml by deleting their entry from the file.

   Some of the plugins in the list aren't really plugins at all, but base
 classes for building plugins (all of them that start with Abstract...
 and a few others).

 regards,
 Larry

 On Wed, Apr 8, 2009 at 8:30 AM, Giuseppe Aruta >>> > wrote:


     Just a curiosity:
     Is it possible (is it easy) to deactivate some of these plugins? My
     idea is to create a barebone Openjump, with few tools,  to use at
     school, similar to Jump-fur-school project

     Regards

     Peppe


     --- Mar 7/4/09, Sunburned Surveyor >>>     > ha scritto:

      > Da: Sunburned Surveyor >>>     >
      > Oggetto: [JPP-Devel] List of all OpenJUMP plug-ins.
      > A: "OpenJump develop and use"
     >>>     >
      > Data: Martedì 7 Aprile 2009, 21:55
      > I made a list of all the OpenJUMP plug-ins packaged with the
      > core. You
      > can find it on my OpenJUMP blog:
      >
      > http://openjump.blogspot.com/
      >
      > I tried to add it to the wiki page, but it seems to be down
      > right now.
      >
      > SS
      >
      >
     
 --
      > This SF.net email is sponsored by:
      > High Quality Requirements in a Collaborative Environment.
      > Download a free trial of Rational Requirements Composer
      > Now!
      > http://p.sf.net/sfu/www-ibm-com
      > ___
      > Jump-pilot-devel mailing list
      > Jump-pilot-devel@lists.sourceforge.net
     
      > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel




     
 --
     This SF.net email is sponsored by:
     High Quality Requirements in a Collaborative Environment.
     Download a free trial of Rational Requirements Composer Now!
     http://p.sf.net/sfu/www-ibm-com
     ___
     Jump-pilot-devel mailing list
 

Re: [JPP-Devel] R: List of all OpenJUMP plug-ins.

2009-04-08 Thread Stefan Steiniger
Hei,

ok.. yes.. would be good if you/peppe and others can go through the menu 
functions and evaluate which ones are essential and which are not.
For now, almost all of the plugins that are found in the 
default-plugins.xml file are tools-menu plugins whereas all others 
related to map navigation, drawing and file-in-out are "fixed" in the 
configuration files.

I am welcoming such a list and will make the necessary changes after we 
compiled an all-agree-list; but I don't feel able to work on such a 
list, since I have different requirements for my research than the 
"average" users.

thanks, Peppe, for bringing this up
stefan

Sunburned Surveyor wrote:
> Peppe wrote: "Is it possible (is it easy) to deactivate some of these
> plugins? My idea is to create a barebone Openjump, with few tools,  to
> use at school, similar to Jump-fur-school project."
> 
> I am also interested in a "bare-bones" OpenJUMP distribution for a
> similar purpose. At some point in the future I want to install
> OpenJUMP for land surveyors and clients that don't have a great deal
> of GIS (or even computer) experience, and I want to keep the install
> as small and clean as possible. I figured making a list of plug-ins
> would be the first step in this process. The next steps would be
> determining which plug-ins don't provide "critical" functionality and
> that could be removed from a "bones" distribution.
> 
> I'd also like to clean-up some of the menu structure as part of this
> process, and knowing which plug-ins contribute menu entries is going
> to be important.
> 
> Let me know if you would like to talk about this some more Peppe.
> Perhaps it is a project that we can work on together.
> 
> The Sunburned Surveyor
> 
> On Wed, Apr 8, 2009 at 8:46 AM, Stefan Steiniger  wrote:
>> Hei,
>>
>> deleting is one option.
>> the other is using the read tags, eg.:
>>
>> change
>> blabla
>> to
>> 
>>
>> stefan
>>
>> Larry Becker schrieb:
>>> Hi Peppe,
>>>
>>>   You can deactivate any of the plugins you find in
>>> ../bin/default-plugins.xml by deleting their entry from the file.
>>>
>>>   Some of the plugins in the list aren't really plugins at all, but base
>>> classes for building plugins (all of them that start with Abstract...
>>> and a few others).
>>>
>>> regards,
>>> Larry
>>>
>>> On Wed, Apr 8, 2009 at 8:30 AM, Giuseppe Aruta >> > wrote:
>>>
>>>
>>> Just a curiosity:
>>> Is it possible (is it easy) to deactivate some of these plugins? My
>>> idea is to create a barebone Openjump, with few tools,  to use at
>>> school, similar to Jump-fur-school project
>>>
>>> Regards
>>>
>>> Peppe
>>>
>>>
>>> --- Mar 7/4/09, Sunburned Surveyor >> > ha scritto:
>>>
>>>  > Da: Sunburned Surveyor >> >
>>>  > Oggetto: [JPP-Devel] List of all OpenJUMP plug-ins.
>>>  > A: "OpenJump develop and use"
>>> >> >
>>>  > Data: Martedì 7 Aprile 2009, 21:55
>>>  > I made a list of all the OpenJUMP plug-ins packaged with the
>>>  > core. You
>>>  > can find it on my OpenJUMP blog:
>>>  >
>>>  > http://openjump.blogspot.com/
>>>  >
>>>  > I tried to add it to the wiki page, but it seems to be down
>>>  > right now.
>>>  >
>>>  > SS
>>>  >
>>>  >
>>> 
>>> --
>>>  > This SF.net email is sponsored by:
>>>  > High Quality Requirements in a Collaborative Environment.
>>>  > Download a free trial of Rational Requirements Composer
>>>  > Now!
>>>  > http://p.sf.net/sfu/www-ibm-com
>>>  > ___
>>>  > Jump-pilot-devel mailing list
>>>  > Jump-pilot-devel@lists.sourceforge.net
>>> 
>>>  > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>>>
>>>
>>>
>>>
>>> 
>>> --
>>> This SF.net email is sponsored by:
>>> High Quality Requirements in a Collaborative Environment.
>>> Download a free trial of Rational Requirements Composer Now!
>>> http://p.sf.net/sfu/www-ibm-com
>>> ___
>>> Jump-pilot-devel mailing list
>>> Jump-pilot-devel@lists.sourceforge.net
>>> 
>>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>>>
>>>
>>>
>>>
>>> --
>>> http://amusingprogrammer.blogspot.com/
>>>
>>>
>>> 
>>>
>>> --
>>> This SF.net email is sponsored by:
>>> High Quality Requirements in a Collaborative Environment.
>>> Download a free trial of Rational Requiremen

Re: [JPP-Devel] R: List of all OpenJUMP plug-ins.

2009-04-08 Thread Sunburned Surveyor
Peppe wrote: "Is it possible (is it easy) to deactivate some of these
plugins? My idea is to create a barebone Openjump, with few tools,  to
use at school, similar to Jump-fur-school project."

I am also interested in a "bare-bones" OpenJUMP distribution for a
similar purpose. At some point in the future I want to install
OpenJUMP for land surveyors and clients that don't have a great deal
of GIS (or even computer) experience, and I want to keep the install
as small and clean as possible. I figured making a list of plug-ins
would be the first step in this process. The next steps would be
determining which plug-ins don't provide "critical" functionality and
that could be removed from a "bones" distribution.

I'd also like to clean-up some of the menu structure as part of this
process, and knowing which plug-ins contribute menu entries is going
to be important.

Let me know if you would like to talk about this some more Peppe.
Perhaps it is a project that we can work on together.

The Sunburned Surveyor

On Wed, Apr 8, 2009 at 8:46 AM, Stefan Steiniger  wrote:
> Hei,
>
> deleting is one option.
> the other is using the read tags, eg.:
>
> change
> blabla
> to
> 
>
> stefan
>
> Larry Becker schrieb:
>> Hi Peppe,
>>
>>   You can deactivate any of the plugins you find in
>> ../bin/default-plugins.xml by deleting their entry from the file.
>>
>>   Some of the plugins in the list aren't really plugins at all, but base
>> classes for building plugins (all of them that start with Abstract...
>> and a few others).
>>
>> regards,
>> Larry
>>
>> On Wed, Apr 8, 2009 at 8:30 AM, Giuseppe Aruta > > wrote:
>>
>>
>>     Just a curiosity:
>>     Is it possible (is it easy) to deactivate some of these plugins? My
>>     idea is to create a barebone Openjump, with few tools,  to use at
>>     school, similar to Jump-fur-school project
>>
>>     Regards
>>
>>     Peppe
>>
>>
>>     --- Mar 7/4/09, Sunburned Surveyor >     > ha scritto:
>>
>>      > Da: Sunburned Surveyor >     >
>>      > Oggetto: [JPP-Devel] List of all OpenJUMP plug-ins.
>>      > A: "OpenJump develop and use"
>>     >     >
>>      > Data: Martedì 7 Aprile 2009, 21:55
>>      > I made a list of all the OpenJUMP plug-ins packaged with the
>>      > core. You
>>      > can find it on my OpenJUMP blog:
>>      >
>>      > http://openjump.blogspot.com/
>>      >
>>      > I tried to add it to the wiki page, but it seems to be down
>>      > right now.
>>      >
>>      > SS
>>      >
>>      >
>>     
>> --
>>      > This SF.net email is sponsored by:
>>      > High Quality Requirements in a Collaborative Environment.
>>      > Download a free trial of Rational Requirements Composer
>>      > Now!
>>      > http://p.sf.net/sfu/www-ibm-com
>>      > ___
>>      > Jump-pilot-devel mailing list
>>      > Jump-pilot-devel@lists.sourceforge.net
>>     
>>      > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>>
>>
>>
>>
>>     
>> --
>>     This SF.net email is sponsored by:
>>     High Quality Requirements in a Collaborative Environment.
>>     Download a free trial of Rational Requirements Composer Now!
>>     http://p.sf.net/sfu/www-ibm-com
>>     ___
>>     Jump-pilot-devel mailing list
>>     Jump-pilot-devel@lists.sourceforge.net
>>     
>>     https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>>
>>
>>
>>
>> --
>> http://amusingprogrammer.blogspot.com/
>>
>>
>> 
>>
>> --
>> This SF.net email is sponsored by:
>> High Quality Requirements in a Collaborative Environment.
>> Download a free trial of Rational Requirements Composer Now!
>> http://p.sf.net/sfu/www-ibm-com
>>
>>
>> 
>>
>> ___
>> Jump-pilot-devel mailing list
>> Jump-pilot-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>
> --
> This SF.net email is sponsored by:
> High Quality Requirements in a Collaborative Environment.
> Download a free trial of Rational Requirements Composer Now!
> http://p.sf.net/sfu/www-ibm-com
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>

-

Re: [JPP-Devel] Modifying BasicFeature to track modifications

2009-04-08 Thread Sunburned Surveyor
Larry,

I'm working right now to get my own build of the OpenJUMP core running
again. When this is done I will test out your new BasicFeature class
and plug-in and will let you know how things work.

Landon

On Tue, Apr 7, 2009 at 8:26 PM, Stefan Steiniger  wrote:
> Hei Larry,
>
> thank you for taking the initiative (I still haven't read the emails on
> that topic - sorry)
>
> stefan
>
> Larry Becker schrieb:
>> SS,
>>
>>   Attached is my plugin for SkyJUMP to test the BasicFeature
>> isModified() code.
>>
>> regards,
>> Larry
>>
>> On Thu, Apr 2, 2009 at 2:34 PM, Sunburned Surveyor
>> mailto:sunburned.surve...@gmail.com>> wrote:
>>
>>     Larry: I'll squeeze in the code for a "Select All Modified Features
>>     Tool" as soon as I get the chance.
>>
>>     Paolo: You post was a great summary of the challenges of implementing
>>     true read/write support of features to a database in OpenJUMP. I think
>>     it demonstrates why monitoring for this purpose needs to be done at
>>     the layer/feature collection level, and not at the feature level. It
>>     is also a good summary of the MAJOR programming effort this would
>>     involve.
>>
>>     This is one reason why I think a local feature chache would be easier
>>     to implement with binary files. I know that doesn't do much good over
>>     for accessing features over a network.
>>
>>     I'm going to post some of your comments to my OpenJUMP Blog.
>>
>>     Thanks,
>>
>>     The Sunburned Surveyor
>>
>>     On Thu, Apr 2, 2009 at 12:12 PM, Larry Becker
>>     mailto:becker.la...@gmail.com>> wrote:
>>      > SS,
>>      >
>>      >   The full mod to BasicFeature is attached. Why don't you go
>>     ahead with your
>>      > idea of testing it out with a "Select all modified Features" tool?
>>      >
>>      > regards,
>>      > Larry
>>      >
>>      > On Thu, Apr 2, 2009 at 10:44 AM, Sunburned Surveyor
>>      > >     > wrote:
>>      >>
>>      >> So I think we have come to an agreement then. :]
>>      >>
>>      >> Larry: Do you want to try some modifications to the BasicFeature
>>      >> class? If not, I can try to do it today or tomorrow.
>>      >>
>>      >> SS
>>      >>
>>      >> On Thu, Apr 2, 2009 at 8:27 AM, Andreas Schmitz
>>     mailto:schm...@lat-lon.de>>
>>      >> wrote:
>>      >> > Larry Becker wrote:
>>      >> >
>>      >> > Hi,
>>      >> >
>>      >> >> I think the WFS code is probably just a case of having to
>>     implement
>>      >> >> Feature
>>      >> >> modification detection at a higher level, since there was no
>>     low level
>>      >> >> support for it.  Modifications to BasicFeature (not
>>      >> >> AbstractFeatureClass
>>      >> >
>>      >> > yes, I agree (although it was actually Ugo who implemented it).
>>      >> >
>>      >> > Best regards, Andreas
>>      >> > --
>>      >> > l a t / l o n  GmbH
>>      >> > Aennchenstrasse 19           53177 Bonn, Germany
>>      >> > phone ++49 +228 18496-12     fax ++49 +228 1849629
>>      >> > http://www.lat-lon.de        http://www.deegree.org
>>      >> >
>>      >> > -BEGIN PGP SIGNATURE-
>>      >> > Version: GnuPG v1.4.9 (GNU/Linux)
>>      >> >
>>      >> > iEYEARECAAYFAknU2VsACgkQ737OVr+Ru7rw+wCfYYQ4bw+ggGAliGLc5fern9Mc
>>      >> > 8X8An1xTjpmBa3XZXm3wcutUojr219Nq
>>      >> > =nz1b
>>      >> > -END PGP SIGNATURE-
>>      >> >
>>      >> >
>>      >> >
>>     
>> --
>>      >> >
>>      >> > ___
>>      >> > Jump-pilot-devel mailing list
>>      >> > Jump-pilot-devel@lists.sourceforge.net
>>     
>>      >> > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>>      >> >
>>      >> >
>>      >>
>>      >>
>>      >>
>>     
>> --
>>      >> ___
>>      >> Jump-pilot-devel mailing list
>>      >> Jump-pilot-devel@lists.sourceforge.net
>>     
>>      >> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>>      >
>>      >
>>      >
>>      > --
>>      > http://amusingprogrammer.blogspot.com/
>>      >
>>      >
>>     
>> --
>>      >
>>      > ___
>>      > Jump-pilot-devel mailing list
>>      > Jump-pilot-devel@lists.sourceforge.net
>>     
>>      > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>>      >
>>      >
>>
>>     
>> --
>>     ___
>>     Jump-pilot-devel mailing list
>>     Jump-pilot-devel@lists.sourceforge.net
>>     

Re: [JPP-Devel] R: List of all OpenJUMP plug-ins.

2009-04-08 Thread Stefan Steiniger
Hei,

deleting is one option.
the other is using the read tags, eg.:

change
blabla
to


stefan

Larry Becker schrieb:
> Hi Peppe,
> 
>   You can deactivate any of the plugins you find in 
> ../bin/default-plugins.xml by deleting their entry from the file.
> 
>   Some of the plugins in the list aren't really plugins at all, but base 
> classes for building plugins (all of them that start with Abstract... 
> and a few others).
> 
> regards,
> Larry
> 
> On Wed, Apr 8, 2009 at 8:30 AM, Giuseppe Aruta  > wrote:
> 
> 
> Just a curiosity:
> Is it possible (is it easy) to deactivate some of these plugins? My
> idea is to create a barebone Openjump, with few tools,  to use at
> school, similar to Jump-fur-school project
> 
> Regards
> 
> Peppe
> 
> 
> --- Mar 7/4/09, Sunburned Surveyor  > ha scritto:
> 
>  > Da: Sunburned Surveyor  >
>  > Oggetto: [JPP-Devel] List of all OpenJUMP plug-ins.
>  > A: "OpenJump develop and use"
>  >
>  > Data: Martedì 7 Aprile 2009, 21:55
>  > I made a list of all the OpenJUMP plug-ins packaged with the
>  > core. You
>  > can find it on my OpenJUMP blog:
>  >
>  > http://openjump.blogspot.com/
>  >
>  > I tried to add it to the wiki page, but it seems to be down
>  > right now.
>  >
>  > SS
>  >
>  >
> 
> --
>  > This SF.net email is sponsored by:
>  > High Quality Requirements in a Collaborative Environment.
>  > Download a free trial of Rational Requirements Composer
>  > Now!
>  > http://p.sf.net/sfu/www-ibm-com
>  > ___
>  > Jump-pilot-devel mailing list
>  > Jump-pilot-devel@lists.sourceforge.net
> 
>  > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
> 
> 
> 
> 
> 
> --
> This SF.net email is sponsored by:
> High Quality Requirements in a Collaborative Environment.
> Download a free trial of Rational Requirements Composer Now!
> http://p.sf.net/sfu/www-ibm-com
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> 
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
> 
> 
> 
> 
> -- 
> http://amusingprogrammer.blogspot.com/
> 
> 
> 
> 
> --
> This SF.net email is sponsored by:
> High Quality Requirements in a Collaborative Environment.
> Download a free trial of Rational Requirements Composer Now!
> http://p.sf.net/sfu/www-ibm-com
> 
> 
> 
> 
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

--
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] R: List of all OpenJUMP plug-ins.

2009-04-08 Thread Larry Becker
Hi Peppe,

  You can deactivate any of the plugins you find in
../bin/default-plugins.xml by deleting their entry from the file.

  Some of the plugins in the list aren't really plugins at all, but base
classes for building plugins (all of them that start with Abstract... and a
few others).

regards,
Larry

On Wed, Apr 8, 2009 at 8:30 AM, Giuseppe Aruta wrote:

>
> Just a curiosity:
> Is it possible (is it easy) to deactivate some of these plugins? My idea is
> to create a barebone Openjump, with few tools,  to use at school, similar to
> Jump-fur-school project
>
> Regards
>
> Peppe
>
>
> --- Mar 7/4/09, Sunburned Surveyor  ha
> scritto:
>
> > Da: Sunburned Surveyor 
> > Oggetto: [JPP-Devel] List of all OpenJUMP plug-ins.
> > A: "OpenJump develop and use" 
> > Data: Martedì 7 Aprile 2009, 21:55
> > I made a list of all the OpenJUMP plug-ins packaged with the
> > core. You
> > can find it on my OpenJUMP blog:
> >
> > http://openjump.blogspot.com/
> >
> > I tried to add it to the wiki page, but it seems to be down
> > right now.
> >
> > SS
> >
> >
> --
> > This SF.net email is sponsored by:
> > High Quality Requirements in a Collaborative Environment.
> > Download a free trial of Rational Requirements Composer
> > Now!
> > http://p.sf.net/sfu/www-ibm-com
> > ___
> > Jump-pilot-devel mailing list
> > Jump-pilot-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>
>
>
>
>
> --
> This SF.net email is sponsored by:
> High Quality Requirements in a Collaborative Environment.
> Download a free trial of Rational Requirements Composer Now!
> http://p.sf.net/sfu/www-ibm-com
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>



-- 
http://amusingprogrammer.blogspot.com/
--
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


[JPP-Devel] R: List of all OpenJUMP plug-ins.

2009-04-08 Thread Giuseppe Aruta

Just a curiosity:
Is it possible (is it easy) to deactivate some of these plugins? My idea is to 
create a barebone Openjump, with few tools,  to use at school, similar to 
Jump-fur-school project

Regards

Peppe


--- Mar 7/4/09, Sunburned Surveyor  ha scritto:

> Da: Sunburned Surveyor 
> Oggetto: [JPP-Devel] List of all OpenJUMP plug-ins.
> A: "OpenJump develop and use" 
> Data: Martedì 7 Aprile 2009, 21:55
> I made a list of all the OpenJUMP plug-ins packaged with the
> core. You
> can find it on my OpenJUMP blog:
> 
> http://openjump.blogspot.com/
> 
> I tried to add it to the wiki page, but it seems to be down
> right now.
> 
> SS
> 
> --
> This SF.net email is sponsored by:
> High Quality Requirements in a Collaborative Environment.
> Download a free trial of Rational Requirements Composer
> Now!
> http://p.sf.net/sfu/www-ibm-com
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


  

--
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel