David H. DeWolf wrote: > No that I can think of, however, I just wrote an article on developing > portlets with Pluto 1.1 that may have some of the info you're looking > for. http://www.developer.com/java/web/article.php/3554396 > > If you have any other questions beyond what you find there, feel free to > ask.
Thanks for that pointer, and other clarifications. > What I am hoping to do is use the Pluto container, and adapt the portal > wrapper and other components, to create an automated test environment > for WSRP developments. As such, I'd like to replace the HTTP front-end > with a test driver, and portlet implementations to provide appropriate > responses. I see there are some pieces in > testsuite/src/java/org/apache/pluto/portalImpl/portlet/test that might > provide some help with the latter. I think I'd be looking to replace > the servlet logic in or about > portal/src/java/org/apache/pluto/portalImpl for the former, but there > are many modules here whose purpose is not immediately apparent. > > > > If I were you, I would recomend that you take a look at the 1.1 branch > for this. I think you will find it much easier to work with. 1.1 is a > refactoring and redesign of 1.0.1 and is where most of my and Zheng's > attention lies at the moment. Especially if you're just beginning this > project, I think it's your best bet. OK, I've pulled the 1.1 branch from SVN, and am poking around there. I'm also still looking at PortletUnit (per previous message). I'm hopeful that I can use PortletUnit, or something like it, to run the manual browser tests as a JUnit test suite. I'll be back! #g -- Graham Klyne Research Technology Service Oxford University Computing Services
