1 2 3 ... 9 Previous Next

TeamDev Ltd. News

121 Posts

JxBrowser 2.1 Released

Posted by Roman Kazmin Feb 12, 2010

JxBrowser, a cross-platform library that allows integrating web browser into Java AWT/Swing applications on Windows, Linux and Mac OS X platforms, has been updated to version 2.1.

 

In this version we introduce the following improvements:

  • Ability to programmatically set path to Mozilla profile directory;
  • MIME type handling functionality for Mozilla engine.

 

Also this version contains fixes for the issues reported by our customers:

  • JavaScript Error Listener operability issue is resolved (Mozilla engine);
  • The work of StatusListener is corrected (WebKit engine);
  • Navigation finished event is fired when navigation made within the same document (Mozilla engine);
  • Pop-up window now can be opened even if its target name is empty (IE engine).

 

For the full list of resolved issues and improvements, please see the JxBrowser 2.1 Release Notes page.

 

The update is already available for download. You can try the new version online using the WebStart Demo.

 

For any help or feedback related to JxBrowser, please use the support forum or e-mail us directly.

0 Comments Permalink

JExplorer 2.3 Released

Posted by Roman Kazmin Jan 29, 2010

JExplorer, a library that provides a convenient Java API for integrating Microsoft Internet Explorer into Java applications, has been updated to version 2.3.

 

This release introduces the following features and improvements:

  • interface for receiving notifications when popup menu is required;
  • event handler for receiving information about popup window before it is opened;
  • listener for receiving events when WebBrowser is disposed.

 

This version also resolves several important issues reported by our customers. For the full list of resolved issues and improvements, please read the JExplorer 2.3 Release Notes page.

 

The latest version is available for download at JExplorer page. For any help or feedback related to the use of our product, please use the support forum or e-mail us us directly.

0 Comments Permalink

JNIWrapper, a library that enables access to native libraries and components from Java code without using JNI, has been updated to version 3.8.1.

 

In this version we added support of Mac OS X 10.6 and synchronous mode of Hooks for Windows. This release also includes the updated version of WinPack, free add-on enabling access to the Windows native API and libraries from Java code. WinPack 3.8.1 introduces low level keyboard and mouse hooks that allow working with 32-bit applications on 64-bit Windows systems. For the full scope of changes please check out the JNIWrapper 3.8.1 Release Notes.

 

As always, you can download and try the fully-functional version of JNIWrapper.

 

We look forward to your feedback on this update. If you need assistance with using our product, please use the support forum.

 

0 Comments Permalink

JxBrowser 2.0 Released

Posted by Roman Kazmin Dec 17, 2009

TeamDev is happy to announce official release of JxBrowser 2.0, a cross-platform library that allows integrating web browser into Java AWT/Swing applications on Windows, Linux and Mac OS X platforms.

 

In this version we have added support of Apple Safari (WebKit) engine on Mac OS X platform and Internet Explorer on Windows. With JxBrowser 2.x, you have a choice - which browser engine your Java application should use on different operating systems. Now you can use the default system browser instead of Mozilla Gecko engine on Mac OS X and Windows platforms.

 

You can get access to the powerful browser engines functionality through the new JxBrowser 2.x API. Samples in distribution package will demonstrate how you can navigate to a web page and wait until the page is loaded; take a full web page screen shot and save it to image file; get access to browser events, DOM, browser features and more.

 

Download the JxBrowser 2.0 build and try the included demo application and samples.

 

For any help or feedback related to the use of our product, please use the support forum or e-mail us directly.

0 Comments Permalink

JxBrowser 1.4 Released

Posted by Roman Kazmin Dec 11, 2009

JxBrowser, the cross-platform library for embedding Mozilla browser into your Java application, has been updated to version 1.4.

 

JxBrowser 1.4 introduces the following features and improvements:

  • API for interaction with native Mozilla XPCOM
  • API for clearing browser cache
  • Pop-up blocker
  • Ability to use custom implementation for displaying alerts, confirmations, prompts and authentication dialogs
  • New function WebBrowser.findNext for searching through the document with defined parameters.

 

This new version also resolves several important issues reported by our customers. For the full list of resolved issues and improvements, please read the JxBrowser 1.4 Release Notes page.

 

