15 projects tagged "Other"
GridSphere Plug-in for GRIA is a GridSphere (http://www.gridsphere.org/) plug-in for the GRIA 5.1 middleware (http://www.gria.org/). The plug-in is suitable to be used not only with GridSphere, but also with any other Java application which can use a GRIA 5.1 plug-in. This way, a GridSphere user can, for example, submit new jobs in a GRIA 5.1 Server through a user-friendly portal as well as monitor submitted jobs, having a keystore signed by the GRIA server administrator.
StelsMDB is a MDB JDBC type 4 driver that allows you to perform SQL queries and other JDBC operations on Microsoft Access database (versions 2000, 2002, 2003, and 2007) files. The driver is completely platform-independent and does not require installing additional client or server software to provide access to MDB files. It can be effectively used to create, process, and export Microsoft Access databases in your Java applications. It supports most keywords of ANSI SQL'92, supports inner and outer table joins, supports CREATE, INSERT, UPDATE, and DELETE statements, supports transactions, and supports aggregate, numeric, string, conversion, and user-defined SQL functions.
JPerf is a perfect hash function generator for Java. The principle of perfect hashing is to reduce the average constant overhead of a hash table by precomputing a hash function which is optimal for the key set. Other advantages include a reduction in memory usage. Finding such a hash function is hard, especially in the general case. These run-time savings come at a cost of increased map creation time. JPerf can create a perfect hash function for a given set of keys and values.
Java Refreshable Objects is an implementation of a proposed architectural pattern called "refreshable caching". It is an alternative to the "publish/subscribe" pattern and an addition to the MVC (Model-View-Controller) architectural pattern. The refreshable object library allows programmers to avoid definition of caching variables and programming use of them. The core purpose of the mechanism to save a programmer from the tedium of programming different object property caching aspects while retaining the possibility to define what properties to cache in a declarative manner.
FDT is an application for efficient data transfers that is capable of reading and writing at disk speed over wide area networks (with standard TCP). It can be used to stream a large set of files across the network, so a large dataset composed of thousands of files can be sent or received at full speed, without the network transfer restarting between files. It is written in Java, runs an all major platforms, and is easy to use.
JViews is a set of visualization components for a wide spectrum of applications. They come with industry-specific graphic objects, Asynchronous JavaScript and XML (AJAX) technology, point-and-click editors, and software development kits (SDKs) for customizing renderings and interaction features. It can be used to develop interfaces for desktop and Web-based applications. JViews contains modules to cover different types of displays, such as diagrams, dashboards, maps, charts, Gantt charts, and telecom.
OpenSubsystems is set of business components for Java applications such as security, search, inventory management, order processing, shopping, email and fax communication, document management, imaging, and others. The components can be used directly on top of Java Virtual Machine (POJO) or using various J2EE application servers (EJB). This is all without changing a single line of code.
Led Ticker Component is a Java component that can be used to show scrolling stock quotes in a stock market, similar to an LED display. The component supports customization of start message, colors for symbols and values, rotation speed, and size, and also is optimized for supporting up to 100 stocks.
JGui is a collection of useful Java GUI components and utilities. JGui includes a docking windows framework for Swing and AWT; a dynamic tree framework; ThreadManager, which helps to distribute tasks to a number of threads; TLToolTipManager, which shows hidden parts of JTree's and JLabel's cells; JShape, a non-rectangular translucent Swing component; and many more.