{"id":99,"date":"2009-06-13T20:26:30","date_gmt":"2009-06-14T03:26:30","guid":{"rendered":"http:\/\/stupidzombie.com\/blog\/?p=99"},"modified":"2009-06-13T20:26:30","modified_gmt":"2009-06-14T03:26:30","slug":"stupidzombie-11-now-faster","status":"publish","type":"post","link":"http:\/\/stupidzombie.com\/blog\/2009\/06\/13\/stupidzombie-11-now-faster\/","title":{"rendered":"StupidZombie 1.1: Now faster"},"content":{"rendered":"<p>Just finished branching StupidZombie 1.1. If you want to take a look on the code (making changes) then do the following:<\/p>\n<pre lang=\"Bash\">\r\nsvn co https:\/\/kenai.com\/svn\/stupidzombie~source-code-repository\/Branches\/1.1\r\n<\/pre>\n<p>So, what&#8217;s new? Well, some speedup came for free this time. I decided to upgrade all the major libraries of StupidZombie and some of them have important improvements in term of speed and memory utilization, like the usage of the new class &#8216;XmlRpcLiteHttpTransportFactory&#8217;:<\/p>\n<pre lang=\"Java\">\r\n\r\nHashMap <String, Object>result = new HashMap<String, Object>();\r\nXmlRpcClient xmlrpc = null;\r\nXmlRpcClientConfigImpl config = new XmlRpcClientConfigImpl();\r\ntry {\r\nconfig.setServerURL(new URL(BUNDLE.getString(directory)));\r\nxmlrpc = new XmlRpcClient ();\r\nxmlrpc.setConfig(config);\r\nxmlrpc.setTransportFactory(new XmlRpcLiteHttpTransportFactory(xmlrpc));\r\nObject[] params = new Object[]{name, url};\r\nresult =\r\n(HashMap<String, Object>) xmlrpc.execute(\"weblogUpdates.ping\", params);\r\n\r\n<\/pre>\n<p>Next update is to fix (once for all) the menu handling in OSX. After that localization is the next milestone!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Just finished branching StupidZombie 1.1. If you want to take a look on the code (making changes) then do the following: svn co https:\/\/kenai.com\/svn\/stupidzombie~source-code-repository\/Branches\/1.1 So, what&#8217;s new? Well, some speedup came for free this time. I decided to upgrade all the major libraries of StupidZombie and some of them have important improvements in term of [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[4,7,3,14],"tags":[45,44,9],"_links":{"self":[{"href":"http:\/\/stupidzombie.com\/blog\/wp-json\/wp\/v2\/posts\/99"}],"collection":[{"href":"http:\/\/stupidzombie.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/stupidzombie.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/stupidzombie.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/stupidzombie.com\/blog\/wp-json\/wp\/v2\/comments?post=99"}],"version-history":[{"count":5,"href":"http:\/\/stupidzombie.com\/blog\/wp-json\/wp\/v2\/posts\/99\/revisions"}],"predecessor-version":[{"id":104,"href":"http:\/\/stupidzombie.com\/blog\/wp-json\/wp\/v2\/posts\/99\/revisions\/104"}],"wp:attachment":[{"href":"http:\/\/stupidzombie.com\/blog\/wp-json\/wp\/v2\/media?parent=99"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/stupidzombie.com\/blog\/wp-json\/wp\/v2\/categories?post=99"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/stupidzombie.com\/blog\/wp-json\/wp\/v2\/tags?post=99"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}