Main > Free Download Search >

line business / commercial software for linux

line

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 21
ClamShell 2.3

ClamShell 2.3


ClamShell gives you an easy graphical tool for running the clamscan anti-virus command line engine. more>>
ClamShell gives you an easy graphical tool for running the clamscan anti-virus command line engine.

ClamShell project has built-in reporting of both the scan activity as well as any virus activity found, customization options, and virus definition updating.
<<less
Download (MB)
Added: 2007-06-03 License: Other/Proprietary License Price: $10
879 downloads
Tcl Dev Kit 4.0.1 Linux

Tcl Dev Kit 4.0.1 Linux


The Tcl Dev Kit (TDK) provides essential tools for Tcl programmers, making it easy to create, build and deploy applications. Rapidly deploy Tcl applications to a broad range of platforms, as ready-to- more>>

The Tcl Dev Kit (TDK) provides essential tools for Tcl programmers, making it easy to create, build and deploy applications. Rapidly deploy Tcl applications to a broad range of platforms, as ready-to-run executables starkits or starpacks for Windows, Mac OS X, Linux, Solaris, AIX and HP-UX. Simplify development with tools for finding and fixing bugs, managing complex code bases, and optimizing your programs. Take control and work the way you want with a choice of GUIs or command line interfaces for most tools. Other features include TclApp that easily
creates and deploys self-contained Tcl executables to all major platforms, and complier, which protect your source code and reduce application support.

Requirements: Linux x86 architecture only, Minimum 2.4 kernel

Whats new in this version: Checker enhancements, TEA package management, Tcl 8.5 code compiler, GUI facelifts, New platforms: Mac OS X and Solaris x86 support.

<<less
Download (17.18MB)
Added: 2009-04-03 License: Commercial Price: $295.00
204 downloads
Autoresponder Unlimited 1

Autoresponder Unlimited 1


How to have your own full-fledged email autoresponder system more>> Some of the Powerful Features of Autoresponder Unlimited:
- No Monthly Fees - Pay Only Once then Own it for Life
- Free lifetime upgrade!
- 100% Guaranteed or your Money Back in 90 days. No questions asked.
- Very Easy to Install - in less than 10 minutes.
- Complete Easy to Follow Installation Instructions.
- Use on Unlimited Number of Domains. You can put our autoresponder to work for you even on your free-hosted webpages.
- Send Unlimited Number of Follow-up Emails. You can send follow-up email everyday if you want. Some autoresponder services allow you only 20 follow-up emails.
- Works on Unlimited number of subscribers. It will work great even if you have 100 or 1 Million subscribers.
- Fully automated, will work for you 24 Hours a Day 7 Days a Week
- Super fast email delivery - 600 emails per minute
- Automatically wraps words at 65 lines per line.
- Full Customization - can send emails with actual names of clients and email addresses
- Customized "Thank You" Page. You can set-up a thank you page after your client has subscribed.
- All follow-up emails can have an attachment - you can attach any file type to your email messages up to 2MB
- You can manually Unsubscribe any email addresses
- Your subscribers can also automatically Unsubscribe using a Link in every email message
- Power Checking of Duplicate Email Addresses. Once an email has been used, it will delete the same email address if use in subscribing again. You free-up yourself in cleaning your database of duplicate email addresses.
- Very easy to use Admin Control Panel where you set up your follow-up emails in a matter of minutes.
- Super easy to Export Email Addresses
- Super easy to Import Email Addresses
- Subscription Box automatically generated for you
- You will never be accused of spamming. You will always have an email sent to you as a PROOF of the actual email address and IP address of your subscribers.
- You will get a report every time a follow-up is sent
<<less
Download (NA)
Added: 2009-04-28 License: Commercial Price: $10
178 downloads
Zasio 0.1

Zasio 0.1


Zasio is a graphics calculator for java. more>>
Zasio is a graphics calculator for java.

Zasio is my second attempt at writing a graphics calculator for a hand held device that I own. My first was Newtsio which was writen for the Newton. The first program I wrote while I was in college.

At the time I was lugging around a Casio calculator, a Frankland spell checker, paper based calendar, and about a houndred notes jotted down on scraps of paper. To say the least I was in need of a PDA.

My goal was to get a pda and write programs that would allow me to carry just one device. Today, my needs have changed, but I still find it quite nice to have a programable graphics calculator at hand and when I got a Zaurus I just could not resist writing a calculator for it. With that modivation, I started my second calculator.

Usage:

Inputing:

