We help build better software

Wednesday, April 21, 2010

JxCapture 2 Early Access

TeamDev is happy to announce the Early Access* for JxCapture 2, a cross-platform library that provides a comprehensive screen and video capture API for Java applications on Windows and Mac OS X platforms.

In this version we have added support of video capturing on Mac OS X and Windows platforms. With JxCapture 2, you will be able to capture a screen or a specified screen area activity and save the result to a movie file. The API allows to specify the resulting movie format, size, bitrate, codec, etc. For the full scope of changes please check out the JxCapture 2 EA Release Notes.

You can try out the new version online using the WebStart Demo. The JxCapture 2 Early Access build, including demo application and samples, is available for download. Note: The Early Access build is bundled with an evaluation license that expires May 30, 2010.

Please feel free to ask for help or just leave feedback at our support forum.

Stay tuned for new versions with more powerful and exciting features!

*Early Access gives you a chance to try the product out before it is officially released. Although we cannot guarantee that there will be no public API changes, or that certain features will be available in the final product, we will do our best to make your Early Access experience useful and future transition to the release version as easy as possible. Early Access - is your opportunity to contribute to the development process and help us shape the product to fit your needs.

Wednesday, March 31, 2010

JxBrowser 2.2 Released

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.2.

In this version we have implemented DOM functionality for all engines, added UserAgent property support and navigation status code in NavigationFinishedEvent.

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

  • Deadlock when dispose Browser instance from JavaScript in Internet Explorer engine;
  • Flickering issue when add/remove Browser component in Mozilla and Internet Explorer engine;
  • Internet Explorer engine throws the "Requested resource is in use" exception during web page loading;
  • MenuBar/PopupMenu and Context Menu still open when click on Browser component in Internet Explorer engine.


For the full list of resolved issues and improvements, please see the JxBrowser 2.2 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.

Friday, March 5, 2010

OpenFaces 2.0 Released

We are glad to announce that OpenFaces 2.0 has "graduated" from the Early Access Program and the final version is released!

OpenFaces is an open source JSF library consisting of a set of advanced components, the Ajax framework and the client-side validation framework.

6 new components are introduced since the EAP 2 was published:
  • CompositeFilter €“ allows the user to build complex filter criteria with multiple filter conditions;
  • LayeredPane €“ a container that allows switching between different sets of displayed components;
  • SelectOneRadio an extended version of the standard andlt;h:selectOneRadioandgt; component;
  • SelectManyCheckbox€“ an extended version of the standard andlt;h:selectManyCheckboxandgt; component;
  • CommandButton€“ an extended version of the standard andlt;h:commandButtonandgt; component;
  • CommandLink€“ an extended version of the standard andlt;h:commandLinkandgt; component.
DataTable and TreeTable components have been significantly extended with the following functionality:
  • Content scrolling with frozen header/footer rows. Both vertical and horizontal scrolling with frozen columns is supported;
  • Interactive dragandamp;drop column reordering;
  • Interactive column visibility customization;
  • Numerous filtering extensions -- customizing search condition, case sensitivity, placing filters inside or outside the table;
  • Tighter integration with the Hibernate library;
  • And more...
Certainly, there are many more extensions and fixes in other OpenFaces components and you can see the full list in the release notes.

Use your chance to see the components in action in the Live Demo!

We welcome everyone to contribute and participate in OpenFaces development. Please don't hesitate to post your feedback at the product forum or email us and follow OpenFaces on Twitter.

Friday, February 12, 2010

JxBrowser 2.1 Released

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.

Friday, January 29, 2010

JExplorer 2.3 Released

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.

Friday, December 25, 2009

JNIWrapper 3.8.1 Released

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.

Friday, December 18, 2009

JxBrowser 2.0 Released

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.

Saturday, December 12, 2009

JxBrowser 1.4 Released

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.

Friday, November 13, 2009

QuipuKit 1.6.2 Released

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.

Wednesday, November 11, 2009

JxBrowser 2.0 EAP2 Announcement

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.

Friday, October 30, 2009

JExcel Update

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.

Friday, October 9, 2009

JxBrowser 2.0 Early Access Program

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.

Friday, September 18, 2009

ComfyJ 2.7 Released

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.

Friday, September 11, 2009

JNIWrapper 3.8 Released

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 GUITHREADINFOstructure 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.

Thursday, August 6, 2009

OpenFaces AJAX-powered JSF components EAP2 Released

We are happy to announce the second early access (EAP2) release of the OpenFaces AJAX-powered JSF components. The EAP2 release is the last milestone before the version 2.0 release expected in late September. The EAP2 release adds a new Select Boolean Checkbox component, a number of enhancements, several API changes, and resolves issues reported by the developers during the initial evaluation of EAP1 release.

The Select Boolean Checkbox component introduced in this release is an extended version of the standard andlt;h:selectBooleanCheckboxandgt; component which adds tri-state support (two typical states and the third €œundefined€ one), allows for customizing checkbox images and state-dependent styles.

Following numerous requests from our users we'€™ve also added a new demo application, which shows how OpenFaces components can work together with RichFaces in one application. You can see this demo online, or download the demo and its source code.

Please see the release notes for the full list of enhancements.

Before the OpenFaces 2.0 is released, we also decided to extract a code of the testing system we use for automated tests of OpenFaces components and web applications we build into a separate project called Selenium Inspector. This testing framework, built on top of Selenium, allows testing not only JSF-based applications, but any HTML-based applications. So we felt this code may be useful for wider web development community as a separate project.

The module for testing OpenFaces is already included into the standard Selenium Inspector distribution, and can be downloaded here. The support of RichFaces and other popular JSF frameworks is going to be added after we release OpenFaces 2.0, and hopefully with your contribution.

Give OpenFaces EAP2 and Selenium Inspector a try and let us know what you think.

JxFileWatcher 1.0.1 Released

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.

Sunday, August 2, 2009

Selenium Inspector 1.0 Released

We are happy to announce the release of Selenium Inspector, an open source library for simplifying automated testing for Web applications. Selenium Inspector is built on top of the popular Selenium testing framework, and enhances its abilities for component-oriented testing, and simplifies testing of any HTML-based applications as well.

Selenium Inspector API allows to create testing solutions for variety of HTML rendering frameworks like JSF component libraries, Spring MVC, Struts, etc. Now web developers can create object-oriented testing APIs for any Web UI library. The Java API for inspecting OpenFaces components is already included.

With Selenium Inspector you'll get the following advantages:

  • Ability to check actual view of an element style instead of what is declared in CSS but may not be actually applied.
  • Specialized higher-level Java API which simplifies inspection not just on primitive elements, but on compound HTML tags, such as ‹table›,‹ul›, etc.
  • A wide set of assertion methods for checking actual values of attributes and styles of HTML elements as well as evaluating actual results of client side expressions.
  • Selenium Inspector is easy to customize and extend.
  • And its free!

Learn more in the product documentation and the product site.

If you want to share your feedback, thoughts and ideas, or just need an advice, want to submit a feature request or a bug, you are welcome to contribute and participate!

Friday, July 10, 2009

JxBrowser 1.3 Released

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.

Thursday, June 4, 2009

JExplorer 2.2 Released

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.

Tuesday, June 2, 2009

JxCapture 1.3.1 Released

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.