The update is already available for download. You can try the new version online using the WebStart Demo.

 

For any help or feedback related to the use of our product, please use the support forum or e-mail us directly.

0 Comments Permalink

We are pleased to announce a version 1.6.2 update to the QuipuKit library forĀ  JSF. This maintenance release includes resolutions for requests we received from our customers. The full list of fixes is available in release notes.

 

The new version of QuipuKit is available on the Download page. For any questions or feedback related to QuipuKit, visit forum or e-mail us directly.

 

We would also like to encourage you to pay your attention to the next major version of QuipuKit named OpenFaces 2.0, which is currently available in early access program (EAP) and is distributed under a dual licenseĀ  model. Please see the migration guide for instructions on moving to the new version.

0 Comments Permalink

About a month ago we announced the Early Access Program (EAP) for JxBrowser 2.0, our cross-platform library that allows integrating Mozilla Firefox, Apple Safari (WebKit) and Microsoft Internet Explorer browsers into Java AWT/Swing applications. During this month we've received a lot of feedback and questions. Using this feedback we've made several changes in JxBrowser 2.0 API and added new important features:

  • Canceling navigation - allows receiving notification before web page loading starts and canceling navigation if needed;
  • Cookies management - allows receiving, updating, deleting Browser cookies;
  • MIME type handling - allows making a decision whether to display content with a specified MIME type or not;
  • Navigation.waitReady method - allows blocking current thread execution until document is loaded completely.

To see all changes and features we've made in EAP2 please check out the JxBrowser 2.0 EAP2 Release Notes.

 

The JxBrowser 2.0 EAP2 build with included demo application and samples is available for download. Note: The EAP2 build is bundled with an evaluation license that expires December 9, 2009.

 

Please feel free to ask for help or just leave feedback at our support forum and stay tuned for new versions with more powerful and exciting features.

 

* Early Access Program (EAP) gives you a first look at the product before it is officially released. It's an exciting opportunity for you to influence the development process and shape the future product with maximum value for you!
While we are doing our best to make your EAP experience and future transition to the release version as easy as possible, we do not guarantee that there will be no public API changes or that certain features will be available in the final product.

0 Comments Permalink

JExcel Update

Posted by Roman Kazmin Oct 29, 2009

JExcel, a library that allows integrating and controlling Microsoft Excel in Java Swing applications, has been updated to version 1.4.

 

In this release we introduce new API features related to operations with ranges and JExcel window. The updated version also provides support of SLF4J Logging Facade and resolves issues reported by our customers. For the full scope of changes please check out the JExcel 1.4 Release Notes.

 

As always, you can download the updated version of JExcel and evaluate it. You can also try JExcel online.

 

We look forward to your feedback on this update. If you need assistance in using our product, please use the support forum.

0 Comments Permalink

TeamDev is happy to announce the Early Access Program (EAP)* for JxBrowser 2.0, a cross-platform library that allows integrating Mozilla Firefox, Apple Safari (WebKit) and Microsoft Internet Explorer browsers into Java AWT/Swing applications on Windows, Linux and Mac OS X platforms.

 

In this version we have added support of Apple Safari (WebKit) engine on Mac OS X platform and Internet Explorer on Windows. With JxBrowser 2.x, you have a choice - which browser engine your Java application should use on different operating systems. You can reduce your application distribution package size by excluding Mozilla XULRunner files for Mac OS X (51Mb) and Windows (19Mb), and use the default system browser instead: Safari on Mac OS X and Internet Explorer on Windows.

 

You can get an access to the powerful browser engines functionality through the new JxBrowser 2.x API. Samples in distribution package will demonstrate how you can navigate to a web page and wait until the page is loaded; take a full web page screen shot and save it to image file; get access to browser events, DOM, browser features and more.

 

In JxBrowser 2.0 EAP we provide access to the old JxBrowser 1.x API, so you can update JxBrowser to 2.x version and run your already created Java applications without changes in source code. But we strongly recommend you to use the new 2.x API, because the old one will be deprecated in the future.

 

Download the JxBrowser 2.0 EAP build and try the included demo application and samples. Note: The EAP build is bundled with an evaluation license that expires November 10, 2009.

 