Commands can be inputed into Zasio in three ways, buttons, editor tab, or file. The button layout is set up in such a way to make it easy for users of a Casio calculator (this is really the only thing Zasio shares with Casio).

The second way to input commands is to use the editor tab. In this tab is a large text edit area where you can type very complicated formulas and or programs that you want to executed. When ready, you can execute your commands with the press of the EXE button at the bottom. The third way to input commands is by file. Files can be loaded (and saved) from the edit tab. This allows you to write programs and formulas in an external editor and load them into Zasio.

Buttons:

Buttons fall into three catagories. Buttons that have one use, buttons that have up to three uses, and the F keys. Most of the one use buttons are on the first row under the F keys but a few others are closer to the bottom. These buttons are the shift, ALPHA, EXIT, Menu, Arrow keys, DEL, AC, and the EXE key.

The shift and ALPHA key are used to change the multi use keys into other keys. EXIT we will get into when I explain F keys. Menu is not used at this time as are the left are right arrow keys. The up and down arrow keys are used to recall previous calculations (scroll up or down). The DEL key will remove the last letter from the calculation (its a delete key). AC is the clear button which will clear the text line or the graph screen depending on which is displayed. Finaly EXE is the execute key. That should wrap up the the single use keys.

The majority of the other keys in Zasio are of the second kind. The up to three uses kind. These keys are like most graphic calculator buttons where the buttons have a normal action, a shifted action and an alpha action. Most of these keys are for entering functions (such as sin or sq) and shift just gives you more options so Zasio does not have to have twice the buttons on the screen. Alpha lets you enter in letters and other such charecters needed for variable access.

F keys take a bit more to understand. Some keys when shifted will allow you to access an F menu that you can navigate through the F keys. One example is the MATH menu. Press SHIFT and then MATH and you should notice a change to the F keys. These keys when pressed will either enter the function they represent into the calculation or take you to more choices in the F keys. To go back, use the EXIT key. So in our example, you can press the Num F key and then abs to get the int function in your calculation.

Calculations:

Zasio works the same as most graphic calculators. You enter your formual in and press the execute key. To run a calculation like 2+2 you would need to press the buttons 2, +, 2, and then EXE. The EXE button takes the formula and turns it into a short program which returns 2 as a result.

While this was a very simple formula, even complicated formulas are entered the same way. Take (sin Pi/2)*2. To do this calculation you would press (, sin, shift, Pi, /, 2, ), *, 2, EXE. Calculations can use variables A to Z, radius, and theta to store results from previous calculations. These variables can also be used in other calculations. To do this, simply use the variable name and the equals (=) button like this: A=(sin Pi/2)*2. You would use A like this: cos(A).

Graphing:

Graphing is done by passing forumals to the s.graph() function which contain the variable x (not to confuse with the storage variable X). To graph a simple function like sin x you would enter in s.graph(s.sin(x)). After pressing EXE, Zasio will change to the graph screen to display the rusults of your function.

To get back to the text screen, press the TG. I should point out now that the clear button (AC) only clears the active screen, so pressing it while in the viewing the text screen will not clear out the gragh screen. You can also display graphs in different colors by setting the color you want in the Color F menu.

<<less
Download (MB)
Added: 2005-12-09 License: Other/Proprietary License Price: $15
1414 downloads
Tcl Dev Kit 4.0.1 HP-UX

Tcl Dev Kit 4.0.1 HP-UX


The Tcl Dev Kit (TDK) provides essential tools for Tcl programmers, making it easy to create, build and deploy applications. Rapidly deploy Tcl applications to a broad range of platforms, as ready-to- more>>

The Tcl Dev Kit (TDK) provides essential tools for Tcl programmers, making it easy to create, build and deploy applications. Rapidly deploy Tcl applications to a broad range of platforms, as ready-to-run executables starkits or starpacks for Windows, Mac OS X, Linux, Solaris, AIX and HP-UX. Simplify development with tools for finding and fixing bugs, managing complex code bases, and optimizing your programs. Take control and work the way you want with a choice of GUIs or command line interfaces for most tools. Other features include TclApp that easily
creates and deploys self-contained Tcl executables to all major platforms, and complier, which protect your source code and reduce application support.

Requirements: HP-UX PA-RISC architecture only, Minimum HP-UX 11

Whats new in this version: Checker enhancements, TEA package management, Tcl 8.5 code compiler, GUI facelifts, New platforms: Mac OS X and Solaris x86 support.

<<less
Download (20.47MB)
Added: 2009-04-03 License: Commercial Price: $295.00
204 downloads
Komodo IDE (Linux/x86 libstdc++5) 4.4.1

