Re: [JPP-Devel] A new ThreadQueue ...

2007-05-31 Thread Sascha L. Teichmann
Hi Larry, Larry Becker schrieb: Hi Sascha, Only potentially, but practically speaking my code is blocking the GUI thread, and there is nothing running to put more jobs on the queue. The while loop in processQueue will keep maxRunningThreads running untill the queue begins to empty.

Re: [JPP-Devel] Joining tabular data to a layer's attribute.

2007-05-31 Thread Stefan Steiniger
Roman Isitua wrote: Hello Guys, The application i am working on requires loading tabular data from different database systems e.g SQLServer, Oracle. This data changes very frequently and is mainly numeric. Reading a table from a database is easy but how can I join such data to a

Re: [JPP-Devel] A new ThreadQueue ...

2007-05-31 Thread Larry Becker
OK Sascha, you win. I see your point. Your logic is inescapable about the defaultRendering ThreadQueue. My only defense is that my code will not produce the correct raster without the while (default queue has running threads) check. WMS Layers (only) will be missing. Regarding the

[JPP-Devel] Question about special renderers...

2007-05-31 Thread Sunburned Surveyor
Larry Becker helped me figure out why Strings were getting passed as ContentIDs in OpenJUMP's rendering code. It turns out there are special renderers that need to be given a chance to paint on the LayerViewPanel everytime the LayerViewPanel.paintComponent() or LayerViewPanel.repaint() methods are

Re: [JPP-Devel] Question about special renderers...

2007-05-31 Thread Michaƫl Michaud
Hi, Sorry, I have worked with some parts of some renderers, but I have not a sufficient knowledge of the whole rendering system to have an opinion about the way to improve it or even the necessity to do it. I just can tell that making things modular and plugguble seems good to me but don't