You can find the full source code for this website in the Seam package in the directory /examples/wiki. It is licensed under the LGPL.
| Online: | 27 Members of 4187 |
| Forum: Seam Wiki |
07. Mar 2008, 17:22 CET | Link |
Hi All
Has anyone ever deployed the wiki in postgres. It's just thay the app server we have already has postgres in live and I would like to keep the ecosystem simple.
We wish to trial the wiki for our community site, it looks very good.
Many Thanks,
James
I don't think anyone tried it on Postgres. However, thanks to Hibernate it should be fairly easy to get it running. Most of the expensive queries have now been externalized to XML files, so they could be replaced with versions optimized for Postgres. Other than that, I don't think anything is very much dependent on MySQL.
Check out my weblog or have a look at the books I wrote.
I should add that this software is still in alpha stage, the privilege management system basically does not exist and the plugin system is in its early stages. Although conceptually, these things are getting clearer.
Unless you want and can contribute code and participate actively in the development it's probably too early to use it. Feature requests are pretty much the last items on the TODO list.
Check out my weblog or have a look at the books I wrote.
Hi Christien,
Thanks for the quick response. I understand the moving nature of wiki, and I am happy to contribute where I can, even if it is only in testing and documentation.
The community it will be hosting is fairly low usage, with simple requirements, so I can't imagine it will stretch it past your current usage of seamframework.org.
Many thanks,
James
Well, let's just say it works for us because I currently monitor it 24/7 and fix things quickly as they come up. :) But definitely interested in a port to PG.
Check out my weblog or have a look at the books I wrote.