Komodo IDE (Linux/x86 libstdc++5) 4.4.1


Komodo IDE 4 is a powerful, multi-platform, multi-language IDE for end-to-end development of dynamic web applications. Komodo IDE makes creating robust web apps fast and easy, with a rich feature set more>>

Komodo IDE 4 is a powerful, multi-platform, multi-language IDE for end-to-end development of dynamic web applications. Komodo IDE makes creating robust web apps fast and easy, with a rich feature set for client-side Ajax technologies such as CSS, HTML, JavaScript and XML, coupled with advanced support for dynamic languages such as Perl, PHP, Python, Ruby and Tcl.
Award-winning features include comprehensive editing and debugging, plus intelligent tools for regular expressions, team development, customization and unparalleled extensibility. The result is a powerful coding environment for framework stacks like Ruby on Rails and CakePHP and client libraries such as the Yahoo! UI Library and Dojo. A single license covers you across Windows, Mac OS X and Linux.

Requirements: Linux Debian Stable/Ubuntu 5.04+, Red Hat Enterprise Linux 4+, Fedora Core 4, Suse/Novell: Suse 9.0+

Whats new in this version: Unit Test integration, Find/Replace system improvements, Replace in Files, Find in Project, Multi-line Find/Replace, Asynchronous SCC operations, Abbreviations, Improved PHP autocomplete, Perl 5.10 support, Tcl 8.5 support

<<less
Download (40.23MB)
Added: 2009-04-21 License: Commercial Price: $295.00
196 downloads
 
Other version of Komodo IDE
Komodo IDE (Linux/x86 libstdc++6) 4.4.1system improvements, Replace in Files, Find in Project, Multi-line Find/Replace, Asynchronous SCC operations, Abbreviations, Improved PHP autocomplete, Perl 5.10 support, Tcl 8.5 support
Price: $295.00
License:Commercial
Download (39.32MB)
200 downloads
Added: 2009-04-20
Avira AntiVir Linux Workstation 2.1.8.36

Avira AntiVir Linux Workstation 2.1.8.36


