-
There's a duplicate feature request for that: 2308295 (https://sourceforge.net/tracker/index.php?func=detail&aid=2308295&group_id=28383&atid=393417)
2009-03-08 17:50:39 UTC in SQuirreL SQL Client
-
Why not take it a step further and switch to a rich client platform like Eclipse? That would have the advantage of being able to use the sophisticated plug-in mechanism which Eclipse provides: extension points.
However, i think that using Swing is an architectural decision which should not be changed. It would break the whole product and development would start from scratch (and doing all the...
2009-03-08 17:43:28 UTC in SQuirreL SQL Client
-
Sounds like a LiquiBase plugin, see http://www.liquibase.org/ and http://www.liquibase.org/manual/diff.
2009-03-08 17:39:56 UTC in SQuirreL SQL Client
-
I like that idea and started a prototype using Lucene search engine. It's not based on the result set grid right now, but on the actual values in the whole table and it needs indexing, which might be not so good for large data sets. See http://www.java-community.de/archives/111-Extending-SQuirreL-with-plugins.html.
2009-03-08 17:38:18 UTC in SQuirreL SQL Client
-
Would be nice as a plugin. However, 'nobody' is right, the generated stuff from abator is not up to date regarding quality. The generated DTOs, Examples and Key classes lack hashcode/equal which is nasty when it comes down to testing and using Mock frameworks such as EasyMock.
Does anybody know about whether abator development has gained speed again? is there anything going on?.
2009-03-08 17:36:43 UTC in SQuirreL SQL Client
-
To improve developer experience when writing new plugins, I find it desirable to modify the default IPluginManager implementation to resolve plugins from the current class path. That way, starting SQuirreL from within an IDE will find plugins and eliminates the need to package plugins for testing.
This can be easily implemented by using a static text file with the class names of the plugins...
2009-03-08 17:23:18 UTC in SQuirreL SQL Client
-
Closed as it's already in place. It seems my Nexus Indicer is out of date and didn't check it. I could not find ZK using m2eclipse and I was too lazy to manually verify repo1. Thanks waterbottle for the hint.
2008-10-27 07:26:11 UTC in ZK - Simply Ajax and Mobile
-
Dear ZK Team,
please provide your downloadable artifacts to the central Maven Repository at ibiblio.
There's a mini guide [1] over at Apache Maven website/wiki how to do that once/manually, in case you don't want to set up an automated synchronization process.
I and many other people would be really glad if you could provide the ZK libraries as Maven Artifacts, as it makes our...
2008-10-26 14:35:34 UTC in ZK - Simply Ajax and Mobile
-
Fred, this is not a limitation of Open Free Chart, but more a limitation of HTML when embedding objects.
It always will use GET method and there is no way of using POST.
However, you can do several things to circumvent the problem:
- Use less parameters. Using many parameters is sort of an ill-design. You can achieve this e.g. by using session ids instead of packing everything into the...
2008-08-07 16:22:55 UTC in Open Flash Chart
-
How does your "&values=" line look like?.
2008-08-07 16:16:46 UTC in Open Flash Chart