<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="../assets/xml/rss.xsl" media="all"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>ADAMS (Posts about access)</title><link>https://adams.cms.waikato.ac.nz/</link><description></description><atom:link href="https://adams.cms.waikato.ac.nz/categories/access.xml" rel="self" type="application/rss+xml"></atom:link><language>en</language><lastBuildDate>Fri, 20 Mar 2026 00:42:52 GMT</lastBuildDate><generator>Nikola (getnikola.com)</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>Jython and MS Access</title><link>https://adams.cms.waikato.ac.nz/posts/jython-and-ms-access/</link><dc:creator>FracPete</dc:creator><description>&lt;blockquote&gt;
&lt;p&gt;This week, I submitted more fixes in relation to Jython support in
ADAMS. This time, the fix resolved around execution of scripts on the
Windows platform. In a nutshell: it didn't work. So far, it had only
been used on Linux and Mac. But that's resolved now.
Furthermore, I automated the generation of the Jython registry
($HOME/.jython or %USERPROFILE%/.jython), ensuring that the
"python.security.respectJavaAccessibility" property is set to "false".
Up till now, users had to manually create the registry file, before
they could make use of Jython actors.&lt;/p&gt;
&lt;p&gt;More on the Jython registry here:&lt;/p&gt;
&lt;p&gt;&lt;a class="reference external" href="http://www.jython.org/archive/21/docs/registry.html"&gt;http://www.jython.org/archive/21/docs/registry.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;A new addition is hot off the press today: basic support for reading
MS Access (formats 2000 to 2010 supported) tables as spreadsheets.
With the next snapshot/release you can then use it in the flow by
adding the SpreadSheetFileReader transformer and then choosing the
AccessSpreadSheetReader as the actual reader. You only have to feed in
the Access database that you want to read from and define the correct
table name in the AccessSpreadSheetReader instance. Write access might
get added in the future.&lt;/p&gt;
&lt;p&gt;The Jackcess library is used for interfacing with Access:&lt;/p&gt;
&lt;p&gt;&lt;a class="reference external" href="http://jackcess.sourceforge.net/"&gt;http://jackcess.sourceforge.net/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Due to the issues with Jython, I will probably make a new release in
the coming weeks.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Write access is now also available, using the AccessSpreadSheetWriter
plugin for the SpreadSheetFileWriter sink.&lt;/p&gt;</description><category>access</category><category>jython</category><category>updates</category><guid>https://adams.cms.waikato.ac.nz/posts/jython-and-ms-access/</guid><pubDate>Fri, 23 Jan 2015 03:39:17 GMT</pubDate></item></channel></rss>