AVIRA offers antivirus protection for home and network Linux users, worldwide. more>> Avira AntiVir Linux Workstation is a superior antivirus solution, especially created to offer a virus-free Linux
environment, for home and network users worldwide.
AVIRA benefits:
- Automatic updates of the virus signatures database and of the antivirus engine;
- Extensive Malware Recognition: aside from viruses, Trojans, backdoor programs, worms, etc., it detects Adware &
Spyware, double extension files and unusual runtime compression tools;
- On-access/on-close virus protection, employing the Dazuko kernel module on Linux platforms;
- Command line scanner (on-demand): configurable antivirus scanning for all known malware types;
- Extended protection against known or yet undiscovered viruses, due to advanced heuristics;
- Detailed reports, warnings and notifications (available for both admins and users);
- Enhanced protection against unknown boot-sector viruses, issuing alerts for boot sectors suspicious formats;
- Optional user-friendly graphic interface
- Professional services: the Avira license entitles you to virus definitions updates and product upgrades, access to
documentation, as well as standard technical support, offered by a team of skilled professionals.
It offers permanent antivirus protection by smoothly monitoring your systems active processes and blocking malware
(all sorts of viruses, Trojans, backdoors, worms etc.) from damaging your most valuable data. You can make your
own decisions and set the type of action to take on the infected files: isolate, disinfect, remove.
Limitations:
By design, the product does not scan inside archives
The Installation Kit comes fully featured but update service (FUSE) is disabled. To enable updates you may
automatically request an evaluation key for a 30-days period from here:
http://www.avira.com/en/products/test_licence.html
To further benefit of update service (FUSE) you may acquire the appropriate commercial license (http://www.avira.com/en/products/online_shop.html)
<<less
Download (32.14MB)
Added: 2009-04-16 License: Commercial Price: $59
208 downloads
Logaholic Website Statistics Software 1.0

Logaholic Website Statistics Software 1.0


Visualize CTR on all pages, deep user analysis, conversion tracking and more. more>> Increase the performance of your website with Logaholic Web Site Statistics Software. Visualize Click-Thru Rates on all pages, deep user analysis, conversion tracking, in-depth keyword and search engine analysis. Detecting problems and testing improvements is easy with Logaholic. Logaholic will help you increase your bottom line, making each visitor much more valueable! Check our website for a Free Video Tutorial.<<less
Download (108KB)
Added: 2009-04-19 License: Commercial Price: $24.95
188 downloads
Visual Paradigm for UML (ME) for Linux 6.1

Visual Paradigm for UML (ME) for Linux 6.1


UML CASE tool - UML diagrams, use case modeling, reverse engineering and more... more>> Visual Paradigm for UML is a professional UML tool that supports complete software lifecycle - object-oriented analysis, object-oriented design, construction, testing and deployment. The UML modeling software helps you build quality applications faster, better and at lower cost. You can draw all types of class diagrams, reverse code, generate code from diagrams and generate documentation. The UML CASE tool also provides abundant UML tutorials, UML interactive demonstrations and UML projects.
Feature List:
+Support UML version 2.1
+Business Workflow diagram
+Bookmark (New Feature)
+Handi-Selection (New Feature)
+Command-line operations (New Feature)
+User Interface Designer (Enhanced)
+Java Roundtrip engineering
+Reverse engineering Java, C++, XML Schema, XML, .NET exe/dll, CORBA IDL, XML Schema and Python (Enhanced)
+Code Generation - model to code, diagram to code
+Use Case Details Editor - An all-in-one environment for specifying a use cases details including general model specification and use case descriptions
+EJB Diagram - Visualize EJB systems
+EJB Code Generation
+Data flow diagram
+ORM support - generate Java objects from database
+Database generation - ERD to database tables
+Database reverse - existing DBMS to ERD
+Modeling collaboratively with VP Teamwork Server, CVS and Subversion (Enhanced)
+Report generator for generating documentation
+Automatic diagram layout
+Import/export XMI file
+Import Telelogic Rhapsody Project File (New Feature)
+Support Stored Procedure and Database Trigger (New Feature)
+Export diagrams to JPG, PNG, SVG, EMF, PDF
+Shape editor
+More...
Other UML modeling Tools/UML Plugins:
Java Platform (Windows/Linux/Mac OS X):
+SDE for Eclipse
+SDE for NetBeans
+SDE for Sun ONE
+SDE for Oracle JDeveloper
+SDE for JBuilder
+SDE for IntelliJ IDEA
+SDE for WebLogic Workshop
Windows Platform:
+SDE for Microsoft Visual Studio
+More SDE...
<<less
Download (114.27MB)
Added: 2009-04-29 License: Commercial Price: $99.00
179 downloads
Ricebridge CSV Manager 1.2.4

Ricebridge CSV Manager 1.2.4


Ricebridge CSV Manager allows you to read and write CSV files from within your Java application. more>>
Ricebridge CSV Manager project allows you to read and write CSV files from within your Java application. This component covers all sorts of boundary cases and bad data that youd rather not think about.
Main features:
- Any CSV Format
Read and write Excel, UNIX and arbitrary CSV formats. Easily define the separation, quoting, escape and whitespace characters. We can handle multi-line data and missing fields. We provide detailed error reporting when badly formatted data is encountered.
- Access Data Directly
From ArrayLists to TableModels, from ResultSets to plain old Java arrays, we provide the data the way you want it. You can even create your own data models using callback interfaces.
- Great Documentation
Our documentation is something were really proud of. We cover everything you need to know, fully and comprehensively, from the basics to advanced usage.
- Easy to Use
Weve put lots of thought into making our components usable. Our interfaces and naming conventions are consistent, coherent and sensible. We take the time to find the least surprising way to do something.
- Fast and Scalable
Weve defined a proper grammar for CSV files to parse them cleanly and efficiently, and weve verified that our parser has linear performance for any file size.
- Learn from Open Source
Weve taken selected sections of the CSV Manager source code and released them under a BSD-style license. This means that you can get see in detail how to use our entire API.
Version restrictions:
- 30-day trial
Enhancements:
- Comments within lines were enabled by default, causing unexpected data loss.
- Comments are now only valid at the start of a line, unless CsvSpec.setCommentWithinLine is true.
<<less
Download (0.14MB)
Added: 2007-06-22 License: Other/Proprietary License with Source Price: $47
860 downloads
JDataGrid Spreadsheet Edition for Linux 2.2.6

JDataGrid Spreadsheet Edition for Linux 2.2.6


Implement a data grid with cell management features in your project more>> JDataGrid Spreadsheet Edition provides a Java data grid component, a Java spreadsheet style table, support some features such as row header, cell attributes, cell merge and split, undo and redo, find and replace, spell check, file input and export, print and print preview, 100 formulas, 20 different shapes and text, image node , pie chart, bar chart, line chart.
main feature:
JDataGrid Spreadsheet Edition mainly used in the desk program and web browser program,directly embedded into the code source.
Freeze Window
A number of Working Table
Fill Data
Excel Formula
Print and Print Preview
Cell Sorting
File Input and Export (xls, xml, csv, html, txt) New!
Cell Attributes New!
100+ Formula, 20+ Shape, 3 Chart
Undo and Redo, Find and Replace, Spell Check
Royalty free distribution
JDataGrid Spreadsheet Edition can provide development component for individuals, companies, School or Academic groups and other organizations, help developers speed up the development process, enhance efficiency.
<<less
Download (2.52MB)
Added: 2009-04-13 License: Commercial Price: $69.00
193 downloads
xls2Mysql 1.0

xls2Mysql 1.0


xls2mysql is an application to perform data conversion from XLS to MySQL. more>>
xls2mysql project is an application to perform data conversion from XLS to MySQL.
xls2mysql is shipped with a simple and easy-to-understand DHTML interface that allows uploading and displays the files available for conversion.
Main features:
- uses first line of the excel file to create sql columns.
- uses filename to create table
- uses each following row (from 2 to N) to create inserts.
- does not actually perform the sql : please copy and paste to your favorite sql admin interface.
Version restrictions:
- detect field types (numeric, text, longtext, unique)
Usage:
- download the package xls2mysql.zip and unzip it to a web folder that has PHP
- run the xls2mysql.php page within your browser
- Upload the files or test from the sample xls files from the file list tab
- if you upload files, check that php has rad/write rights on the xls folder.
Xls2Mysql uses :
- Super-Simple DHTML Tabs, by Joshua Olson (Georgia, USA)
- Sliding doors of css, by Douglas Bowman (San Francisco, California, USA)
- Spreadsheet_Excel_Reader.
<<less
Download (0.025MB)
Added: 2005-12-02 License: Other/Proprietary License with Source Price: $15
1432 downloads
kDataGrid 1.2

kDataGrid 1.2


kDataGrid is a PHP component that is ideal for generating data-bound HTML grids. more>>
kDataGrid project is a PHP component that is ideal for generating data-bound HTML grids.
kDataGrid showcases a comprehensive set of features, including automatic table mapping and pagination, AJAX edit-in-place, theming support, built-in quick-search, custom formatting rules, and data manipulation pages.
kDataGrid can be easily implemented into any Web site, Web application, or framework.
Main features:
Data mapping
- Map database tables or custom queries. Just point kDataGrid to a table in your database and youll have a complete paginated, editable and AJAXified grid.
Columns
- Custom formatting. Provide custom formatting rules for any column in a resultset; especially useful for formatting currency or e-mail fields.
- Custom lengths. Limit the maximum number of characters displayed for any field; useful for truncating links, street addresses or lengthy text descriptions.
- Sorting. Sort by any column in a result-set; no configuration necessary.
- Editable headers. Provide your own column headers; especially useful for tables with criptic column names.
- Column hiding. Hide specific fields from public display; such fields may include passwords or e-mail addresses.
Rows
- Automatic pagination. Paginate a table or query result without writing a single line of code; customize the number of rows per page.
- Alternate odd/even. Fully customizable odd/even coloring for improved readability.
- Highlight on click and hover. Fully customizable row highlighting for improved readability.
Edit-in-place
- Edit-in-place is a system for quickly editing text without requiring any page reloads. A simple double-click turns any cell intro an editable field. Upon completition, the new data is saved back in the database.
- Enabled by default.
- Automatically detects primary key columns and sets them to read-only.
- Can be disabled for any column in the result set.
- Preserves custom cell formatting.
Live search
- Typing in the quick-search text-box automatically triggers the live-search function.
- Provides visual feedback using an animated "Loading..." image.
- Checks all cells for the provided keywords.
- Does not required clicking, page reloads, or trips to the database.
Data Editing
- kDataGrid automatically generates the necessary pages to manipulate data in your database tables.
- Automatically generates pages to view, add, edit and delete records.
- Actions column. A data manipulating column called Actions is automatically added as the last column in the grid and can show links to view, edit and delete a record.
- Add record link added on the top strip.
- Available actions can be set using the show_actions() function.
- The look-and-feel of all data manipulation pages can be changed by editing a simple template file.
Enhancements:
- This release adds support for Oracle, SQL Server, and PostgreSQL.
- It is now possible to explicitly set column widths, change the CSS Id and Class attributes of the grid, and block specific actions (data-editing pages) from being displayed.
- A bug has been fixed with set_columns_maxlength() where lengths were not correctly parsed under some conditions.
<<less
Download (MB)
Added: 2007-01-10 License: Other/Proprietary License with Source Price: $59
1020 downloads
FAQ Search 61121-2238

FAQ Search 61121-2238


Put a Frequently Asked Questions script on your site to help you manage your user help assistance. This help desk will allow your users to quickly find answers to their questions. You can administrate more>>

FAQ Search allows you to place a searchable and easy-to-update Frequently Asked Questions database on your site in minutes. One script file, and a single database text file can be uploaded in a few minutes giving your users access to the most recent answers. One of the most important pages on a site is a Frequently Asked Questions page. If done well, it serves two important purposes: Users can find the answers to all of their questions in a few minutes and make their decision to purchase more quickly. You save time from answering the same questions over and over again by email. People are also less likely to become cold contacts. The bonus is that it saves you time as well. Adding new questions is as easy as adding a new line to the text file. The problem we all face with these kinds of pages is keeping them up-to-date. Its a chore to determine what question is worthy of adding to the page, and then you have to build a static page, perhaps adding more HTML to an existing page to answer these questions. Many webmasters dont do anything at all. Take a look at FAQ-Search. Youll appreciate the ease with which you can interact with your Frequently Asked Questions. Youll love the time it saves you in answering email. ________________ D e t a i l s The idea is to continue to develop this so that it fully manages your support. Heres what it does now: Allows searching of database. Allows basic interaction with the database: users can ask new questions that are not in the database. Questions and answers are sorted by categories. Heres what I plan to add: Script answers support email automatically. Based on keywords in the email, users are replied-to with a selection of possible answers. New questions people ask online will be added to the database as pending. You will be able to answer the question online with a web form. You can either approve the question for the FAQs or delete it.

Requirements: Perl, Webserver

<<less
Download (0.00KB)
Added: 2009-04-07 License: Commercial Price: $12.99
199 downloads
 
Other version of FAQ Search
FAQ Search 1.0Adding new questions is as easy as adding a new line to the text file. The problem we all face with these kinds of pages is keeping them up-to-date. Its a chore to determine what question is worthy
Price: $7.99
License:Commercial
Download (13KB)
198 downloads
Added: 2009-04-08
Big Faceless Java Graph Library 2.4.1

Big Faceless Java Graph Library 2.4.1


A Java class library for creating graphs and charts. more>>
Big Faceless Java Graph Library 2.4.1 offers users a Java class library which can create graphs and charts.

The Big Faceless Java Graph Library is a Java class library for creating graphs and charts. It is backed by a full 3D engine, allowing you to create shaded 3D pie, bar, and line graphs as GIF, PDF, PNG, or other image formats.

Big Faceless Java Graph Library features include transparent backgrounds, extensible axes to graph dates, currencies, custom fonts, and spline curve fitting. It is small, fast, and easy to use.

The most useful benefit is the Tag Library interface. This makes embedding graphs in web pages almost trivial - as easy as creating an HTML table, for instance. Most people will embed the graph as a PNG, which means JavaScript can be used to create rollovers and actions, in exactly the same way as an image map. If you prefer a vector image, SVG and Flash can be created by changing one word of your XML.

Major Features:

  1. XML and JSP Tag Library interface, for extremely easy integration with web projects
  2. Very comprehensive API and Tag documentation with dozens of examples
  3. Embed JavaScript in your tags to easily create powerful rollovers
  4. Full 3D engine with adjustable light source, produces the most realistic graphs on the market
  5. Output to PNG, SVG, Macromedia Flash, PDF or java.awt.Image for use in Applets
  6. Graph Dates, Currencies, Percentages, Numbers and Discrete data out of the box, easily extended for total control over the axes
  7. Mix Bars, Lines, Candles, Bubbles, all on the same graph
  8. Add text, lines or custom markers anywhere on the graph, including axes
  9. Use up to four axes on the one graph, including logarithmic axes
  10. Plot mathematical functions, data samples and spline curves fitted to data, all on the same graph
  11. It's fast plot several 3D graphs a second to PDF

Enhancements:

  • Fixed mouseovers relating to to multi-bar series in the tag library
  • Fixed build issue bug that was causing a required class to be obfuscated away. This was sometimes causing mouseover issues on the first graph.

Requirements: Java 2 Standard Edition Runtime Environment

<<less
Added: 2009-07-07 License: Other/Proprietary Li... Price: USD800.00
13 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 2
  • 1
  • 2