NetBeans 6 delivers great updates to the Matisse GUI builder. Spend a few minutes with Roman Strobl and get an expert briefing on what's new and what has changed. (sponsored)
In this, the third and final installation of Andres' Introduction to Groovy series, you learn about how Groovy handles variable numbers of arguments, named parameters, currying, and more about Groovy operators. Including, some new operators.
Swing Fuse (actually just Fuse), is a framework designed to make it easier to create your own custom desktop components. In this article, Daniel Spiewak shows you how to get started and provides sample source code you can download.
Willam Louth shows how he uses JXInsight Probes to investigate probable performance issues with code bases that he is not familiar with. He also highlights possible pitfalls in creating a benchmark, as well as in the analysis of results.
Virtual Machinery is delighted to announce the release of Version 6 of its Java BTree implementation. Virtual Machinery have been providing BTree solutions in Object-Oriented environments since 1989.
Virtual Machinerys BTree product is a set of classes which implement a BTree in Java. These classes give fast access to textually indexed data. Full source code and extensive documentation are provided. Versions are also available for a number of Smalltalk platforms. Virtual Machinery's BTree classes for J2ME add micro-footprint functionality to your BTree. Using Sun's Wireless Toolkit application BTrees can be built for small footprint devices (such as Phones and PDAs). In both J2SE and J2ME environments a set of classes is provided which implements read-only BTrees at a reduced spatial cost, with increased performance.
B-Trees are highly efficient data storage systems used by a number of operating systems and languages e.g. Novell, MUMPS. They provide rapid access to stored data using textual keys. The B-Tree presented here is in fact a B+Tree - this is distinguished from other B-Trees by its use of two files - one holds the indices and the other holds the indices and data. The index file is much smaller than the combined total of all the indices since it holds only the first index to each page in the index file.
Of particular interest to developers in the J2ME community will be our implementation of the BTree using JSR75 as the underlying data persistence layer. This essentially gives developers a true file-based implementation that is identical to that on J2SE and J2EE environments. The BTree files created on any environment can be copied and used in other environments. Virtual Machinery have continued their support of RMS-based and 'disconnected' Btrees from previous releases. 'Disconnected' Btrees allow data to be read, updated and stored over an HTTP or Socket connection.
The distribution includes BTree implementations and sample code for J2ME, J2SE, and J2EE environments. Full documentation is provided as is an option to purchase source code. The file format of the BTree is identical on all three Java platforms. Utilities are provided to file BTrees out to native OS environments over Sockets. These can be read by our J2SE and J2EE versions. Source code for these utilities is included in the base distribution. Virtual Machinery also provide a Toolkit for their BTrees which can be used for diagnostic and maintenance purposes.
We offer a wide range of licensing options, all at competitive prices.
Virtual Machinery announces release 6 of BTree Product
URL: Virtual Machinery BTree Release 6
At 6:15 PM on Nov 29, 2007, virtualmachinery wrote:
Fresh Jobs for Developers Post a job opportunity
Virtual Machinerys BTree product is a set of classes which implement a BTree in Java. These classes give fast access to textually indexed data. Full source code and extensive documentation are provided. Versions are also available for a number of Smalltalk platforms. Virtual Machinery's BTree classes for J2ME add micro-footprint functionality to your BTree. Using Sun's Wireless Toolkit application BTrees can be built for small footprint devices (such as Phones and PDAs). In both J2SE and J2ME environments a set of classes is provided which implements read-only BTrees at a reduced spatial cost, with increased performance.
B-Trees are highly efficient data storage systems used by a number of operating systems and languages e.g. Novell, MUMPS. They provide rapid access to stored data using textual keys. The B-Tree presented here is in fact a B+Tree - this is distinguished from other B-Trees by its use of two files - one holds the indices and the other holds the indices and data. The index file is much smaller than the combined total of all the indices since it holds only the first index to each page in the index file.
Of particular interest to developers in the J2ME community will be our implementation of the BTree using JSR75 as the underlying data persistence layer. This essentially gives developers a true file-based implementation that is identical to that on J2SE and J2EE environments. The BTree files created on any environment can be copied and used in other environments. Virtual Machinery have continued their support of RMS-based and 'disconnected' Btrees from previous releases. 'Disconnected' Btrees allow data to be read, updated and stored over an HTTP or Socket connection.
The distribution includes BTree implementations and sample code for J2ME, J2SE, and J2EE environments. Full documentation is provided as is an option to purchase source code. The file format of the BTree is identical on all three Java platforms. Utilities are provided to file BTrees out to native OS environments over Sockets. These can be read by our J2SE and J2EE versions. Source code for these utilities is included in the base distribution. Virtual Machinery also provide a Toolkit for their BTrees which can be used for diagnostic and maintenance purposes.
We offer a wide range of licensing options, all at competitive prices.
You can download find out more about our products at http://www.virtualmachinery.com/btreeprod.htm and download demos at http://www.virtualmachinery.com/downloads.htm.
You can find out more about how we implemented the BTree using JSR75 compliant file systems at http://www.virtualmachinery.com/btreejsr75.htm.
You can get more information at info@virtualmachinery.com
0 replies so far (
Post your own)