2 Replies Latest reply on Jun 9, 2009 1:22 PM by piergiorgiolucidi

    Architecture questions

    sandello

      1. What is different between two instances of the WikiPorlet? Has each instance independent pages set?

      2. Where the WikiPortlet store his pages?

        • 1. Re: Architecture questions
          peterj

          The WikiPorlet stores the pages in /tmp. You can change this by editing the file wiki.ear/lib/wiki-common.jar/org/jboss/wiki/filedatasource.properties.

          • 2. Re: Architecture questions
            piergiorgiolucidi

            I have tried to move this properties settings from internal properties file to the portlet.xml, but it is not easy to implement.

            Some Wiki classes are singletons and it was loaded for first by the classloader, I'm considering the potential useful of a Spring implementation.

            But I think that before to start to do a similar implementation I need to refactor some source code parts to make more easy the development process.

            I'll update you on this as soon as possible.