Please feel free to ask for help or leave your feedback at our support forum and stay tuned for new versions with more powerful and exciting features.

 

* Early Access Program (EAP) gives you a first look at the product before it is officially released. It's an exciting opportunity for you to influence the development process and shape the future product with maximum value for you!
While we are doing our best to make your EAP experience and future transition to the release version as easy as possible, we do not guarantee that there will be no public API changes or that certain features will be available in the final product.

0 Comments Permalink

ComfyJ 2.7 Released

Posted by Roman Kazmin Sep 18, 2009

ComfyJ, a Java-COM bridge enabling bi-directional communication between the Java platform and COM technologies, has been updated to version 2.7.

 

With ComfyJ, you can use ActiveX/COM/OLE/OCX objects right from your Java application and implement Java objects as COM objects, without writing native code.

 

In this version we introduce new features and improvements in ComfyJ API, Code Generator and Server Manager. As each of our maintenance releases, it also contains fixes for issues reported by our customers. For the full scope of changes please check out the ComfyJ 2.7 Release Notes.

 

The latest version is available for download from the product page of our web site.

 

We look forward to your feedback on this update. If you need assistance with using our product, please use the support forum.

 

0 Comments Permalink

JNIWrapper 3.8 Released

Posted by Roman Kazmin Sep 11, 2009

JNIWrapper, a library that enables access to native libraries and components from Java code without using JNI, has been updated to version 3.8.

 

In this version we introduce support of SLF4J Loggin Facade that allows binding with the desired logging framework. This release also includes the updated version of WinPack, free add-on enabling access to the Windows native API and libraries from Java code. WinPack 3.8 provides the wrapper for GUITHREADINFO structure and ability to access Win32 registry on x64 OS and vice versa. For the full scope of changes please check out the JNIWrapper 3.8 Release Notes.

 

As always, you can download and try the fully-functional version of JNIWrapper.

 

We look forward to your feedback on this update. If you need assistance with using our product, please use the support forum.

 

0 Comments Permalink

We are pleased to announce the first maintenance release of JxFileWatcher, a cross-platform library for file system events monitoring.

 

This release is intended to satisfy the needs of our customers, who want to use JxFileWatcher library as an OSGi bundle and who already use JNIWrapper library in their applications. For more details about changes please read the JxFileWatcher 1.0.1 Release Notes page.

 

The update is already available for download. You can try the new version online using the WebStart Demo.

 

If you need assistance with using this product or if you want to discuss the library, welcome to our support forum.

0 Comments Permalink

JxBrowser 1.3 Released

Posted by Roman Kazmin Jul 10, 2009

JxBrowser, the cross-platform library for embedding Mozilla browser into your Java application, has been updated to version 1.3.

 

JxBrowser 1.3 introduces a new API for cookie management, functionality for capturing of web pages, and a new service for displaying alerts, confirmations, promts and authentication dialogs.

 

This new version also resolves several important issues, including proxy problem under Mac OS X, compatibility with Java 1.6 for Linux, meta redirects and Mac Style menu under Mac OS X. For the full list of resolved issues and improvements, please read the JxBrowser 1.3 Release Notes page.

 

The update is already available for download. You can try the new version online using the WebStart Demo.

 

For any help or feedback related to the use of our product, please use the support forum or e-mail us directly.

0 Comments Permalink

JExplorer 2.2 Released

Posted by Roman Kazmin Jun 4, 2009

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.

 

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 JExplorer 2.2 Release Notes page.

 

The new version is available for download at JExplorer page. For any help or feedback related to the use of our product, please use the support forum or e-mail us directly.

0 Comments Permalink

We are pleased to announce a maintenance release of JxCapture, our cross-platform library that provides a comprehensive Java screen capture API for Java applications.

 

JxCapture 1.3.1 is focused on resolving the compatibility issues with Mac PPC platform. For the full list of changes, check out the JxCapture 1.3.1 Release Notes page.

 

The latest version is available for download from the product page of our web site.

 

For any help or feedback related to the use of this release, please use the support forum or e-mail us directly.

0 Comments Permalink
1 2 3 ... 9 Previous Next

Actions

Recent Comments

No recent comments.