On Tue, 2004-12-21 at 11:21, Laurent PETIT wrote: > It could be interesting to have a hsqldb plugin, since hsqldb is a full java > rdbms ? What about it ?
Yes, I agree. > Do you know if there is an effort already made in this direction, even if > not yet in a "publishable" state ? I thought about creating such plugin a couple of months ago, but hadn't had too much time to play with it. And from what I researched, there was none available at the time. I'm still lacking the time for fully developing such plugin, but I could help you if you are interested (and we could host it in the sandbox). Here are a few comments: - this plugin should be written in pure java, with the plugin.jelly only calling the java-based tags that do the real job. - it should have tasks to start and stop the server and a property that defines the server mode (in memory, standalone, web-server, etc..) - needs tasks that run the utilities, like the DatabaseManager and other as well (as noted by the hsql:start-manager in your example) - another cool task would be one that executed a sql file (defined by a property) into the server What do you think? -- Felipe --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
