[MKSearch-dev] Week 15 round up

Phil Shaw phil at mkdoc.com
Mon Jan 24 11:26:32 GMT 2005


Some catch-up notes on last week, which was mainly preparing a test 
framework for the draft Query servlet I am working on. The good news 
is that Subversion seems to be implemented in such a way that a 
single working copy can be used interchangeably on a partition shared 
between Cygwin, Windows and GNU/Linux -- very handy!

I may need a little help with RPM and JPackage later this week. I'll 
aim to get Apache Tomcat set up and document it as I go along so 
Bruno (?) can follow the instructions on the test host.

Best regards,

Phil


Thursday
~~~~~~~~
Made a new Ant target to generate Java documentation from the GNU 
Servlet API package and added the JAR file to the classpath for the 
build. Started drafting an initial Query servlet to process HTTP 
searches on a file-based Sesame repository. Also started preparing an 
AbstractMKDocServlet, with common functions, and mock servlet objects 
for testing.

Friday
~~~~~~
Finished first draft mock objects for servlet testing including a 
MockServletRequest, MockHttpServletRequest, MockServletResponse, 
MockHttpServletResponse, MockServletConfig and a 
MockServiceProperties for handling parameter, header, attribute and 
cookie data structures. Completed tests for the initialization of the 
Query servlet.


More information about the MKSearch-dev mailing list