<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/clearspace/rss" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>TeamDev Ltd. Syndication Feed</title>
    <link>http://support.teamdev.com/blogs</link>
    <description>A syndication feed of all the blogs on this system</description>
    <pubDate>Fri, 22 Jan 2010 09:24:30 GMT</pubDate>
    <generator>Clearspace 2.5.3 (http://jivesoftware.com/products/clearspace/)</generator>
    <dc:date>2010-01-22T09:24:30Z</dc:date>
    <item>
      <title>JExplorer 2.3 Released</title>
      <link>http://support.teamdev.com/community/miscellaneous/announcements/blog/2010/01/29/jexplorer-23-released</link>
      <description>&lt;!-- [DocumentBodyStart:e6976263-e8a3-4942-b33b-29442b550bdc] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p class="maintext"&gt;JExplorer, a library that provides a convenient Java API for integrating Microsoft Internet Explorer into Java applications, has been updated to version 2.3.&lt;/p&gt;&lt;p class="maintext" style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="maintext"&gt;This release introduces the following features and improvements:&lt;/p&gt;&lt;ul&gt;&lt;li class="list"&gt;interface for receiving notifications when popup menu is required;&lt;/li&gt;&lt;li class="list"&gt;event handler for receiving information about popup window before it is opened;&lt;/li&gt;&lt;li class="list"&gt;listener for receiving events when WebBrowser is disposed.&lt;/li&gt;&lt;/ul&gt;&lt;p class="maintext" style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="maintext"&gt;This version also resolves several important issues reported by our customers. For the full list of resolved issues and improvements, please read the &lt;a class="jive-link-blog-small" href="http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/2010/01/29/jexplorer-23-release-notes"&gt;JExplorer 2.3 Release Notes&lt;/a&gt; page.&lt;/p&gt;&lt;p class="maintext" style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="maintext"&gt;The latest version is available for download at &lt;a class="jive-link-external-small" href="http://www.teamdev.com/jexplorer"&gt;JExplorer&lt;/a&gt; page. For any help or feedback related to the use of our product, please use the &lt;a class="jive-link-community-small" href="http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer" title="This group contains forums related to JExplorer."&gt;support forum&lt;/a&gt; or &lt;a class="jive-link-email-small" href="mailto:jexplorer-support@teamdev.com"&gt;e-mail us&lt;/a&gt; us directly.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e6976263-e8a3-4942-b33b-29442b550bdc] --&gt;</description>
      <category domain="http://support.teamdev.com/blogs/tags">jexplorer</category>
      <category domain="http://support.teamdev.com/blogs/tags">company_news</category>
      <pubDate>Fri, 22 Jan 2010 09:24:30 GMT</pubDate>
      <author>Kazmin</author>
      <guid>http://support.teamdev.com/community/miscellaneous/announcements/blog/2010/01/29/jexplorer-23-released</guid>
      <dc:date>2010-01-22T09:24:30Z</dc:date>
      <wfw:comment>http://support.teamdev.com/community/miscellaneous/announcements/blog/comment/jexplorer-23-released</wfw:comment>
      <wfw:commentRss>http://support.teamdev.com/community/miscellaneous/announcements/blog/feeds/comments?blogPost=1327</wfw:commentRss>
    </item>
    <item>
      <title>JExplorer 2.3 Release Notes</title>
      <link>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/2010/01/29/jexplorer-23-release-notes</link>
      <description>&lt;!-- [DocumentBodyStart:adb6ef17-33f3-4e25-9d34-942145c572c4] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;&lt;strong&gt;New Features:&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Added support of &lt;a class="jive-link-external-small" href="http://www.teamdev.com/downloads/jexplorer/javadoc/com/jniwrapper/win32/ie/ContextMenuProviderExt.html"&gt;ContextMenuProviderExt&lt;/a&gt; interface that allows receiving notifications when popup menu is required;&lt;/li&gt;&lt;li&gt;Added &lt;a class="jive-link-external-small" href="http://www.teamdev.com/downloads/jexplorer/javadoc/com/jniwrapper/win32/ie/event/NewWindowEventHandlerExt2.html"&gt;NewWindowEventHandlerExt2&lt;/a&gt; that allows receiving information (url, target name, features) about popup window before it is opened;&lt;/li&gt;&lt;li&gt;Added &lt;a class="jive-link-external-small" href="http://www.teamdev.com/downloads/jexplorer/javadoc/com/jniwrapper/win32/ie/event/DisposeListener.html"&gt;DisposeListener&lt;/a&gt; for receiving events when WebBrowser is disposed.&lt;/li&gt;&lt;/ul&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Improvements:&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Added &lt;a class="jive-link-external-small" href="http://www.teamdev.com/downloads/jexplorer/javadoc/com/jniwrapper/win32/ie/dom/HTMLDialog.html#getOleMessageLoop()"&gt;HTMLDialog&lt;/a&gt;&lt;a class="jive-link-external-small" href="http://www.teamdev.com/downloads/jexplorer/javadoc/com/jniwrapper/win32/ie/dom/HTMLDialog.html#getOleMessageLoop()"&gt;.getOleMessageLoop()&lt;/a&gt; method that returns thread in which HTML modal dialog is running;&lt;/li&gt;&lt;li&gt;The &lt;code&gt;StatusCode.UNKNOWN&lt;/code&gt; flag is passed to the &lt;a class="jive-link-external-small" href="http://www.teamdev.com/downloads/jexplorer/javadoc/com/jniwrapper/win32/ie/event/WebBrowserEventsHandler.html#navigationErrorOccured(com.jniwrapper.win32.ie.WebBrowser,%20java.lang.String,%20java.lang.String,%20com.jniwrapper.win32.ie.event.StatusCode)"&gt;WebBrowserEventsHandler.navigationErrorOccured()&lt;/a&gt; method instead of null.&lt;/li&gt;&lt;/ul&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Resolved Issues:&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;'Call is rejected by Callee' error on print or preview of a page;&lt;/li&gt;&lt;li&gt;'Call is rejected by Callee' error on launching Find (Ctrl+F);&lt;/li&gt;&lt;li&gt;&lt;a class="jive-link-external-small" href="http://www.teamdev.com/downloads/jexplorer/javadoc/com/jniwrapper/win32/ie/WebBrowser.html#setContent(java.lang.String)"&gt;WebBrowser.setContent()&lt;/a&gt; method fails when PDF document is already loaded;&lt;/li&gt;&lt;li&gt;Document returns wrong maximum scroll values after setting "zoom" property;&lt;/li&gt;&lt;li&gt;Cannot open Gmail and Google Reader applications in JExplorer;&lt;/li&gt;&lt;li&gt;Several HTMLDialog can't be opened in sequence;&lt;/li&gt;&lt;li&gt;&lt;code&gt;java.awt.Robot&lt;/code&gt; prevents closing WebBrowser instance;&lt;/li&gt;&lt;li&gt;Page content isn't resized correctly;&lt;/li&gt;&lt;li&gt;The &lt;a class="jive-link-external-small" href="http://www.teamdev.com/downloads/jexplorer/javadoc/com/jniwrapper/win32/ie/event/BrowserWindowListener.html#onWindowResize(com.jniwrapper.win32.ie.event.BrowserWindowEvent)"&gt;BrowserWindowListener.onWindowResize&lt;/a&gt; event doesn't get fired when browser is resized from JavaScript;&lt;/li&gt;&lt;li&gt;JVM doesn't exit when the &lt;code&gt;DefaultCloseOperation&lt;/code&gt; for JFrame is set to &lt;code&gt;DISPOSE_ON_CLOSE&lt;/code&gt;;&lt;/li&gt;&lt;li&gt;&lt;a class="jive-link-external-small" href="http://www.teamdev.com/downloads/jexplorer/javadoc/com/jniwrapper/win32/ie/event/HttpSecurityHandler.html"&gt;HttpSecurityHandler&lt;/a&gt; doesn't work on Internet Explorer 6;&lt;/li&gt;&lt;li&gt;Handling &lt;a class="jive-link-external-small" href="http://www.teamdev.com/downloads/jexplorer/javadoc/com/jniwrapper/win32/ie/event/AuthenticationHandler.html#onAuthenticate()"&gt;AuthenticationHandler.onAuthenticate()&lt;/a&gt; on Vista generates access-violation error;&lt;/li&gt;&lt;li&gt;&lt;a class="jive-link-external-small" href="http://www.teamdev.com/downloads/jexplorer/javadoc/com/jniwrapper/win32/ie/Browser.html#getScreenShot(boolean)"&gt;Browser.getScreenShot()&lt;/a&gt; returns cropped image;&lt;/li&gt;&lt;li&gt;Browser component steals focus when web page is loaded or refreshed;&lt;/li&gt;&lt;li&gt;&lt;a class="jive-link-external-small" href="http://www.teamdev.com/downloads/jexplorer/javadoc/com/jniwrapper/win32/ie/Browser.html#getCookies(java.net.URL)"&gt;Browser.getCookies&lt;/a&gt; and &lt;a class="jive-link-external-small" href="http://www.teamdev.com/downloads/jexplorer/javadoc/com/jniwrapper/win32/ie/Browser.html#setCookies(java.net.URL,%20java.util.Set)"&gt;Browser.setCookies&lt;/a&gt; methods don't work with session cookies;&lt;/li&gt;&lt;li&gt;Java crashes on &lt;a class="jive-link-external-small" href="http://www.teamdev.com/downloads/jexplorer/javadoc/com/jniwrapper/win32/ie/Browser.html#close()"&gt;Browser.close()&lt;/a&gt;.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:adb6ef17-33f3-4e25-9d34-942145c572c4] --&gt;</description>
      <category domain="http://support.teamdev.com/blogs/tags">release_notes</category>
      <category domain="http://support.teamdev.com/blogs/tags">jexplorer_release</category>
      <category domain="http://support.teamdev.com/blogs/tags">jexplorer</category>
      <pubDate>Fri, 22 Jan 2010 10:05:10 GMT</pubDate>
      <author>Kazmin</author>
      <guid>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/2010/01/29/jexplorer-23-release-notes</guid>
      <dc:date>2010-01-22T10:05:10Z</dc:date>
      <wfw:comment>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/comment/jexplorer-23-release-notes</wfw:comment>
      <wfw:commentRss>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/feeds/comments?blogPost=1328</wfw:commentRss>
    </item>
    <item>
      <title>JExplorer 2.2 Released</title>
      <link>http://support.teamdev.com/community/miscellaneous/announcements/blog/2009/06/04/jexplorer-22-released</link>
      <description>&lt;!-- [DocumentBodyStart:417748c0-8eb3-43b1-b03f-422dc0585440] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;div class="maintext"&gt;&lt;span class="maintext"&gt;&lt;/span&gt; &lt;p class="maintext"&gt;We are glad to introduce a new release of JExplorer, a library that provides a convenient Java API for integrating Microsoft Internet Explorer into Java applications.&lt;/p&gt;&lt;p class="maintext" style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="maintext"&gt;This release introduces a new functionality for working with HTML modal dialogs, functionality for processing HTTP security problems and other improvements. It also has fixes for the issues recently reported by our customers. For the full list of changes please visit &lt;a class="jive-link-blog-small" href="http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/2009/06/04/jexplorer-22-release-notes"&gt;JExplorer 2.2 Release Notes&lt;/a&gt; page.&lt;/p&gt;&lt;p class="maintext" style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="maintext"&gt;The new version is available for download at &lt;a class="jive-link-external-small" href="http://www.teamdev.com/jexplorer"&gt;JExplorer&lt;/a&gt; page. For any help or feedback related to the use of our product, please use the &lt;a class="jive-link-external-small" href="/jexplorer"&gt;support forum&lt;/a&gt; or &lt;a class="jive-link-email-small" href="mailto:jexplorer-support@teamdev.com"&gt;e-mail us&lt;/a&gt; directly.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:417748c0-8eb3-43b1-b03f-422dc0585440] --&gt;</description>
      <category domain="http://support.teamdev.com/blogs/tags">company_news</category>
      <category domain="http://support.teamdev.com/blogs/tags">jexplorer</category>
      <pubDate>Wed, 03 Jun 2009 15:45:24 GMT</pubDate>
      <author>Kazmin</author>
      <guid>http://support.teamdev.com/community/miscellaneous/announcements/blog/2009/06/04/jexplorer-22-released</guid>
      <dc:date>2009-06-03T15:45:24Z</dc:date>
      <wfw:comment>http://support.teamdev.com/community/miscellaneous/announcements/blog/comment/jexplorer-22-released</wfw:comment>
      <wfw:commentRss>http://support.teamdev.com/community/miscellaneous/announcements/blog/feeds/comments?blogPost=1300</wfw:commentRss>
    </item>
    <item>
      <title>JExplorer 2.2 Release Notes</title>
      <link>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/2009/06/04/jexplorer-22-release-notes</link>
      <description>&lt;!-- [DocumentBodyStart:18de5237-0926-4053-9a3f-ccce959f949f] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;&lt;strong&gt;New Features:&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li class="list"&gt;Added functionality that allows processing any HTTP security problems such as "Invalid Certificate error", "Invalid Certificate Name", "Invalid Certificate Date", "Moving from a non-SSL to an SSL connection" and other (&lt;a class="jive-link-wiki-small" href="http://support.teamdev.com/docs/DOC-1114"&gt;sample&lt;/a&gt;)&lt;/li&gt;&lt;li class="list"&gt;Added the &lt;code&gt;HtmlDialogListener&lt;/code&gt; that allows receiving events when the HTML modal dialog is opened through &lt;code&gt;window.showModalDialog&lt;/code&gt; and &lt;code&gt;window.showModelessDialog&lt;/code&gt; JavaScript functions (&lt;a class="jive-link-wiki-small" href="http://support.teamdev.com/docs/DOC-1122"&gt;sample&lt;/a&gt;)&lt;/li&gt;&lt;/ul&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Improvements:&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li class="list"&gt;The &lt;code&gt;OnBeforeUnload&lt;/code&gt; event is not fired in JExplorer when the browser is closing&lt;/li&gt;&lt;li class="list"&gt;Added the "Button number" property support in the &lt;code&gt;EventObject&lt;/code&gt; class&lt;/li&gt;&lt;li class="list"&gt;Now each &lt;code&gt;WebBrowser&lt;/code&gt; instance is running in JExplorer32.exe process instead of rundll32.exe&lt;/li&gt;&lt;/ul&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Resolved Issues:&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li class="list"&gt;Adding and removing Browser component into JPanel caused blinking&lt;/li&gt;&lt;li class="list"&gt;It was possible to use &lt;code&gt;WebBrowser&lt;/code&gt; instance even after disposing it using &lt;code&gt;window.close&lt;/code&gt; JavaScript function&lt;/li&gt;&lt;li class="list"&gt;Two &lt;code&gt;IEAutomation&lt;/code&gt; instances were open instead of a single one on Windows Vista with Internet Explorer 7&lt;/li&gt;&lt;li class="list"&gt;&lt;span&gt;Opening the &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://google.com/ig"&gt;http://google.com/ig&lt;/a&gt;&lt;span&gt; web page caused unexpected JavaScript error&lt;/span&gt;&lt;/li&gt;&lt;li class="list"&gt;By default it was impossible to set the &lt;code&gt;WebBrowser&lt;/code&gt; instance as a target window&lt;/li&gt;&lt;li class="list"&gt;There was Stack overflow / Out of memory JavaScript error in Ajax applications&lt;/li&gt;&lt;li class="list"&gt;It was impossible to resize the Browser component embedded in &lt;code&gt;JSplitPane&lt;/code&gt;&lt;/li&gt;&lt;li class="list"&gt;Flash Player 10 didn't work&lt;/li&gt;&lt;li class="list"&gt;The "Can't find bundle for base name com.jniwrapper.win32.ie.colors" error occured when invoke the &lt;code&gt;HTMLElement.setBorder&lt;/code&gt; method&lt;/li&gt;&lt;li class="list"&gt;Selecting multiple options in drop down box caused repainting issue (blank drop down box)&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:18de5237-0926-4053-9a3f-ccce959f949f] --&gt;</description>
      <category domain="http://support.teamdev.com/blogs/tags">release_notes</category>
      <category domain="http://support.teamdev.com/blogs/tags">jexplorer_release</category>
      <category domain="http://support.teamdev.com/blogs/tags">jexplorer</category>
      <pubDate>Wed, 03 Jun 2009 15:36:12 GMT</pubDate>
      <author>Kazmin</author>
      <guid>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/2009/06/04/jexplorer-22-release-notes</guid>
      <dc:date>2009-06-03T15:36:12Z</dc:date>
      <wfw:comment>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/comment/jexplorer-22-release-notes</wfw:comment>
      <wfw:commentRss>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/feeds/comments?blogPost=1299</wfw:commentRss>
    </item>
    <item>
      <title>JExplorer 2.1 Released</title>
      <link>http://support.teamdev.com/community/miscellaneous/announcements/blog/2009/03/12/jexplorer-21-released</link>
      <description>&lt;!-- [DocumentBodyStart:3f363b3d-fd3e-4fba-9c84-0b6012c91b85] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;div class="maintext"&gt;&lt;span class="maintext"&gt;&lt;/span&gt; &lt;p class="maintext"&gt;Release of JExplorer 2.0 caused a lot of interest from the side of community. We want to say thank you for the valued feedback that inspired us and brought us some more interesting ideas.&lt;/p&gt;&lt;p class="maintext" style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="maintext"&gt;Now we are glad to introduce a new release of the JExplorer that contains improvements and fixes of problems reported by our customers. For the full list of changes please visit &lt;a class="jive-link-blog-small" href="http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/2009/03/12/jexplorer-21-release-notes"&gt;JExplorer 2.1 Release Notes&lt;/a&gt; page.&lt;/p&gt;&lt;p class="maintext" style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="maintext"&gt;The new version is available for download at &lt;a class="jive-link-external-small" href="http://www.teamdev.com/jexplorer"&gt;JExplorer&lt;/a&gt; page. For any help or feedback related to the use of JExplorer 2.1, please use the &lt;a class="jive-link-external-small" href="/jexplorer"&gt;support forum&lt;/a&gt; or &lt;a class="jive-link-email-small" href="mailto:jexplorer-support@teamdev.com"&gt;e-mail us&lt;/a&gt; directly.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3f363b3d-fd3e-4fba-9c84-0b6012c91b85] --&gt;</description>
      <category domain="http://support.teamdev.com/blogs/tags">jexplorer</category>
      <category domain="http://support.teamdev.com/blogs/tags">company_news</category>
      <pubDate>Thu, 12 Mar 2009 15:09:55 GMT</pubDate>
      <author>Kazmin</author>
      <guid>http://support.teamdev.com/community/miscellaneous/announcements/blog/2009/03/12/jexplorer-21-released</guid>
      <dc:date>2009-03-12T15:09:55Z</dc:date>
      <wfw:comment>http://support.teamdev.com/community/miscellaneous/announcements/blog/comment/jexplorer-21-released</wfw:comment>
      <wfw:commentRss>http://support.teamdev.com/community/miscellaneous/announcements/blog/feeds/comments?blogPost=1274</wfw:commentRss>
    </item>
    <item>
      <title>JExplorer 2.1 Release Notes</title>
      <link>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/2009/03/12/jexplorer-21-release-notes</link>
      <description>&lt;!-- [DocumentBodyStart:0bf91e04-140e-4a9a-88c7-2b1806a80268] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;&lt;span class="whatsnew"&gt;&lt;strong&gt;Improvements:&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li class="list"&gt;Added the &lt;code&gt;WebBrowser.getDialogEventHandler(&lt;/code&gt;) and &lt;code&gt;WebBrowser.getAuthenticationHandler()&lt;/code&gt; methods&lt;/li&gt;&lt;li class="list"&gt;Added ability to print out the license diagnostic information using &lt;code&gt;-Dteamdev.license.info=true&lt;/code&gt; VM parameter&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;strong&gt;Fixes:&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li class="list"&gt;Proxy settings now always work correctly in the WebBrowser instance&lt;/li&gt;&lt;li class="list"&gt;JavaScript execution work smoothly for IFRAME on a web page&lt;/li&gt;&lt;li class="list"&gt;Creation of an instance of &lt;code&gt;com.jniwrapper.win32.ie.scripting.Robot&lt;/code&gt; class is now enabled&lt;/li&gt;&lt;li class="list"&gt;Fixed the issue with crash on exit caused by the Adobe Reader 9 plug-in on Windows XP&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0bf91e04-140e-4a9a-88c7-2b1806a80268] --&gt;</description>
      <category domain="http://support.teamdev.com/blogs/tags">release_notes</category>
      <category domain="http://support.teamdev.com/blogs/tags">jexplorer_release</category>
      <category domain="http://support.teamdev.com/blogs/tags">jexplorer</category>
      <pubDate>Thu, 05 Mar 2009 17:54:10 GMT</pubDate>
      <author>Kazmin</author>
      <guid>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/2009/03/12/jexplorer-21-release-notes</guid>
      <dc:date>2009-03-05T17:54:10Z</dc:date>
      <wfw:comment>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/comment/jexplorer-21-release-notes</wfw:comment>
      <wfw:commentRss>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/feeds/comments?blogPost=1271</wfw:commentRss>
    </item>
    <item>
      <title>JExplorer 2.0 Release Notes</title>
      <link>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/2009/02/04/jexplorer-20-release-notes</link>
      <description>&lt;!-- [DocumentBodyStart:9a5653e1-b54c-4519-a3b6-74a2ad638685] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;&lt;span class="whatsnew"&gt;&lt;strong&gt;New Features:&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li class="list"&gt;Now each WebBrowser instance is running in a separate native process&lt;/li&gt;&lt;li class="list"&gt;Added the WebBrowser.getContent(boolean) method that allows receiving original HTML or the actual HTML of a currently loaded document&lt;/li&gt;&lt;li class="list"&gt;Added the HTMLDocument.getCharset() method that allows receiving charset for the HTML document&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;span class="whatsnew"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span class="whatsnew"&gt;&lt;strong&gt;Improvements:&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li class="list"&gt;Improved the WebBrowser.setContent() method, so now it doesn't require enabling JavaScript and it fires the NavigationEventListener.entireDocumentCompleted event when the new content is loaded completely into the WebBrowser document&lt;/li&gt;&lt;li class="list"&gt;Improved memory management. Now the memory required for work of the WebBrowser is allocated in a separate native process and does not dramatically affect Java application process.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;span class="whatsnew"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span class="whatsnew"&gt;&lt;strong&gt;Fixes:&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li class="list"&gt;Fixed the problem with capturing web page&lt;/li&gt;&lt;li class="list"&gt;Fixed the issue with Print and PrintPreview functionality&lt;/li&gt;&lt;li class="list"&gt;Fixed the issue with KeyFilter functionality&lt;/li&gt;&lt;li class="list"&gt;Fixed the issue when the Browser.setEnable() method causes an error&lt;/li&gt;&lt;li class="list"&gt;Fixed the issue when the WebBrowser.getScreenshot() method doesn't work with 16-bit color depth mode&lt;/li&gt;&lt;li class="list"&gt;Fixed the issue when Java Applets fail if they are loaded to JExplorer browser&lt;/li&gt;&lt;li class="list"&gt;Fixed the issue when the 'Call was Rejected By Callee' and 'The requested resource is in use' errors occur on WebBrowser.navigate() method&lt;/li&gt;&lt;li class="list"&gt;Fixed the issue when the Browser component that placed on JInternalFrame cannot be activated using mouse properly under JDK 6.0&lt;/li&gt;&lt;li class="list"&gt;Fixed the issue when the WebBrowser.setContent() method throws 'Access is denied' error&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9a5653e1-b54c-4519-a3b6-74a2ad638685] --&gt;</description>
      <category domain="http://support.teamdev.com/blogs/tags">release_notes</category>
      <category domain="http://support.teamdev.com/blogs/tags">jexplorer</category>
      <category domain="http://support.teamdev.com/blogs/tags">jexplorer_release</category>
      <pubDate>Wed, 04 Feb 2009 13:31:10 GMT</pubDate>
      <author>Kazmin</author>
      <guid>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/2009/02/04/jexplorer-20-release-notes</guid>
      <dc:date>2009-02-04T13:31:10Z</dc:date>
      <wfw:comment>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/comment/jexplorer-20-release-notes</wfw:comment>
      <wfw:commentRss>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/feeds/comments?blogPost=1156</wfw:commentRss>
    </item>
    <item>
      <title>JExplorer 2.0 Commercially Available</title>
      <link>http://support.teamdev.com/community/miscellaneous/announcements/blog/2009/02/04/jexplorer-20-commercially-available</link>
      <description>&lt;!-- [DocumentBodyStart:5c812993-ca5f-4301-82e7-e26460e81948] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;div class="maintext"&gt;&lt;span class="maintext"&gt;&lt;/span&gt; &lt;p class="maintext"&gt;After a small EAP period, TeamDev is happy to announce the commercial release of JExplorer 2.0. &lt;a class="jive-link-external-small" href="http://www.teamdev.com/jexplorer/index.jsf"&gt;JExplorer&lt;/a&gt; is our library that provides a convenient Java API for integrating Microsoft Internet Explorer into Java applications.&lt;/p&gt;&lt;p class="maintext" style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="maintext"&gt;The most of changes in JExplorer 2.0 were directed to improve its stability and to add Java Applets support. The changes in the core of JExplorer allowed us to isolate all potentially unsafe native code from the main Java application via moving each WebBrowser instance to a separate native process. With this major release we also introduce new features, such as Java Applets support, improved memory management, individual proxy settings for each WebBrowser instance. For the full list of new features and improvements, please read the &lt;a class="jive-link-blog-small" href="http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/2009/02/04/jexplorer-20-release-notes"&gt;What's New&lt;/a&gt; page.&lt;/p&gt;&lt;p class="maintext" style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="maintext"&gt;You can see JExplorer 2.0 in action in our WebStart &lt;a class="jive-link-external-small" href="http://www.teamdev.com/jexplorer/demo.jsf"&gt;Demo&lt;/a&gt;. &lt;a class="jive-link-external-small" href="http://www.teamdev.com/jexplorer/downloads.jsf"&gt;Download&lt;/a&gt; the latest version and evaluate it during 30 days.&lt;/p&gt;&lt;p class="maintext" style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="maintext"&gt;We want to remind you that the licenses for JExplorer 1.x will not work with this major release. If you have purchased JExplorer less than 60 days ago, then you will get upgrade to version 2.0 for free. Otherwise you can upgrade to version 2.0 with a 25% discount. Please contact our &lt;a class="jive-link-email-small" href="mailto:sales@teamdev.com"&gt;sales team&lt;/a&gt; with your upgrade request.&lt;/p&gt;&lt;p class="maintext" style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="maintext"&gt;For any help or feedback related to the use of JExplorer 2.0, please use the support &lt;a class="jive-link-community-small" href="http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer"&gt;forum&lt;/a&gt; or &lt;a class="jive-link-email-small" href="mailto:jexplorer-support@teamdev.com"&gt;e-mail us&lt;/a&gt; directly.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5c812993-ca5f-4301-82e7-e26460e81948] --&gt;</description>
      <category domain="http://support.teamdev.com/blogs/tags">jexplorer</category>
      <category domain="http://support.teamdev.com/blogs/tags">company_news</category>
      <pubDate>Wed, 04 Feb 2009 13:26:27 GMT</pubDate>
      <author>Kazmin</author>
      <guid>http://support.teamdev.com/community/miscellaneous/announcements/blog/2009/02/04/jexplorer-20-commercially-available</guid>
      <dc:date>2009-02-04T13:26:27Z</dc:date>
      <wfw:comment>http://support.teamdev.com/community/miscellaneous/announcements/blog/comment/jexplorer-20-commercially-available</wfw:comment>
      <wfw:commentRss>http://support.teamdev.com/community/miscellaneous/announcements/blog/feeds/comments?blogPost=1155</wfw:commentRss>
    </item>
    <item>
      <title>JExplorer 1.9.1 Released</title>
      <link>http://support.teamdev.com/community/miscellaneous/announcements/blog/2008/10/22/jexplorer-191-released</link>
      <description>&lt;!-- [DocumentBodyStart:a4e9f6e6-29cd-4228-b7b7-cdcec2f87cb7] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;div class="maintext"&gt;&lt;span class="maintext"&gt;&lt;/span&gt;&lt;p class="maintext"&gt;While we all are waiting for major release of &lt;a class="jive-link-external-small" href="http://www.teamdev.com/jexplorer/index.jsf"&gt;JExplorer&lt;/a&gt;, TeamDev does not forget about existing customers and today is announcing the release of version 1.9.1. This maintenance release introduces features and improvements requested by JExplorer customers as well as resolves several issues reported to our support center. In particular, the new version features:&lt;/p&gt;&lt;p class="maintext" style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;ul&gt;&lt;li class="list"&gt;Added a new listener for windows resize related events.&lt;/li&gt;&lt;li class="list"&gt;Added ability to get all input parameters for popup windows.&lt;/li&gt;&lt;li class="list"&gt;Improved ContextMenuProvider class to allow receiving the original HTML element on right click action.&lt;/li&gt;&lt;li class="list"&gt;Improved the Cookie class to be serializable.&lt;/li&gt;&lt;li class="list"&gt;Updated the Programmer's Guide documentation and added new samples.&lt;/li&gt;&lt;/ul&gt;&lt;p class="maintext" style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="maintext"&gt;For the full list of resolved issues and improvements, please read the &lt;a class="jive-link-external-small" href="http://www.teamdev.com/jexplorer/whats_new.jsf"&gt;What's New&lt;/a&gt; page.&lt;/p&gt;&lt;p class="maintext" style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="maintext"&gt;The new version of JExplorer is available on the &lt;a class="jive-link-external-small" href="http://www.teamdev.com/jexplorer/downloads.jsf"&gt;Download&lt;/a&gt; page. For any help or feedback related to the use of JExplorer 1.9.1, please use the support &lt;a class="jive-link-external-small" href="/jexplorer"&gt;forum&lt;/a&gt; or &lt;a class="jive-link-email-small" href="mailto:jexplorer-support@teamdev.com"&gt;e-mail us&lt;/a&gt; us directly.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a4e9f6e6-29cd-4228-b7b7-cdcec2f87cb7] --&gt;</description>
      <category domain="http://support.teamdev.com/blogs/tags">jexplorer</category>
      <category domain="http://support.teamdev.com/blogs/tags">company_news</category>
      <pubDate>Wed, 22 Oct 2008 16:33:35 GMT</pubDate>
      <author>IgorShvydkoy</author>
      <guid>http://support.teamdev.com/community/miscellaneous/announcements/blog/2008/10/22/jexplorer-191-released</guid>
      <dc:date>2008-10-22T16:33:35Z</dc:date>
      <wfw:comment>http://support.teamdev.com/community/miscellaneous/announcements/blog/comment/jexplorer-191-released</wfw:comment>
      <wfw:commentRss>http://support.teamdev.com/community/miscellaneous/announcements/blog/feeds/comments?blogPost=1183</wfw:commentRss>
    </item>
    <item>
      <title>JExplorer 1.9.1 Release Notes</title>
      <link>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/2008/10/22/jexplorer-191-release-notes</link>
      <description>&lt;!-- [DocumentBodyStart:c0f0fa48-b35f-4c84-a93b-14ead4724ee5] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;&lt;span class="maintext"&gt;&lt;strong&gt;&lt;span class="whatsnew"&gt;New Features:&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li class="list"&gt;Added new &lt;tt&gt;BrowserWindowListener&lt;/tt&gt; listener to the &lt;tt&gt;Browser&lt;/tt&gt; class that allows receiving events such as &lt;tt&gt;onWindowResize&lt;/tt&gt;, &lt;tt&gt;onWindowResizable&lt;/tt&gt;, &lt;tt&gt;onFullScreen&lt;/tt&gt; and &lt;tt&gt;onVisible&lt;/tt&gt;.&lt;/li&gt;&lt;li class="list"&gt;Added ability to get all input parameters for pop-up window according to the parameters in the &lt;tt&gt;window.open()&lt;/tt&gt; JavaScript function.&lt;/li&gt;&lt;/ul&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;span class="whatsnew"&gt;Improvements:&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li class="list"&gt;&lt;tt&gt;ContextMenuProvider&lt;/tt&gt; class enables to receive the original HTML element on right click action.&lt;/li&gt;&lt;li class="list"&gt;The &lt;tt&gt;Cookie&lt;/tt&gt; class is made serializable.&lt;/li&gt;&lt;/ul&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;span class="whatsnew"&gt;Fixes:&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li class="list"&gt;Fixed the issue when opening a new pop-up window causes displaying two pop-up windows.&lt;/li&gt;&lt;li class="list"&gt;Fixed the issue when the &lt;tt&gt;CookieManager.setCookie()&lt;/tt&gt; method causes &lt;tt&gt;LastErrorException&lt;/tt&gt;.&lt;/li&gt;&lt;li class="list"&gt;Fixed the issue when silent mode doesn't work for Alert and Confirmation JavaScript dialog boxes.&lt;/li&gt;&lt;li class="list"&gt;Fixed the issue when the &lt;tt&gt;WebBrowser.waitReady()&lt;/tt&gt; method causes &lt;tt&gt;NullPointerException&lt;/tt&gt; exception in some cases.&lt;/li&gt;&lt;li class="list"&gt;Fixed the issue when JExplorer fails on the pages with GWT/AJAX components.&lt;/li&gt;&lt;li class="list"&gt;Fixed the issue with a memory leak in &lt;tt&gt;Browser.getScreenShot()&lt;/tt&gt; method.&lt;/li&gt;&lt;li class="list"&gt;Fixed the issue when &lt;tt&gt;IEApplicationEventListener.onQuit()&lt;/tt&gt; event is not fired on Internet Explorer instance closing.&lt;/li&gt;&lt;li class="list"&gt;Fixed the issue when &lt;tt&gt;Browser&lt;/tt&gt; component had been shown outside of application window.&lt;/li&gt;&lt;/ul&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;span class="whatsnew"&gt;Demo:&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li class="list"&gt;Set the limit for tab width in JExplorer Demo.&lt;/li&gt;&lt;li class="list"&gt;Fixed the issue with &lt;tt&gt;NullPointerException&lt;/tt&gt; exception when closing a tab in JExplorer Demo.&lt;/li&gt;&lt;li class="list"&gt;Fixed the issue when tab caption in JExplorer Demo is outside the limits.&lt;/li&gt;&lt;li class="list"&gt;Fixed the issues with &lt;tt&gt;ClassCastException&lt;/tt&gt; exception occurs in JExplorer Demo when clicking on the Evaluate Now button.&lt;/li&gt;&lt;/ul&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;span class="whatsnew"&gt;Documentation:&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li class="list"&gt;Added &lt;tt&gt;PopupWindowSample&lt;/tt&gt; example that shows how to configure pop-up window according to the parameters that were passed into &lt;tt&gt;window.open&lt;/tt&gt; JavaScript function.&lt;/li&gt;&lt;li class="list"&gt;Added the chapter Pop-up windows Management in JExplorer Programmer's Guide.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c0f0fa48-b35f-4c84-a93b-14ead4724ee5] --&gt;</description>
      <category domain="http://support.teamdev.com/blogs/tags">jexplorer_release</category>
      <category domain="http://support.teamdev.com/blogs/tags">release_notes</category>
      <category domain="http://support.teamdev.com/blogs/tags">jexplorer</category>
      <pubDate>Wed, 22 Oct 2008 13:00:13 GMT</pubDate>
      <author>IgorShvydkoy</author>
      <guid>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/2008/10/22/jexplorer-191-release-notes</guid>
      <dc:date>2008-10-22T13:00:13Z</dc:date>
      <wfw:comment>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/comment/jexplorer-191-release-notes</wfw:comment>
      <wfw:commentRss>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/feeds/comments?blogPost=1102</wfw:commentRss>
    </item>
    <item>
      <title>JExplorer 1.9, last before major release</title>
      <link>http://support.teamdev.com/community/miscellaneous/announcements/blog/2007/10/26/jexplorer-19-last-before-major-release</link>
      <description>&lt;!-- [DocumentBodyStart:70090fc0-8910-4c51-af81-e357b56d47e4] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;div class="maintext"&gt;&lt;span class="maintext"&gt;&lt;/span&gt;&lt;p class="maintext"&gt;&lt;a class="jive-link-external-small" href="http://www.teamdev.com/jexplorer"&gt;&lt;strong&gt;JExplorer&lt;/strong&gt;&lt;/a&gt; 1.0 was released back in early November 2004 and it has changed a lot over 3 years. And although we haven't reached the major version 2.0 so far, we are not after higher version numbers. Our goal is to give JExplorer users stability and good features instead. This release is a case in point.&lt;/p&gt;&lt;p class="maintext" style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="maintext"&gt;Today we believe JExplorer is a complete software development tool providing a wide set of useful features to its users. This release introduces new ways to efficiently control and manage the Internet Explorer browser component. Flexible proxy configuration and browser cache management are among the &lt;a class="jive-link-external-small" href="http://www.teamdev.com/jexplorer/whats_new.jsf"&gt;recent changes&lt;/a&gt;.&lt;/p&gt;&lt;p class="maintext" style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="maintext"&gt;New functions were added to the &lt;a class="jive-link-external-small" href="http://www.teamdev.com/jexplorer/demo.jsf"&gt;demo application&lt;/a&gt; and the &lt;a class="jive-link-external-small" href="http://www.teamdev.com/jexplorer/documentation.jsf"&gt;documentation&lt;/a&gt; was updated appropriately.&lt;/p&gt;&lt;p class="maintext" style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="maintext"&gt;With version 1.9 rolled out, it's clear that the next step will be an even version number. The release of JExplorer 2.0 is scheduled for the first quarter of the next year. So stay connected.&lt;/p&gt;&lt;p class="maintext" style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="maintext"&gt;Just a reminder. All JExplorer users can upgrade to version 1.9 for free.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:70090fc0-8910-4c51-af81-e357b56d47e4] --&gt;</description>
      <category domain="http://support.teamdev.com/blogs/tags">jexplorer</category>
      <category domain="http://support.teamdev.com/blogs/tags">company_news</category>
      <pubDate>Fri, 26 Oct 2007 13:44:00 GMT</pubDate>
      <author>IgorShvydkoy</author>
      <guid>http://support.teamdev.com/community/miscellaneous/announcements/blog/2007/10/26/jexplorer-19-last-before-major-release</guid>
      <dc:date>2007-10-26T13:44:00Z</dc:date>
      <wfw:comment>http://support.teamdev.com/community/miscellaneous/announcements/blog/comment/jexplorer-19-last-before-major-release</wfw:comment>
      <wfw:commentRss>http://support.teamdev.com/community/miscellaneous/announcements/blog/feeds/comments?blogPost=1203</wfw:commentRss>
    </item>
    <item>
      <title>JExplorer 1.9 Release Notes</title>
      <link>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/2007/10/26/jexplorer-19-release-notes</link>
      <description>&lt;!-- [DocumentBodyStart:90c94ed0-7bd5-4805-8974-04366d9081de] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;div class="maintext"&gt;&lt;span class="maintext"&gt;&lt;/span&gt;&lt;div id="whatsnew"&gt;&lt;strong&gt;&lt;span class="whatsnew"&gt;New Features:&lt;/span&gt;&lt;/strong&gt; &lt;ul&gt;&lt;li class="list"&gt;Added the ability to clear the Internet Explorer browser cache (temporary files, URL history or cookies). See the &lt;code&gt;&lt;a class="jive-link-external-small" href="http://www.teamdev.com/downloads/jexplorer/javadoc/com/jniwrapper/win32/ie/Browsers.html#clearCache%28com.jniwrapper.win32.wininet.InternetCacheEntry%29"&gt;com.jniwrapper.win32.ie.Browsers.clearCache()&lt;/a&gt;&lt;/code&gt; method.&lt;/li&gt;&lt;li class="list" style="text-align: left;"&gt;Added functionality allowing maintaining global and current process proxy settings, including the ability to set Proxy URL exceptions.&lt;br/&gt;See the &lt;code&gt;&lt;a class="jive-link-external-small" href="http://www.teamdev.com/downloads/jexplorer/javadoc/com/jniwrapper/win32/ie/proxy/ProxyManager.html"&gt;com.jniwrapper.win32.ie.proxy.ProxyManager&lt;/a&gt;&lt;/code&gt; class.&lt;/li&gt;&lt;li class="list"&gt;Added the &lt;code&gt;&lt;a class="jive-link-external-small" href="http://www.teamdev.com/downloads/jexplorer/javadoc/com/jniwrapper/win32/ie/cookie/CookieManager.html"&gt;CookieManager&lt;/a&gt;&lt;/code&gt; class for working with existing browser cookies.&lt;/li&gt;&lt;li class="list"&gt;Added support for the &lt;code&gt;Node.isEqualNode()&lt;/code&gt; method.&lt;/li&gt;&lt;li class="list"&gt;Added the feature for setting an &lt;code&gt;IWebBrowser2&lt;/code&gt; instance to the &lt;code&gt;&lt;a class="jive-link-external-small" href="http://www.teamdev.com/downloads/jexplorer/javadoc/com/jniwrapper/win32/ie/IEAutomation.html"&gt;IEAutomation&lt;/a&gt;&lt;/code&gt; control.&lt;/li&gt;&lt;/ul&gt;&lt;div id="whatsnew"&gt;&lt;br/&gt;&lt;/div&gt;&lt;div&gt;&lt;strong&gt;&lt;span class="whatsnew"&gt;Improvements:&lt;/span&gt;&lt;/strong&gt;&lt;/div&gt;&lt;ul&gt;&lt;li class="list"&gt;Added the ability to keep main thread execution until any &lt;code&gt;&lt;a class="jive-link-external-small" href="http://www.teamdev.com/downloads/jexplorer/javadoc/com/jniwrapper/win32/ie/IEAutomation.html"&gt;IEAutomation&lt;/a&gt;&lt;/code&gt; instance is alive.&lt;/li&gt;&lt;li class="list" style="text-align: left;"&gt;Added escaping control chars in a JavaScript string during the &lt;code&gt;&lt;a class="jive-link-external-small" href="http://www.teamdev.com/downloads/jexplorer/javadoc/com/jniwrapper/win32/ie/WebBrowser.html#executeScript%28java.lang.String%29"&gt;WebBrowser.executeScript()&lt;/a&gt;&lt;/code&gt; method execution.&lt;/li&gt;&lt;/ul&gt;&lt;div id="whatsnew"&gt;&lt;br/&gt;&lt;/div&gt;&lt;div&gt;&lt;strong&gt;&lt;span class="whatsnew"&gt;Fixes:&lt;/span&gt;&lt;/strong&gt;&lt;/div&gt;&lt;ul&gt;&lt;li class="list"&gt;Fixed the issue where pressing of the Alt+F6 key combination makes the Browser component hang for some time.&lt;/li&gt;&lt;li class="list"&gt;Fixed the issue where the HTML body element becomes non-scrollable if the page uses &lt;code&gt;&amp;lt;!DOCTYPE&amp;gt;&lt;/code&gt; directive.&lt;/li&gt;&lt;li class="list"&gt;Fixed the issue where an occasional exception occurs when the &lt;code&gt;&lt;a class="jive-link-external-small" href="http://www.teamdev.com/downloads/jexplorer/javadoc/com/jniwrapper/win32/ie/Browser.html#getScreenShot%28boolean%29"&gt;Browser.getScreenShot()&lt;/a&gt;&lt;/code&gt; method is called.&lt;/li&gt;&lt;li class="list"&gt;Fixed the issue where during destroying of the &lt;code&gt;&lt;a class="jive-link-external-small" href="http://www.teamdev.com/downloads/jexplorer/javadoc/com/jniwrapper/win32/ie/Browser.html"&gt;com.jniwrapper.win32.ie.Browser&lt;/a&gt;&lt;/code&gt; component, the application hangs.&lt;/li&gt;&lt;li class="list"&gt;Fixed the issue with distribution of key actions (backspace, Alt + → or Alt + ←) on several Browser components at the same time.&lt;/li&gt;&lt;li class="list" style="text-align: left;"&gt;Fixed the issue where JExplorer freezes if the user navigates to the &lt;a class="popup" href="http://finance.google.com/" onclick="" rel="nofollow" target="_blank"&gt;http://finance.google.com&lt;/a&gt; page.&lt;/li&gt;&lt;li class="list"&gt;Fixed the issue where it is impossible to disable Java applets and Running ActiveX control (in Windows Vista).&lt;/li&gt;&lt;li class="list"&gt;Fixed the issue where the &lt;code&gt;&lt;a class="jive-link-external-small" href="http://www.teamdev.com/downloads/jexplorer/javadoc/com/jniwrapper/win32/ie/HeadlessBrowser.html#executeScript%28java.lang.String%29"&gt;IAutomation.executeScript&lt;/a&gt;&lt;/code&gt; method doesn't work.&lt;/li&gt;&lt;li class="list"&gt;Fixed the issue where the pop-up dialogs are opened using a target open behind the active window.&lt;/li&gt;&lt;li class="list"&gt;Fixed the issue where the &lt;code&gt;&lt;a class="jive-link-external-small" href="http://www.teamdev.com/downloads/jexplorer/javadoc/com/jniwrapper/win32/ie/HeadlessBrowser.html#waitReady%28%29"&gt;IEAutomation.waitReady()&lt;/a&gt;&lt;/code&gt; method hangs if the Internet Explorer instance is closed.&lt;/li&gt;&lt;li class="list"&gt;Fixed the issue where the 'RPC server is unavailable' error occurs if the &lt;code&gt;&lt;a class="jive-link-external-small" href="http://www.teamdev.com/downloads/jexplorer/javadoc/com/jniwrapper/win32/ie/IEAutomation.html"&gt;IEAutomation&lt;/a&gt;&lt;/code&gt; instance is closed.&lt;/li&gt;&lt;li class="list"&gt;Fixed the internal issue: License guard system still uses "Cp1252" charset, instead of "UTF-8".&lt;/li&gt;&lt;li class="list"&gt;Fixed the issue where a program that creates a &lt;code&gt;&lt;a class="jive-link-external-small" href="http://www.teamdev.com/downloads/jexplorer/javadoc/com/jniwrapper/win32/ie/HeadlessBrowser.html"&gt;HeadlessBrowser&lt;/a&gt;&lt;/code&gt; instance does not terminate.&lt;/li&gt;&lt;/ul&gt;&lt;div id="whatsnew"&gt;&lt;br/&gt;&lt;/div&gt;&lt;div&gt;&lt;strong&gt;&lt;span class="whatsnew"&gt;Demo:&lt;/span&gt;&lt;/strong&gt;&lt;/div&gt;&lt;ul&gt;&lt;li class="list"&gt;Web page thumbnail is displayed in a tooltip for each tab.&lt;/li&gt;&lt;li class="list"&gt;Added the "Proxy Settings" dialog for configuring proxy settings.&lt;/li&gt;&lt;li class="list"&gt;Display of the site's favorite icon on tabs near the page title.&lt;/li&gt;&lt;li class="list"&gt;Fixed problem with Ctrl+T not opening a new tab if focus is inside the page&lt;/li&gt;&lt;/ul&gt;&lt;div id="whatsnew"&gt;&lt;br/&gt;&lt;/div&gt;&lt;div&gt;&lt;strong&gt;&lt;span class="whatsnew"&gt;Documentation:&lt;/span&gt;&lt;/strong&gt;&lt;/div&gt;&lt;ul&gt;&lt;li class="list"&gt;Added &lt;code&gt;ClearCacheSample&lt;/code&gt;.&lt;/li&gt;&lt;li class="list"&gt;Added &lt;code&gt;UpdateProxySettingsSample&lt;/code&gt; that shows how to change global and process proxy settings.&lt;/li&gt;&lt;li class="list"&gt;Added &lt;code&gt;CookieManagerSample&lt;/code&gt; that demonstrates how to use the &lt;code&gt;&lt;a class="jive-link-external-small" href="http://www.teamdev.com/downloads/jexplorer/javadoc/com/jniwrapper/win32/ie/cookie/CookieManager.html"&gt;CookieManager&lt;/a&gt;&lt;/code&gt; class.&lt;/li&gt;&lt;li class="list"&gt;Added the chapter 'Working with Proxy Settings' in JExplorer Programmer's Guide.&lt;/li&gt;&lt;li class="list"&gt;Added information about using JExplorer in applets in JExplorer Programmer's Guide.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:90c94ed0-7bd5-4805-8974-04366d9081de] --&gt;</description>
      <category domain="http://support.teamdev.com/blogs/tags">jexplorer_release</category>
      <category domain="http://support.teamdev.com/blogs/tags">release_notes</category>
      <category domain="http://support.teamdev.com/blogs/tags">jexplorer</category>
      <pubDate>Fri, 26 Oct 2007 13:02:51 GMT</pubDate>
      <author>IgorShvydkoy</author>
      <guid>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/2007/10/26/jexplorer-19-release-notes</guid>
      <dc:date>2007-10-26T13:02:51Z</dc:date>
      <wfw:comment>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/comment/jexplorer-19-release-notes</wfw:comment>
      <wfw:commentRss>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/feeds/comments?blogPost=1103</wfw:commentRss>
    </item>
    <item>
      <title>JExplorer 1.8 Released</title>
      <link>http://support.teamdev.com/community/miscellaneous/announcements/blog/2007/06/12/jexplorer-18-released</link>
      <description>&lt;!-- [DocumentBodyStart:bf3af784-e96d-4747-86f4-ccbb7c315677] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;div class="maintext"&gt;&lt;span class="maintext"&gt;&lt;/span&gt;&lt;p class="maintext"&gt;Today is a red-letter day for &lt;strong&gt;&lt;a class="jive-link-external-small" href="http://www.teamdev.com/jexplorer"&gt;JExplorer&lt;/a&gt;&lt;/strong&gt; users as we are announcing the release of version 1.8. This is a maintenance release that introduces features and improvements requested by JExplorer customers as well as resolves miscellaneous issues reported to our support center. In particular, the new version features:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Elimination of various memory leaks.&lt;/li&gt;&lt;li&gt;Enhancement of browser history functionality.&lt;/li&gt;&lt;li&gt;Ability to block pop-up windows, enable/disable a native XMLHttpRequest object, etc.&lt;/li&gt;&lt;li&gt;Fixes in the  HeadlessBrowser and Browser components.&lt;/li&gt;&lt;/ul&gt;&lt;p class="maintext" style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="maintext"&gt;For the full list of resolved issues and improvements, please read the &lt;a class="jive-link-external-small" href="http://www.teamdev.com/jexplorer/whats_new.jsf"&gt;Release Notes&lt;/a&gt; page. The new version of JExplorer is available on the &lt;a class="jive-link-external-small" href="http://www.teamdev.com/jexplorer/downloads.jsf"&gt;Download&lt;/a&gt; page. For any help or feedback related to the use of JExplorer 1.8, please use the &lt;a class="jive-link-external-small" href="/jexplorer"&gt;support forum&lt;/a&gt; or &lt;a class="jive-link-email-small" href="mailto:jexplorer-support@teamdev.com"&gt;e-mail us&lt;/a&gt; directly.&lt;/p&gt;&lt;p class="maintext" style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="maintext"&gt;Future promises new releases for more integration products. So stay tuned.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:bf3af784-e96d-4747-86f4-ccbb7c315677] --&gt;</description>
      <category domain="http://support.teamdev.com/blogs/tags">jexplorer</category>
      <category domain="http://support.teamdev.com/blogs/tags">company_news</category>
      <pubDate>Tue, 12 Jun 2007 13:54:18 GMT</pubDate>
      <author>IgorShvydkoy</author>
      <guid>http://support.teamdev.com/community/miscellaneous/announcements/blog/2007/06/12/jexplorer-18-released</guid>
      <dc:date>2007-06-12T13:54:18Z</dc:date>
      <wfw:comment>http://support.teamdev.com/community/miscellaneous/announcements/blog/comment/jexplorer-18-released</wfw:comment>
      <wfw:commentRss>http://support.teamdev.com/community/miscellaneous/announcements/blog/feeds/comments?blogPost=1207</wfw:commentRss>
    </item>
    <item>
      <title>JExplorer 1.8 Release Notes</title>
      <link>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/2007/06/12/jexplorer-18-release-notes</link>
      <description>&lt;!-- [DocumentBodyStart:5efbaf47-ab39-4e2e-a247-4f2f62736f2b] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;div class="maintext"&gt;&lt;span class="maintext"&gt;&lt;/span&gt;&lt;div id="whatsnew"&gt;&lt;strong&gt;&lt;span class="whatsnew"&gt;New Features:&lt;/span&gt;&lt;/strong&gt; &lt;ul&gt;&lt;li class="list"&gt;Added the &lt;code&gt;InternetFeatures&lt;/code&gt; class the Browser component that provides the ability to block popups, enable or disable a native &lt;code&gt;XMLHttpRequest&lt;/code&gt; object and more.&lt;/li&gt;&lt;li class="list"&gt;Added the ability to get a screen shot for the HeadlessBrowser component.&lt;/li&gt;&lt;li class="list"&gt;Added processing of the mouse (keyboard) focus event for the Browser component.&lt;/li&gt;&lt;li class="list"&gt;Set the child window title to its document title.&lt;/li&gt;&lt;/ul&gt;&lt;div id="whatsnew"&gt;&lt;br/&gt;&lt;/div&gt;&lt;div&gt;&lt;strong&gt;&lt;span class="whatsnew"&gt;Improvements:&lt;/span&gt;&lt;/strong&gt;&lt;/div&gt;&lt;ul&gt;&lt;li class="list"&gt;Added new settings to the &lt;code&gt;WebBrowser.Properties&lt;/code&gt; class.&lt;/li&gt;&lt;li class="list"&gt;Added the Expires, LastUpdated and LastVisited time (in milliseconds) to the &lt;code&gt;BrowserHistory.Entry&lt;/code&gt; class.&lt;/li&gt;&lt;li class="list"&gt;Implemented the &lt;code&gt;MouseEventImpl.initEvent()&lt;/code&gt; method.&lt;/li&gt;&lt;/ul&gt;&lt;div id="whatsnew"&gt;&lt;br/&gt;&lt;/div&gt;&lt;div&gt;&lt;strong&gt;&lt;span class="whatsnew"&gt;Fixes:&lt;/span&gt;&lt;/strong&gt;&lt;/div&gt;&lt;ul&gt;&lt;li class="list"&gt;Fixed the issue with memory leaks on form submission.&lt;/li&gt;&lt;li class="list"&gt;Fixed the issue where clicking F5 causes deadlock in Internet Explorer 7.0.&lt;/li&gt;&lt;li class="list"&gt;Fixed the issue where the &lt;code&gt;Browser.getContent()&lt;/code&gt; method causes memory leaks.&lt;/li&gt;&lt;li class="list"&gt;Fixed the issue where a parent window is listening to backspace key events of a child window.&lt;/li&gt;&lt;li class="list"&gt;Fixed the issue where the &lt;code&gt;Browser.stop()&lt;/code&gt; method doesn't notify &lt;code&gt;Browser.waitReady()&lt;/code&gt; of the page download completion.&lt;/li&gt;&lt;li class="list"&gt;Fixed the exception that occurs when calling several browser.&lt;code&gt;executeScript()&lt;/code&gt; methods that should return the &lt;code&gt;IDispatch value&lt;/code&gt;.&lt;/li&gt;&lt;li class="list"&gt;Fixed the issue where the Internet Explorer window handle is lost (Windows 2000).&lt;/li&gt;&lt;li class="list"&gt;Fixed StackOverflowError that occurs when the &lt;code&gt;Browser.addNotify()&lt;/code&gt; method is called iteratively.&lt;/li&gt;&lt;li class="list"&gt;Fixed the exception that occurs when removing the Browser component during a navigation operation.&lt;/li&gt;&lt;li class="list"&gt;Fixed the issue where JExplorer loses focus after hiding an alert message box.&lt;/li&gt;&lt;li class="list"&gt;Fixed a JavaScript error when a new window of the default size is opened despite the preset size.&lt;/li&gt;&lt;li class="list"&gt;Fixed the issue where the &lt;code&gt;HeadlessBrowser.getScreenShot(true)&lt;/code&gt; method increases the result image size.&lt;/li&gt;&lt;li class="list"&gt;Fixed the issue where the browser blinks when moving the cursor to the link on a web page.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5efbaf47-ab39-4e2e-a247-4f2f62736f2b] --&gt;</description>
      <category domain="http://support.teamdev.com/blogs/tags">jexplorer_release</category>
      <category domain="http://support.teamdev.com/blogs/tags">release_notes</category>
      <category domain="http://support.teamdev.com/blogs/tags">jexplorer</category>
      <pubDate>Tue, 12 Jun 2007 13:04:55 GMT</pubDate>
      <author>IgorShvydkoy</author>
      <guid>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/2007/06/12/jexplorer-18-release-notes</guid>
      <dc:date>2007-06-12T13:04:55Z</dc:date>
      <wfw:comment>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/comment/jexplorer-18-release-notes</wfw:comment>
      <wfw:commentRss>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/feeds/comments?blogPost=1104</wfw:commentRss>
    </item>
    <item>
      <title>JExplorer 1.7 Release Notes</title>
      <link>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/2006/09/01/jexplorer-17-release-notes</link>
      <description>&lt;!-- [DocumentBodyStart:1d80f510-a6ce-4073-91a0-8c3ba41c00f6] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;div class="maintext"&gt;&lt;span class="maintext"&gt;&lt;/span&gt;&lt;div id="whatsnew"&gt;&lt;strong&gt;&lt;span class="whatsnew"&gt;Changes since version 1.6:&lt;/span&gt;&lt;/strong&gt; &lt;ul&gt;&lt;li class="list"&gt;The &lt;code&gt;EventObject&lt;/code&gt; class extended with new properties like 'button', 'ctrlLeft' etc.&lt;/li&gt;&lt;li class="list"&gt;Added the ability to capture the screenshot of a Browser component.&lt;/li&gt;&lt;li class="list"&gt;Added the ability to print browser component contents.&lt;/li&gt;&lt;li class="list"&gt;Added the ability to retrieve and set Internet Explorer proxy settings.&lt;/li&gt;&lt;li class="list"&gt;Added &lt;code&gt;IEAutomation&lt;/code&gt; class, allowing to automate Internet Explorer application without embedding into Swing UI.&lt;/li&gt;&lt;li class="list"&gt;Added support for &lt;code&gt;onFullScreen&lt;/code&gt; event in &lt;code&gt;StatusEventListener&lt;/code&gt; interface.&lt;/li&gt;&lt;li class="list"&gt;Added the ability to enable/disable refreshing of current page after changing browser properties.&lt;/li&gt;&lt;li class="list"&gt;Added support of mouse events in the Browser component.&lt;/li&gt;&lt;li class="list"&gt;&lt;code&gt;UrlMonFunctions&lt;/code&gt; class exteded with &lt;code&gt;createURLMoniker()&lt;/code&gt;, &lt;code&gt;createAsyncBindCtx()&lt;/code&gt; and &lt;code&gt;registerBindStatusCallback()&lt;/code&gt; methods.&lt;/li&gt;&lt;li class="list"&gt;Implemented the &lt;code&gt;IDocHostUIHandler::GetOptionKeyPath&lt;/code&gt; method.&lt;/li&gt;&lt;li class="list"&gt;Added support of &lt;code&gt;IAuthenticate&lt;/code&gt; COM interface, allowing JExplorer to perform authentication/login programmatically, using user-defined credentials.&lt;/li&gt;&lt;li class="list"&gt;newWindow3 action problem under Windows XP Service Pack 1.&lt;/li&gt;&lt;li class="list"&gt;Stability improvements.&lt;/li&gt;&lt;li class="list"&gt;Improved JavaDocs.&lt;/li&gt;&lt;/ul&gt;&lt;h3 class="whatsnew"&gt;&lt;span style="font-size: 10pt;"&gt;Fixes:&lt;/span&gt;&lt;/h3&gt;&lt;ul&gt;&lt;li class="list"&gt;Fixed endless loop with rendering &amp;lt;select&amp;gt;/&amp;lt;option&amp;gt; html controls.&lt;/li&gt;&lt;li class="list"&gt;Fixed problem with &lt;code&gt;DialogEventHandler&lt;/code&gt; not handling dialogs exceeding 255 characters.&lt;/li&gt;&lt;li class="list"&gt;Fixed exception thrown when handling multiple child browsers.&lt;/li&gt;&lt;li class="list"&gt;Fixed the problem with using ' and " symbols in the &lt;code&gt;WebBrowser.executeScript()&lt;/code&gt; method.&lt;/li&gt;&lt;li class="list"&gt;Fixed the problem with Browser child window not closing after &lt;code&gt;window.close()&lt;/code&gt;.&lt;/li&gt;&lt;li class="list"&gt;Fixed the problem with losing target frame after opening a new window using JavaScript &lt;code&gt;window.open()&lt;/code&gt; method.&lt;/li&gt;&lt;li class="list"&gt;Fixed exception thrown in &lt;code&gt;Browser.navigate()&lt;/code&gt; method when creating the Browser instance.&lt;/li&gt;&lt;li class="list"&gt;Fixed ClassCastException thrown when trying to get list of TableCell items from &lt;code&gt;TableRow.getCells()&lt;/code&gt; method.&lt;/li&gt;&lt;li class="list"&gt;Fixed the problem when showing several Browser instances at the same time.&lt;/li&gt;&lt;li class="list"&gt;Improved document event listeners registration mechanism.&lt;/li&gt;&lt;li class="list"&gt;Fixed the problem with repainting of Browser component in a Swing container (after add/remove operation).&lt;/li&gt;&lt;li class="list"&gt;Added compatibility of the product with the Windows XP SP1 and Windows 2000.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1d80f510-a6ce-4073-91a0-8c3ba41c00f6] --&gt;</description>
      <category domain="http://support.teamdev.com/blogs/tags">jexplorer_release</category>
      <category domain="http://support.teamdev.com/blogs/tags">release_notes</category>
      <category domain="http://support.teamdev.com/blogs/tags">jexplorer</category>
      <pubDate>Fri, 01 Sep 2006 13:05:37 GMT</pubDate>
      <author>IgorShvydkoy</author>
      <guid>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/2006/09/01/jexplorer-17-release-notes</guid>
      <dc:date>2006-09-01T13:05:37Z</dc:date>
      <wfw:comment>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/comment/jexplorer-17-release-notes</wfw:comment>
      <wfw:commentRss>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/feeds/comments?blogPost=1105</wfw:commentRss>
    </item>
  </channel>
</rss>

