<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>CodeCentral JBuilder/Components Submissions</title>
<link rel="alternate" type="text/plain" href="http://cc.embarcadero.com/ProdCat.aspx?prodid=3&amp;catid=2" title="CodeCentral JBuilder/Components Submissions" />
<id>http://cc.embarcadero.com/ProdCat.aspx?prodid=3&amp;catid=2</id>
<generator url="http://atomnet.sourceforge.net/" version="0.4.3.30095">Generated by Atom.NET</generator>
<modified>2013-05-23T10:35:23-07:00</modified>
<entry>
<title>Chart FX for Java (Linux Installer)</title>
<link rel="alternate" type="text/html" href="http://cc.embarcadero.com/Item/23535" title="Chart FX for Java (Linux Installer)" />
<link rel="enclosure" type="application/zip" href="http://cc.embarcadero.com/Download.aspx?id=23535" title="Chart FX for Java (Linux Installer)" length="9026169" />
<author>
<name>Gabriel Albano</name>
</author>
<id>http://cc.embarcadero.com/Item/23535</id>
<updated>2009-05-04T14:14:45-07:00</updated>
<published>2009-05-04T14:14:45-07:00</published>
<summary>Chart FX for Java Community Edition is a FREE, non-expiring, full development only version of Chart FX for Java.</summary>
<content>Chart FX for Java is a 100% Java component that uses JSP technology to produce charts in PNG, JPEG, SVG and FLASH formats. Developed using JDK 1.4, it supports J2EE 1.3 and J2SE 1.4. Chart FX for Java is available as a Server-side Bean and an Enterprise Java Bean (EJB) that runs on most popular Java Application Servers. It includes a Designer, a Resource Center with the Programmers Guide, the Javadoc API and hundreds of samples.Chart FX for Java will produce Active Charts, in the form of, for example, of a .NET component, which is a combination no other vendor can promise. With Chart FX for Java, developers can exploit the power and reliability of Java-based servers while providing a gratifying and dynamic experience to the greatly dominated Windows desktop environment.Chart FX for Java preserves the familiarity, ease-of-use, scalability, drilldown capabilities, bitstreaming and auto-browser detection, as well as all the other features you've come to appreciate.</content>
</entry>
<entry>
<title>Transformation Manager ETL Tool</title>
<link rel="alternate" type="text/html" href="http://cc.embarcadero.com/Item/22215" title="Transformation Manager ETL Tool" />
<link rel="enclosure" type="application/zip" href="http://cc.embarcadero.com/Download.aspx?id=22215" title="Transformation Manager ETL Tool" length="58998180" />
<author>
<name>John Bigerstaff</name>
</author>
<id>http://cc.embarcadero.com/Item/22215</id>
<updated>2009-05-04T14:12:54-07:00</updated>
<published>2009-05-04T14:12:54-07:00</published>
<summary>Transformation Manager (TM) is a full-featured metadata driven ETL product suite which generates Java code transforms fully compatible with JBuilder. TM is able to access data of virtually any data format and generates transforms to fit into a J2EE architecture. </summary>
<content>ETL Solutions has developed a generic data Extract Transform Load product, Transformation Manager (TM) which is currently being used by leading international companies TM is a stand-alone Windows&#174; or Linux&#174; software suite of metadata driven code generator programs that provides for the authoring, testing, and debugging of data transforms between virtually all types of data, whether XML, databases, flat files, Java&#8482; classes or spreadsheets, with flexible deployment options in J2EE&#8482; architecture. TM&#8217;s suite of tools provides a complete development environment to author, test and debug transforms rapidly. TM models and transforms are stored in a Meta-data Text Repository, which is fully compatible with version control systems and provides an ideal multi-user environment for the sharing and developing of all aspects of models and transforms. Models can be acquired from all kinds of data. For example, XML models may be acquired from DTD or XSD definitions, or even an XML Instance. The meta-data models are fundamental to TM and are used in all areas of building transformations, for example, the relationships between data entities determine the meaning of the data structures and mapping operations, and the constraints that they hold specify the operations allowed. The meta-data for relational databases and Java classes are also acquired by direct access from the data sources. Flat files, and virtually all other kinds of data, may be accessed using TM&#8217;s published Open Interface. TM  is currently being used by leading international companies in a number of different sectors:&#8226;Finance sector: HSBC, Royal Bank of Scotland, BNP Paribas, JP Morgan Chase, Ulster Bank. &#8226;Geoscience sector: Schlumberger, Exxon Mobil, Shell, OpenSpirit. &#8226;Supply Chain Management: Synron UK, Smiths Aerospace, Barloworld Optimus and Thorn Lighting; &#8226;Public sector: integrating learning records for a consortium of education institutions based in the UK, and Norfolk National Health Service</content>
</entry>
<entry>
<title>aveConnect 3.0 for MS SQL</title>
<link rel="alternate" type="text/html" href="http://cc.embarcadero.com/Item/22127" title="aveConnect 3.0 for MS SQL" />
<link rel="enclosure" type="application/zip" href="http://cc.embarcadero.com/Download.aspx?id=22127" title="aveConnect 3.0 for MS SQL" length="313800" />
<author>
<name>Claude Hayn</name>
</author>
<id>http://cc.embarcadero.com/Item/22127</id>
<updated>2009-05-04T14:12:12-07:00</updated>
<published>2009-05-04T14:12:12-07:00</published>
<summary>aveConnect JDBC 3.0 includes all the functionalities of JDBC 2.x drivers along with new many features.</summary>
<content>Formally Certified by SUNaveConnect JDBC 3.0 compatible Type 4 driver is now available. Our JDBC 3.0 driver includes all the functionalities of JDBC 2.x driver along with these new features: Savepoint support Retrieval of ParameterMetadata Passing parameters for CallableStatements by name JDBC 3.0 support for CLOB, BLOB and ResultSetEnhanced Pooling mechanism  Savepoint supportThis new feature provides finer grained control of transactions by marking intermediate points within a transaction. Once a savepoint has been set, the transaction can be rolled back to that savepoint without affecting preceding work. With the help of this added feature, the programmer could get a better control over transactions. ParameterMetadataThis new feature in JDBC 3.0 can be used to get information about the types and properties of the parameters in a PreparedStatement object. This provides the programmer with parameter specific information. Named Parameter support for CallableStatementThis new feature in JDBC 3.0 enables named parameter support for CallableStatements. Named parameters are especially useful when a procedure has many parameters with default values. With this new feature, you need to specify only the values for parameters that have no default value, hence the ease of use and flexibility. JDBC 3.0 support for CLOB, BLOB and ResultSetProvides full support for JDBC 3.0 features that allow the user to alter the contents of Blob and Clob objects. This new feature provides a wide range of setter methods with the help of which users could manipulate Blob and Clob objects. Also, the ResultSet provides update methods for Clob and Blob data types and much more. Enhanced Pooling mechanismIncorporated advanced pooling mechanisms that allow the user to explicitly control connection pooling. Our implementation of ConnectionPoolDataSource has incorporated a wide range of functionality that will allow the user to control the behavior of connection pools. </content>
</entry>
<entry>
<title>SpeechKit Agents</title>
<link rel="alternate" type="text/html" href="http://cc.embarcadero.com/Item/20967" title="SpeechKit Agents" />
<link rel="enclosure" type="application/zip" href="http://cc.embarcadero.com/Download.aspx?id=20967" title="SpeechKit Agents" length="9847121" />
<author>
<name>Chant Inc.</name>
</author>
<id>http://cc.embarcadero.com/Item/20967</id>
<updated>2009-05-04T14:11:33-07:00</updated>
<published>2009-05-04T14:11:33-07:00</published>
<summary>Applications that speak can be enhanced by displaying visual images synchronized with the text-to-speech playback.</summary>
<content>Chant&#174; SpeechKit&#174; Agents is visual component for synchronizing speech events with graphic images. For example, text-to-speech playback can be synchronized with graphic images to produce an animation. SpeechKit&#174; Agents supports the Microsoft&#174; SAPI 4 TTSMouth and SAPI 5 Viseme event data for displaying graphic images during text-to-speech playback. This provides application developers a simple way of presenting enriched content or animating characters during speech synthesis. The components function on your development system where the Developer Edition is licensed to run. Before you deploy your application, you must purchase a license for a Chant&#174; SpeechKit&#174; Agents Deployment Edition that provides you the library to include with your application.Deployment Editions are available for ActiveX, C-DLL, COM, .NET Framework, Java, and the Web. Delphi VCL developers deploy with the C-DLL component library. Web developers do not deploy a library and instead register their domain to access the component CAB files from the speechkit.com web site.Chant&#174; SpeechKit&#174; Agents Developer Edition system requirements are as follows: - Intel&#174; processor or equivalent, - Microsoft&#174; Windows&#174; XP/2000/NT/Me/98, - 32 MB RAM, - 20 MB of hard drive space, - CD-ROM drive, - VGA or higher-resolution monitor, - Microsoft&#174; SAPI 3, SAPI 4, SAPI 5 compliant synthesizers, and - ActiveX, C-DLL, COM, Java, .NET Framework, or VCL development environment. You may explore the capabilities of Chant&#174; SpeechKit&#174; Agents Developer Edition for 30 days. To continue to use the product after 30 days, you must purchase a license for the product or stop using the product and remove it from your system. The license is a single end-user license for use by one developer. You must register your license to obtain a serial number that enables Chant&#174; SpeechKit&#174; Agents Developer Edition to run on your system after 30 days.Chant&#174; SpeechKit&#174; Agents deployment libraries are licensed separately. A deployment license includes royalty-free distribution rights to deploy the applicable component library with your applications. You must register your license to obtain a serial number to be able to deploy the applicable component library with your application.You may purchase licenses at the Online Store or through your preferred software reseller. You receive a registration number with the purchase of your licensed copy. For purchases at the Online Store, the registration number is emailed to you once your order has been processed. A registration card with the number is included with CD-ROM orders.</content>
</entry>
<entry>
<title>SpeechKit Consoles</title>
<link rel="alternate" type="text/html" href="http://cc.embarcadero.com/Item/20966" title="SpeechKit Consoles" />
<link rel="enclosure" type="application/zip" href="http://cc.embarcadero.com/Download.aspx?id=20966" title="SpeechKit Consoles" length="9268674" />
<author>
<name>Chant Inc.</name>
</author>
<id>http://cc.embarcadero.com/Item/20966</id>
<updated>2009-05-04T14:11:17-07:00</updated>
<published>2009-05-04T14:11:17-07:00</published>
<summary>Applications that speak and listen can be enhanced by providing a console that enables users to select and adjust recognizer and synthesizer settings on-demand.</summary>
<content>Chant&#174; SpeechKit&#174; Consoles is visual component for displaying and adjusting speech recognizer and speech synthesizer settings. The Consoles component is designed to work with SpeechKit&#174; ChantSR object to display and adjust speech recognition settings and SpeechKit&#174; ChantTTS object to display and adjust text-to-speech settings. Chant&#174; SpeechKit&#174; Consoles also includes a component interface for Dragon NaturallySpeaking&#174; DragonBar component. This provides application developers a simple way of providing end users an on-demand configuration tool. The components function on your development system where the Developer Edition is licensed to run. Before you deploy your application, you must purchase a license for a Chant&#174; SpeechKit&#174; Consoles Deployment Edition that provides you the library to include with your application.Deployment Editions are available for ActiveX, C-DLL, COM, .NET Framework, Java, and the Web. Delphi VCL developers deploy with the C-DLL component library. Web developers do not deploy a library and instead register their domain to access the component CAB files from the speechkit.com web site.Chant&#174; SpeechKit&#174; Consoles Developer Edition system requirements are as follows:- Intel&#174; processor or equivalent, - Microsoft&#174; Windows&#174; XP/2000/NT/Me/98, - Microsoft&#174; SAPI 3, SAPI 4, SAPI 5, or IBM SMAPI compatible recognizers and synthesizers, - 32 MB RAM, - 20 MB of hard drive space, - CD-ROM drive, - VGA or higher-resolution monitor, - Chant&#174; SpeechKit&#174; 4, - Microsoft&#174; SAPI 3, SAPI 4, SAPI 5, Dragon NaturallySpeaking&#174; COM objects, or IBM&#174; SMAPI-compliant recognizers, - Microsoft&#174; SAPI 3, SAPI 4, SAPI 5 compliant synthesizers, and - ActiveX, C-DLL, COM, Java, .NET Framework, or VCL development environment. You may explore the capabilities of Chant&#174; SpeechKit&#174; Consoles Developer Edition for 30 days. To continue to use the product after 30 days, you must purchase a license for the product or stop using the product and remove it from your system. The license is a single end-user license for use by one developer. You must register your license to obtain a serial number that enables Chant&#174; SpeechKit&#174; Consoles Developer Edition to run on your system after 30 days.Chant&#174; SpeechKit&#174; Consoles deployment libraries are licensed separately. A deployment license includes royalty-free distribution rights to deploy the applicable component library with your applications. You must register your license to obtain a serial number to be able to deploy the applicable component library with your application.You may purchase licenses at the Online Store or through your preferred software reseller. You receive a registration number with the purchase of your licensed copy. For purchases at the Online Store, the registration number is emailed to you once your order has been processed. A registration card with the number is included with CD-ROM orders.</content>
</entry>
<entry>
<title>Chart FX for Java (Windows Installer)</title>
<link rel="alternate" type="text/html" href="http://cc.embarcadero.com/Item/23534" title="Chart FX for Java (Windows Installer)" />
<link rel="enclosure" type="application/zip" href="http://cc.embarcadero.com/Download.aspx?id=23534" title="Chart FX for Java (Windows Installer)" length="8912927" />
<author>
<name>Gabriel Albano</name>
</author>
<id>http://cc.embarcadero.com/Item/23534</id>
<updated>2009-05-04T14:10:56-07:00</updated>
<published>2009-05-04T14:10:56-07:00</published>
<summary>Chart FX for Java Community Edition is a FREE, non-expiring, full development only version of Chart FX for Java.</summary>
<content>Chart FX for Java is a 100% Java component that uses JSP technology to produce charts in PNG, JPEG, SVG and FLASH formats. Developed using JDK 1.4, it supports J2EE 1.3 and J2SE 1.4. Chart FX for Java is available as a Server-side Bean and an Enterprise Java Bean (EJB) that runs on most popular Java Application Servers. It includes a Designer, a Resource Center with the Programmers Guide, the Javadoc API and hundreds of samples.Chart FX for Java will produce Active Charts, in the form of, for example, of a .NET component, which is a combination no other vendor can promise. With Chart FX for Java, developers can exploit the power and reliability of Java-based servers while providing a gratifying and dynamic experience to the greatly dominated Windows desktop environment.Chart FX for Java preserves the familiarity, ease-of-use, scalability, drilldown capabilities, bitstreaming and auto-browser detection, as well as all the other features you've come to appreciate.</content>
</entry>
<entry>
<title>JSOS</title>
<link rel="alternate" type="text/html" href="http://cc.embarcadero.com/Item/22080" title="JSOS" />
<link rel="enclosure" type="application/zip" href="http://cc.embarcadero.com/Download.aspx?id=22080" title="JSOS" length="966484" />
<author>
<name>Dmitry Namiot</name>
</author>
<id>http://cc.embarcadero.com/Item/22080</id>
<updated>2009-05-04T14:10:45-07:00</updated>
<published>2009-05-04T14:10:45-07:00</published>
<summary>This product is a collection of servlets and filters for Java(tm) technology &quot;out of the box&quot; ready for building web-pages. </summary>
<content>JSOS plays the same role as a set of CGI scripts and can be used by webmasters for adding dynamic capabilities to their sites.     JSOS has got a rich set of servlets such as Message Board, Chat, File Manager, Calendar and many others. You can use them instead of CGI scripts to build your site. As a matter of fact, it is the fastest way to make a site serving for needs of some community and the easiest way for managing the site. JSOS supports WAP/WML also. So you can use the same components suite for your mobile customers also.     At this moment JSOS is probably the largest Java servlets collection over the Net and continues to grow. </content>
</entry>
<entry>
<title>SpeechKit 6</title>
<link rel="alternate" type="text/html" href="http://cc.embarcadero.com/Item/26759" title="SpeechKit 6" />
<link rel="enclosure" type="application/zip" href="http://cc.embarcadero.com/Download.aspx?id=26759" title="SpeechKit 6" length="5208417" />
<author>
<name>Chant Inc.</name>
</author>
<id>http://cc.embarcadero.com/Item/26759</id>
<updated>2009-03-22T13:50:11-07:00</updated>
<published>2009-03-22T13:50:11-07:00</published>
<summary>Essential Components for Managing Speech Recognition and Synthesis</summary>
<content>Chant SpeechKit includes essential components for managing speech recognition and synthesis. Whether you develop desktop, server, mobile, telephony, Internet software, or web pages, SpeechKit components can transform text to speech for audio playback and speech to text for your software to process. This liberates your software from keypads, keyboards, and mice as primary input devices by letting end users talk with it. Manage Speech Recognition and Synthesis with Application Ready Components- Voice-enable any type of Win32 application with SpeechKit components in ActiveX, C-DLL, COM, Java, .NET Framework (v1.1 and v2), VCL, Web, and Xtra formats. - Voice-enable any type of WinCE application with SpeechKit components in C-DLL and .NET Framework (CF2) formats. - Develop and deploy your applications independent of specific recognizers and synthesizers:   - SpeechKit Win32 Developer Edition supports Dragon NaturallySpeaking, IBM ViaVoice, Microsoft SAPI 3, SAPI 4, SAPI 5 compliant recognizers, Nuance VoCon 3200 recognizer, Cepstral synthesizers, Microsoft SAPI 3, SAPI 4, SAPI 5 compliant synthesizers, or NuanceNuance RealSpeak Solo synthesizers; and   - SpeechKit WinCE Developer Edition supports Microsoft SAPI 5 compliant recognizer (e.g., Microsoft Voice Command) and Nuance VoCon 3200 recognizer, Cepstral synthesizers, Microsoft SAPI 5 compliant synthesizer, and Nuance RealSpeak Solo synthesizers. - Select and adjust recognizer, synthesizer, and audio options and property settings dynamically. - Leverage a common persistence framework across programming languages and component formats. - Support Unicode and ANSI systems with single component library.Develop Applications that Speak- Synthesize speech from anywhere within your application. - Automatically synthesize message box text. - Easily enumerate and select a voice. - Easily adjust the spoken output speed, volume, and pitch. - Take advantage of built-in audio management and synthesize to the audio format needed by your application. - Synthesize text from strings, buffers, streams, and files. - Playback audio or write to buffers, streams, and files. - Access detailed synthesis result attributes and properties. - Persist property settings across executions. - Process requests synchronously or asynchronously with built-in queue manager.Develop Applications that Listen- Capture spoken input as if it was typed using a keyboard. - Select menus, list items, click buttons, and click hypertext links by speaking instead of using a mouse. - Simulate keyboard input and mouse clicks. - Recognize spoken languages supported by recognizers. - Leverage common dictation text formatting across speech APIs. - Access detailed recognition result attributes and properties. - Correct recognition results. - Playback recorded audio associated with recognition results. - Manage context-based and context-free recognition by dynamically adding, removing, enabling, and disabling, command, grammar, and dictation vocabularies. - Take advantage of built-in audio management and recognize from the audio format needed by your application. - Recognize from buffers, files, microphone (live), and stream audio sources. - Write audio to buffers, streams, and files. - Persist property settings across executions. - Process requests synchronously or asynchronously with built-in queue manager. - Use built-in What Can I Say dialog to display what commands your application responds to and Where Can I Go dialog to display hypertext links that can be invoked by speaking the link text.</content>
</entry>
<entry>
<title>TeeChart Pro for Java</title>
<link rel="alternate" type="text/html" href="http://cc.embarcadero.com/Item/24155" title="TeeChart Pro for Java" />
<link rel="enclosure" type="application/zip" href="http://cc.embarcadero.com/Download.aspx?id=24155" title="TeeChart Pro for Java" length="9050670" />
<author>
<name>David Berneda</name>
</author>
<id>http://cc.embarcadero.com/Item/24155</id>
<updated>2008-10-16T07:46:16-07:00</updated>
<published>2008-10-16T07:46:16-07:00</published>
<summary>Charting Library shipping with 100% sourcecode. For major Java programming environments. It offers 46 Chart styles, 37 mathematical functions and 19 Chart tools components.</summary>
<content>TeeChart for Java, written completely with Borland JBuilder, ships with 100% sourcecode. It supports major Java programming environments including Borland JBuilder, IBM Eclipse, Sun NetBeans, IntelliJ IDEA and Oracle JDeveloper. It offers 46 Chart styles ( in 2D and 3D plus multiple combinations), 37 mathematical functions and 19 Chart tools components for additional functionality including dragging of series marks, annotation objects, cursors and manual trend lines, coloring bands, etc.Charts are provided as Swing, AWT, SWT Java beans / controls and a TChartApplet class for inclusion on HTML pages via &amp;lt;applet&amp;gt; tag.TeeChart for Java includes extensive demos and JavaDoc help. </content>
</entry>
<entry>
<title>ChartFX for Java 6.5</title>
<link rel="alternate" type="text/html" href="http://cc.embarcadero.com/Item/25489" title="ChartFX for Java 6.5" />
<link rel="enclosure" type="application/zip" href="http://cc.embarcadero.com/Download.aspx?id=25489" title="ChartFX for Java 6.5" length="141304130" />
<author>
<name>Tomas Tezak</name>
</author>
<id>http://cc.embarcadero.com/Item/25489</id>
<updated>2008-04-02T07:45:40-07:00</updated>
<published>2008-04-02T07:45:40-07:00</published>
<summary>Chart FX for Java is a Java component to produce charts, gauges and maps in a variety of formats: PNG, JPEG, SVG and FLASH.Chart FX for Java is available as a Server-side Bean and a JavaServer Faces component, and runs on most Java Application Servers. It includes a free Designer and Resource Center with the Programmers Guide, the Javadoc API and hundreds of samples.</summary>
<content>Chart FX for Java is a Java component to produce charts in PNG, JPEG, SVG and FLASH formats. It supports J2EE 1.3 and 1.4, and J2SE 1.5. Chart FX for Java is available as a Server-side Bean and a JavaServer Faces component that runs on most popular Java Application Servers. It includes a free Designer, Netbeans and Eclipse Plug-ins, a Resource Center with the Programmers Guide, the Javadoc API and hundreds of samples, and the Chart FX Maps extension: a full library of dynamic maps to display any type of data graphically through your own custom maps.Additionally, ChartFX for Java 6.5 includes ChartFX gauges for Java, allowing developers not only to integrate gauges in their applications but also to easily create digital dashboards with the productivity, consistency and reliability they&#8217;ve come to appreciate from other Software FX products.</content>
</entry>
<entry>
<title>PDFOne Java</title>
<link rel="alternate" type="text/html" href="http://cc.embarcadero.com/Item/25494" title="PDFOne Java" />
<link rel="enclosure" type="application/zip" href="http://cc.embarcadero.com/Download.aspx?id=25494" title="PDFOne Java" length="491255" />
<author>
<name>Ashok Patil</name>
</author>
<id>http://cc.embarcadero.com/Item/25494</id>
<updated>2008-03-27T07:38:14-07:00</updated>
<published>2008-03-27T07:38:14-07:00</published>
<summary>Gnostice PDFOne Java is powerfull all in one PDF library for JAVA application development.</summary>
<content>Gnostice PDFOne Java is a Java library for developers to implement PDF based software solutions. PDFOne Java provides a rich set of APIs to create, manipulate and organize PDF documents, process PDF forms and perform other PDF document related tasks from within your Java applications. No external PDF software such as Adobe&amp;#174; PDF library, Adobe Acrobat&amp;#174; Professional or Ghostscript required!- Single, rich programming interface enables you to create rich electronic documents and at the same time allows you to manipulate, manage and enhance existing PDF document and process PDF eForms. - Advanced features include, compression, encryption, TrueType fonts, font embedding, font sub-setting, international characters (European, Chinese, Japanese...), bookmarks, notes annotations and more. - PDF AcroForms support enables you to design richly formatted PDF forms with support for buttons, checkboxes, lists, edit controls, JavaScript actions and more. - Advanced drawing functions include support for drawing tables, paragraphs and textboxes with a single method call. - Automate filling of PDF forms with constant data or unique data picked up from any data store, and distribute the filled forms in one go. An indispensable feature when you have to process and email thousands of forms to users across the globe. - Perform any kind of PDF document management, manipulation and reorganization task in batch or real-time from your application to automate document workflows. </content>
</entry>
<entry>
<title>/n software IP*Works! Zip Java Edition</title>
<link rel="alternate" type="text/html" href="http://cc.embarcadero.com/Item/25460" title="/n software IP*Works! Zip Java Edition" />
<link rel="enclosure" type="application/zip" href="http://cc.embarcadero.com/Download.aspx?id=25460" title="/n software IP*Works! Zip Java Edition" length="676187" />
<author>
<name>Info /n software</name>
</author>
<id>http://cc.embarcadero.com/Item/25460</id>
<updated>2008-03-26T08:57:04-07:00</updated>
<published>2008-03-26T08:57:04-07:00</published>
<summary>IP*Works! Zip is a toolkit of components that supports major compression and archiving standards including Zip, Jar, Gzip and Tar.</summary>
<content>IP*Works! Zip is a suite of easy, fast, and effective components that enables developers to rapidly add compression and decompression functionality to any application using the Zip, Tar, Gzip or Jar standards for compression. The IP*Works! Zip components were built from the ground up combining exceptional speed with an excellent data compression ratio.Highlights:&#183; Streaming support during file compression/decompression.&#183; Delete individual files within and archive without decompressing the entire file.&#183; Zip file password encryption.&#183; List the contents of Zip files without having to decompress.&#183; Configurable compression level and performance optimization based on either speed or compression ratio.&#183; Easily compress or decompress entire directories and their contents.&#183; Fast, robust, and reliable, the components consume a minimum of resources.&#183; 128-bit, 192-bit, and 256-bit Advanced Encryption Standard (AES) encryption.&#183; Zip64 Archives support - 4GB+ zip files with virtually unlimited number of included files.&#183; Native development components for all supported platforms and component technologies.&#183; Support for native input and output streams.&#183; Collections have been enabled across the entire suite of Version 8.0 components.&#183; Support for 64-bit architectures.&#183; GZIP LZW/LZC Unix Compress.&#183; File specific encryption algorithms &amp; password support.&#183; A complete unified framework with a common easy-to-learn object model and simplified interfaces allowing you to be more productive.&#183; Rigorously tested, rock solid components that have undergone hundreds of thousands of hours of testing both internally by our QA team and externally through customer installations.&#183; Detailed reference documentation, hundreds of sample applications, fully-indexed help files, and an extensive online knowledge base.&#183; Backed by multi-tier professional support, including free email support and enterprise-level paid support.&#183; and much more!IP*Works! Zip is available immediately for download or purchase directly from the /n software website at www.nsoftware.com.  For more information about IP*Works! Zip, go to www.nsoftware.com/ipworks/zip/.</content>
</entry>
<entry>
<title>/n software IP*Works! SSH Java Edition</title>
<link rel="alternate" type="text/html" href="http://cc.embarcadero.com/Item/25459" title="/n software IP*Works! SSH Java Edition" />
<link rel="enclosure" type="application/zip" href="http://cc.embarcadero.com/Download.aspx?id=25459" title="/n software IP*Works! SSH Java Edition" length="942100" />
<author>
<name>Info /n software</name>
</author>
<id>http://cc.embarcadero.com/Item/25459</id>
<updated>2008-03-26T08:56:33-07:00</updated>
<published>2008-03-26T08:56:33-07:00</published>
<summary>IP*Works! SSH enabled components for building SSH secured applications, including a generic SSH component, Secure FTP (SFTP/SCP), SSH enabled SMTP, POP, IMAP, HTTP, SOAP, etc.</summary>
<content>IP*Works! SSH allows developers to easily integrate Secure Shell (SSH) security into your Internet applications! IP*Works! SSH includes SSH-enabled client communications components supporting strong encryption and advanced cryptography.Highlights:&#183; Support for SSH version 2.0.&#183; Security features include strong 3DES encryption, message integrity checking, secure secret key exchange.&#183; Easy to use SSH-enabled components supporting major Internet protocols.&#183; Fast, robust, and reliable, the components consume a minimum of resources.&#183; Native development components for all supported platforms and component technologies.&#183; Components are thread-safe on critical members.&#183; Licensed by the US Government for export under License Exception ENC Sections 740.17 (A) and (B)(3). Export Classification: 5D002.&#183; Support for IPv6 addressing.&#183; Support for 64-bit architectures.&#183; Steamlined component set with new SSHTunnel.&#183; SSH security features have been enabled (Oakely Group 14, MD5, MD5-96 and SHA1-96 HMACs).&#183; A complete unified framework with a common easy-to-learn object model and simplified interfaces allowing you to be more productive.&#183; Rigorously tested, rock solid components that have undergone hundreds of thousands of hours of testing both internally by our QA team and externally through customer installations.&#183; Detailed reference documentation, hundreds of sample applications, fully-indexed help files, and an extensive online knowledge base.&#183; Backed by multi-tier professional support, including free email support and enterprise-level paid support.&#183; and much more!IP*Works! SSH is available immediately for download or purchase directly from the /n software website at www.nsoftware.com.  For more information about IP*Works! SSH, go to www.nsoftware.com/ipworks/ssh/.</content>
</entry>
<entry>
<title>/n software IP*Works! S/MIME Java Edition</title>
<link rel="alternate" type="text/html" href="http://cc.embarcadero.com/Item/25458" title="/n software IP*Works! S/MIME Java Edition" />
<link rel="enclosure" type="application/zip" href="http://cc.embarcadero.com/Download.aspx?id=25458" title="/n software IP*Works! S/MIME Java Edition" length="1459568" />
<author>
<name>Info /n software</name>
</author>
<id>http://cc.embarcadero.com/Item/25458</id>
<updated>2008-03-26T08:56:18-07:00</updated>
<published>2008-03-26T08:56:18-07:00</published>
<summary>IP*Works! S/MIME is a toolkit for secure Email communication via S/MIME encryption and digital certificates including SMTP, POP, IMAP, NNTP, digital certificates and more!</summary>
<content>IP*Works! S/MIME includes a generic S/MIME component as well as S/MIME enabled versions of the IP*Works! POP3, IMAP4, NNTP, SMTP, FileMailer and HTMLMailer components. Digital certificate creation, signing, and management features have also been included.Highlights:&#183; Support for the S/MIME v2 and S/MIME v3 standards for mail and document encryption.&#183; Encrypt/decrypt, sign, and verify message signatures using S/MIME and digital certificates.&#183; S/MIME enabled versions of all major Internet mail protocols.&#183; Easily create HTML emails and include file attachments.&#183; Advanced Digital Certificate capabilities allow you to create, sign, and manage X.509 Digital Certificates. Become your own certificate authority.&#183; FIPS 140-2 compliant cryptography (windows only).&#183; Fast, robust, and reliable, the components consume a minimum of resources.&#183; Native development components for all supported platforms and component technologies.&#183; A complete unified framework with a common easy-to-learn object model and simplified interfaces allowing you to be more productive.&#183; Rigorously tested, rock solid components that have undergone hundreds of thousands of hours of testing both internally by our QA team and externally through customer installations.&#183; Detailed reference documentation, hundreds of sample applications, fully-indexed help files, and an extensive online knowledge base.&#183; Backed by multi-tier professional support, including free email support and enterprise-level paid support.&#183; Components are thread-safe on critical members.&#183; Licensed by the US Government for export under License Exception ENC Sections 740.17 (A) and (B)(3). Export Classification: 5D002.IP*Works! S/MIME is available immediately for download or purchase directly from the /n software website at www.nsoftware.com.  For more information about IP*Works! S/MIME, go to www.nsoftware.com/ipworks/smime/.</content>
</entry>
<entry>
<title>/n software IP*Works! Java Edition</title>
<link rel="alternate" type="text/html" href="http://cc.embarcadero.com/Item/25443" title="/n software IP*Works! Java Edition" />
<link rel="enclosure" type="application/zip" href="http://cc.embarcadero.com/Download.aspx?id=25443" title="/n software IP*Works! Java Edition" length="3570264" />
<author>
<name>Info /n software</name>
</author>
<id>http://cc.embarcadero.com/Item/25443</id>
<updated>2008-03-26T08:56:01-07:00</updated>
<published>2008-03-26T08:56:01-07:00</published>
<summary>A robust framework of components enabling rapid integration of any Internet technology including - FTP, HTTP, SMTP, POP, IMAP, SNMP, LDAP, DNS, RSS, SMPP/SMS, XMPP/Jabber, SOAP, WebDav, etc.</summary>
<content>IP*Works! is a comprehensive framework for Internet development and is the core building block for most /n software products.  IP*Works! eliminates the complexity of Internet development providing easy-to-use, programmable components that facilitate tasks such as sending email, transferring files, managing networks, browsing the web, consuming web services, etc.Highlights:&#183; A comprehensive suite of tools covering all major Internet technologies.&#183; Fast, robust, and reliable, the components consume a minimum of resources.&#183; Small and lightweight components with no dependencies on external libraries.&#183; Native development components for all supported platforms and component technologies.&#183; A complete unified framework with a common easy-to-learn object model and simplified interfaces allowing you to be more productive.&#183; Rigorously tested, rock solid components that have undergone hundreds of thousands of hours of testing both internally by our QA team and externally through customer installations.&#183; Detailed reference documentation, hundreds of sample applications, fully-indexed help files, and an extensive online knowledge base.&#183; Backed by multi-tier professional support, including free email support and enterprise-level paid support.IP*Works! is available immediately for download or purchase directly from the /n software website at www.nsoftware.com.  For more information about IP*Works!, go to www.nsoftware.com/ipworks/.</content>
</entry>
<entry>
<title>/n software IBiz QuickBooks Integrator Java Edition</title>
<link rel="alternate" type="text/html" href="http://cc.embarcadero.com/Item/25467" title="/n software IBiz QuickBooks Integrator Java Edition" />
<link rel="enclosure" type="application/zip" href="http://cc.embarcadero.com/Download.aspx?id=25467" title="/n software IBiz QuickBooks Integrator Java Edition" length="3102862" />
<author>
<name>Info /n software</name>
</author>
<id>http://cc.embarcadero.com/Item/25467</id>
<updated>2008-03-26T08:51:27-07:00</updated>
<published>2008-03-26T08:51:27-07:00</published>
<summary>IBiz QuickBooks Integrator provides easy-to-use components for QuickBooks development, facilitating tasks such as adding, updating or retrieving customer information, vendor information, employee information, transactions etc.</summary>
<content>IBiz QuickBooks Integrator is a toolkit for QuickBooks&#8482; developers that provides for quick and easy development of fully-integrated QuickBooks solutions. It eliminates much of the complexity of developing such solutions by providing easy to use components that facilitate tasks such as adding, updating or retrieving customer information, vendor information, employee information, transactions etc.Highlights:&#183; Internet-Enabled QuickBooks. Access QuickBooks remotely using the included IBiz QuickBooks Remote Connector.&#183; Secure connection to the Remote Connector using SSL and Digital Certificates.&#183; Easy-to-use components greatly reduce the code required to work with common QuickBooks constructs.&#183; Handles all QBXML parsing, COM communications, error handling, etc. allowing you to focus on your specific business requirements.&#183; Integrates with Online shopping carts providing seamless integration between sales and accounting.&#183; Easily export QuickBooks information to a database of choice or directly to XML.&#183; QuickBooks Online Edition Support.&#183; Support for QuickBooks Merchant Services.&#183; Full support for QBXML 4.0, 4.1, &amp; 5.0 (U.S. version of QuickBooks Only).&#183; API updates that simplify support for future versions of QBXML.&#183; New International QuickBooks support including Canada, UK, Australia, New Zealand.&#183; QBObject component updated with high-performance batch processing support. Queue items and send them to QuickBooks in batches for 10x performance gains.&#183; The Employee control now supports a full list of Payroll features including access to sick time, vacation time, wages, pay period, etc.&#183; Linked Transactions are now available for all transaction objects.&#183; Increased support for special fields with easy-to-use XPath driven access.&#183; New Item types added to the Item component - Group, Inventory Assembly, and SalesTax Group.&#183; Updated ObjSearch with more searching capabilites and support for new query types.&#183; Native development components for all supported platforms and component technologies.&#183; Unlimited free Email technical support backed by an experienced &amp; professional staff.&#183; Extensive documentation, sample applications, fully-integrated help, and much more!The IBiz QuickBooks Integrator is available immediately for download or purchase directly from the /n software website at www.nsoftware.com.  For more information about the IBiz QuickBooks Integrator, go to www.nsoftware.com/ibiz/quickbooks/.</content>
</entry>
<entry>
<title>/n software IBiz PayPal Integrator Java Edition</title>
<link rel="alternate" type="text/html" href="http://cc.embarcadero.com/Item/25466" title="/n software IBiz PayPal Integrator Java Edition" />
<link rel="enclosure" type="application/zip" href="http://cc.embarcadero.com/Download.aspx?id=25466" title="/n software IBiz PayPal Integrator Java Edition" length="1021631" />
<author>
<name>Info /n software</name>
</author>
<id>http://cc.embarcadero.com/Item/25466</id>
<updated>2008-03-26T08:51:16-07:00</updated>
<published>2008-03-26T08:51:16-07:00</published>
<summary>IBiz PayPal Integrator includes components for PayPal integration including merchant account management and payment automation. Verify customer information, search transactions, mass payments, issue refunds, etc!</summary>
<content>The IBiz PayPal Integrator includes easy-to-use components for accessing PayPal merchant services and building fully integrated e-commerce applications. Developers can use PayPal merchant services to integrate real-time account management and payment processing capabilities into any software solution.Highlights:&#183; Direct Payment Support - Process credit cards via PayPal without sending customers to the PayPal site, and without requiring customers have a PayPal account.&#183; Programmatic access to all major merchant services exposed by PayPal.&#183; Easy-to-use API encapsulates all protocol logic and security for accessing PayPal merchant services.&#183; Seamless transition from testing with the PayPal sandbox to live account management and processing.&#183; 128-bit strong SSL encryption keeps sensitive transaction information confidential.&#183; Support for the underlying PayPal V2.0 protocol and PayPal signature authentication.&#183; Signature authentication makes connecting to PayPal even easier, enabling connectivity with your PayPal merchant services account without the use of client side certificates.&#183; Small and lightweight components with no dependencies on external libraries.&#183; Native development components for all supported platforms and component technologies.&#183; Unlimited free Email technical support backed by an experienced &amp; professional staff.&#183; Includes everything needed to rapidly add PayPal account management capabilities to your web or desktop applications, including: extensive documentation, sample applications, integrated help, and much more!The IBiz PayPal Integrator is available immediately for download or purchase directly from the /n software website at www.nsoftware.com.  For more information about the IBiz PayPal Integrator, go to www.nsoftware.com/ibiz/paypal/.</content>
</entry>
<entry>
<title>/n software IP*Works! Secure SNMP Java Edition</title>
<link rel="alternate" type="text/html" href="http://cc.embarcadero.com/Item/25461" title="/n software IP*Works! Secure SNMP Java Edition" />
<link rel="enclosure" type="application/zip" href="http://cc.embarcadero.com/Download.aspx?id=25461" title="/n software IP*Works! Secure SNMP Java Edition" length="725061" />
<author>
<name>Info /n software</name>
</author>
<id>http://cc.embarcadero.com/Item/25461</id>
<updated>2008-03-26T08:51:01-07:00</updated>
<published>2008-03-26T08:51:01-07:00</published>
<summary>IP*Works! Secure SNMP is a toolkit supporting a complete range of network management capabilities including advanced SNMPv3 security features, trap handling, ASN-1 MIB compilation, etc.</summary>
<content>IP*Works! Secure SNMP is a complete framework for building secure network management solutions. Using IP*Works! Secure SNMP, developers can easily build robust network management solutions, or manageable software applications, using the latest SNMPv3 security features for authentication, authorization, and access control.Highlights:&#183; Support for the latest SNMP standards including SNMPv1, SNMPv2c, and Secure SNMPv3.&#183; Security features including authentication, authorization, and access control.&#183; Read and compile ASN.1 MIB files into an easy to use object representation.&#183; SNMP trap management and filtering.&#183; Includes support for all major SNMP PDU's and variable types.&#183; FIPS 140-2 compliant cryptography (windows only).&#183; Optimized asynchronous socket architecture.&#183; Fast, robust, and reliable, the components consume a minimum of resources.&#183; Native development components for all supported platforms and component technologies.&#183; Support for IPv6 addressing.&#183; Support for 64-bit architectures.&#183; New SNMP Walk capabilities facilitating SNMP information discovery.&#183; Support for AES and 3DES encryption.&#183; A complete unified framework with a common easy-to-learn object model and simplified interfaces allowing you to be more productive.&#183; Rigorously tested, rock solid components that have undergone hundreds of thousands of hours of testing both internally by our QA team and externally through customer installations.&#183; Detailed reference documentation, hundreds of sample applications, fully-indexed help files, and an extensive online knowledge base.&#183; Backed by multi-tier professional support, including free email support and enterprise-level paid support.&#183; and much more!IP*Works! Secure SNMP is available immediately for download or purchase directly from the /n software website at www.nsoftware.com.  For more information about IP*Works! Secure SNMP, go to www.nsoftware.com/ipworks/ssnmp/.</content>
</entry>
<entry>
<title>/n software IP*Works! SSL Java Edition</title>
<link rel="alternate" type="text/html" href="http://cc.embarcadero.com/Item/25444" title="/n software IP*Works! SSL Java Edition" />
<link rel="enclosure" type="application/zip" href="http://cc.embarcadero.com/Download.aspx?id=25444" title="/n software IP*Works! SSL Java Edition" length="3329887" />
<author>
<name>Info /n software</name>
</author>
<id>http://cc.embarcadero.com/Item/25444</id>
<updated>2008-03-26T08:49:52-07:00</updated>
<published>2008-03-26T08:49:52-07:00</published>
<summary>IP*Works! SSL is comprehensive suite of SSL-enabled components supporting secure implementations of every major Internet protocol including FTPS, HTTPS, SMTPS, POPS, LDAPS, XMPPS, WebDavS, etc.</summary>
<content>IP*Works! SSL adds SSL security capabilities to the base IP*Works! package. Supports secure implementations of every major SSL-enabled Internet protocol including: FTPS, HTTPS, SMTPS, POPS, IMAPS, LDAPS, SMPPS, XMPPS, SOAPS, WebDavS, CertMgr, etc.Highlights:&#183; Secure data communications using up to 128-bit strong SSL encryption and digital certificates.&#183; Authenticate and encrypt/decrypt data sent and received using SSL2, SSL3, PCT or TLS.&#183; Supports both client-side and server-side authentication.&#183; Full control over the SSL authentication process allows you to accept or reject certificates based certificate parameters.&#183; FIPS 140-2 compliant cryptography (windows only).&#183; Secure server component is also included. Easily build SSL-enabled ftp servers, web servers, or custom server solutions.&#183; Advanced digital certificate capabilities allow you to create, sign, and manage X.509 digital certificates. Become your own certificate authority.&#183; Fast, robust, and reliable, the components consume a minimum of resources.&#183; Native development components for all supported platforms and component technologies.&#183; A complete unified framework with a common easy-to-learn object model and simplified interfaces allowing you to be more productive.&#183; Rigorously tested, rock solid components that have undergone hundreds of thousands of hours of testing both internally by our QA team and externally through customer installations.&#183; Detailed reference documentation, hundreds of sample applications, fully-indexed help files, and an extensive online knowledge base.&#183; Backed by multi-tier professional support, including free email support and enterprise-level paid support.&#183; Licensed by the US Government for export under License Exception ENC Sections 740.17 (A) and (B)(3). Export Classification: 5D002.IP*Works! SSL is available immediately for download or purchase directly from the /n software website at www.nsoftware.com.  For more information about IP*Works! SSL, go to www.nsoftware.com/ipworks/ssl/.</content>
</entry>
<entry>
<title>/n software IP*Works! EDI Java Edition</title>
<link rel="alternate" type="text/html" href="http://cc.embarcadero.com/Item/25462" title="/n software IP*Works! EDI Java Edition" />
<link rel="enclosure" type="application/zip" href="http://cc.embarcadero.com/Download.aspx?id=25462" title="/n software IP*Works! EDI Java Edition" length="1601049" />
<author>
<name>Info /n software</name>
</author>
<id>http://cc.embarcadero.com/Item/25462</id>
<updated>2008-03-26T08:48:50-07:00</updated>
<published>2008-03-26T08:48:50-07:00</published>
<summary>IP*Works! EDI includes software components that enable AS1, AS2, and AS3 EDI-INT communications as well as digital certificate creation &amp; management.</summary>
<content>IP*Works! EDI includes software components for AS1, AS2, and AS3 communications, the leading Internet standards for secure EDI transmissions. These protocols enable new levels of security and reliability while at the same time providing significant cost savings by leveraging the Internet as a ubiquitous network instead of traditional EDI VANs.Highlights:&#183; eBusinessReady certified AS2 communications.&#183; Supports the full range of AS1, AS2 , and AS3 security features including signing, S/MIME encryption, digital certificates, and MDN-based receipts.&#183; Fully customizable components, designed to easily integrate with existing systems.&#183; Comprehensive AS2 client / server web application included with full source.&#183; Built-in detailed logging functionality.&#183; Secure data communications using up to 128-bit strong SSL encryption and digital certificates.&#183; FIPS 140-2 compliant cryptography (windows only).&#183; Advanced Digital Certificate capabilities allow you to create, sign, and manage X.509 Digital Certificates. Become your own certificate authority.&#183; Fast, robust, and reliable, the components consume a minimum of resources.&#183; Components are thread-safe on critical members.&#183; Components for RosettaNet 2.0 (RNIF) client integration.&#183; Support for North American Energy Standards communications (NAESB / GISB).&#183; AS2 multiple attachments extension.&#183; New ProfileMgr component simplifies management of trading partner configuration, encryption, and certificates.&#183; Native development components for all supported platforms and component technologies.&#183; A complete unified framework with a common easy-to-learn object model and simplified interfaces allowing you to be more productive.&#183; Rigorously tested, rock solid components that have undergone hundreds of thousands of hours of testing both internally by our QA team and externally through customer installations.&#183; Detailed reference documentation, hundreds of sample applications, fully-indexed help files, and an extensive online knowledge base.&#183; Backed by multi-tier professional support, including free email support and enterprise-level paid support.IP*Works! EDI provides the utmost in flexibility for developers and businesses interested in enabling their software systems with Internet EDI capabilities, resulting in better and faster system integration, lower cost, and better overall ROI.This edition is available immediately for download or purchase directly from the /n software website at www.nsoftware.com.  For more information about IP*Works! EDI, go to www.nsoftware.com/ipworks/edi/.</content>
</entry>
<entry>
<title>SpeechKit 5</title>
<link rel="alternate" type="text/html" href="http://cc.embarcadero.com/Item/25450" title="SpeechKit 5" />
<link rel="enclosure" type="application/zip" href="http://cc.embarcadero.com/Download.aspx?id=25450" title="SpeechKit 5" length="10595638" />
<author>
<name>Chant Inc.</name>
</author>
<id>http://cc.embarcadero.com/Item/25450</id>
<updated>2008-03-24T18:52:04-07:00</updated>
<published>2008-03-24T18:52:04-07:00</published>
<summary>Essential Components for Managing Speech Recognition and Synthesis</summary>
<content>Chant SpeechKit includes essential components for managing speech recognition and synthesis. Whether you develop desktop, server, mobile, telephony, Internet software, or web pages, SpeechKit components can transform text to speech for audio playback and speech to text for your software to process. This liberates your software from keypads, keyboards, and mice as primary input devices by letting end users talk with it. Manage Speech Recognition and Synthesis with Application Ready Components- Voice-enable any type of Win32 application with SpeechKit components in ActiveX, C-DLL, COM, Java, .NET Framework (v1.1 and v2), VCL, Web, and Xtra formats. - Voice-enable any type of WinCE application with SpeechKit components in C-DLL and .NET Framework (CF2) formats. - Develop and deploy your applications independent of specific recognizers and synthesizers:   - SpeechKit Win32 Developer Edition supports Dragon NaturallySpeaking, IBM ViaVoice, Microsoft SAPI 3, SAPI 4, SAPI 5 compliant recognizers, Nuance VoCon 3200 recognizer, Cepstral synthesizers, Microsoft SAPI 3, SAPI 4, SAPI 5 compliant synthesizers, or NuanceNuance RealSpeak Solo synthesizers; and   - SpeechKit WinCE Developer Edition supports Microsoft SAPI 5 compliant recognizer (e.g., Microsoft Voice Command) and Nuance VoCon 3200 recognizer, Cepstral synthesizers, Microsoft SAPI 5 compliant synthesizer, and Nuance RealSpeak Solo synthesizers. - Select and adjust recognizer, synthesizer, and audio options and property settings dynamically. - Leverage a common persistence framework across programming languages and component formats. - Support Unicode and ANSI systems with single component library.Develop Applications that Speak- Synthesize speech from anywhere within your application. - Automatically synthesize message box text. - Easily enumerate and select a voice. - Easily adjust the spoken output speed, volume, and pitch. - Take advantage of built-in audio management and synthesize to the audio format needed by your application. - Synthesize text from strings, buffers, streams, and files. - Playback audio or write to buffers, streams, and files. - Access detailed synthesis result attributes and properties. - Persist property settings across executions. - Process requests synchronously or asynchronously with built-in queue manager.Develop Applications that Listen- Capture spoken input as if it was typed using a keyboard. - Select menus, list items, click buttons, and click hypertext links by speaking instead of using a mouse. - Simulate keyboard input and mouse clicks. - Recognize spoken languages supported by recognizers. - Leverage common dictation text formatting across speech APIs. - Access detailed recognition result attributes and properties. - Correct recognition results. - Playback recorded audio associated with recognition results. - Manage context-based and context-free recognition by dynamically adding, removing, enabling, and disabling, command, grammar, and dictation vocabularies. - Take advantage of built-in audio management and recognize from the audio format needed by your application. - Recognize from buffers, files, microphone (live), and stream audio sources. - Write audio to buffers, streams, and files. - Persist property settings across executions. - Process requests synchronously or asynchronously with built-in queue manager. - Use built-in What Can I Say dialog to display what commands your application responds to and Where Can I Go dialog to display hypertext links that can be invoked by speaking the link text.</content>
</entry>
<entry>
<title>WebCab Technical Analysis (J2SE Edition)</title>
<link rel="alternate" type="text/html" href="http://cc.embarcadero.com/Item/25483" title="WebCab Technical Analysis (J2SE Edition)" />
<link rel="enclosure" type="application/zip" href="http://cc.embarcadero.com/Download.aspx?id=25483" title="WebCab Technical Analysis (J2SE Edition)" length="8316306" />
<author>
<name>Ben Fairfax</name>
</author>
<id>http://cc.embarcadero.com/Item/25483</id>
<updated>2008-03-24T15:54:11-07:00</updated>
<published>2008-03-24T15:54:11-07:00</published>
<summary>Provides a collection of technical indicators which can be used in the construction of technical trading systems.</summary>
<content>Provides a collection of technical indicators which can be used in the construction of technical trading systems. Moreover, by using these methods with our DataBase mediator technology you will be able to iteratively apply these indicators to historical data stored within a DBMS.Product DetailsWithin this J2SE Component we have implemented the following functionality:    * Technical Indicators          o Moving Averages - Simple, Median, Geometric Moving Averages, Weighted Moving Average (WMA), Linearly Weighted Moving Average (LWMA), Exponentially Weighted Moving Average (EWMA), Triangular Moving Average (TMA), Kairi Indicator          o Directional Movement Indicator (DMI) and Average Directional Movement Indicator (ADX) - Directional Movement (PDM, MDM), True Range (TR), Average Daily True Range (ADTR), Directional Indicators (DX, ADX)          o Accumulation/Distribution - Accumulation/Distribution Indicator, Chaikin Oscillator, Chaikin Money Flow (CMF)          o Trend or Range? - Aroon Up/Down, Aroon Oscillator          o Market Strength - Balance of Power (BOP), Market Facilitation Index (MFI)          o Momentum - Momentum, Momentum percentage, highest/lowest element and position, Trend Intensity Index          o Oscillators - Money Flow Index (MFI), Momentum, Rate of Change (ROC), Relative Strength Indicator (LSI)          o Bollinger Bands - Upper and Lower Bollinger Bands          o Mean Reversion - Commodity Channel Index (CCI)          o Stochastics - (fast and slow) \%K Stochastic, (general) \%D Stochastic          o Volume - Negative Volume Index (NVI), Positive Volume Index (PVI), On Balance Volume          o Volatility - Chaikin, historical estimate (with/without dividends), standard error of historical estimate, Return over Period          o Filters - Typical price, Median, Average, Price Action Indicator (PAIN), Finite Impulse Response (FIR)     * Single and Multi Period Indicators - For most of the indicators we provide two versions:          o Single Period Version - Evaluates the indicator over the entire period given. Such methods are particularly applicable to instances where the component interacts with a DBMS.          o Multi Period Version - Evaluates the indicator over all sub-period of a given length for the data provided. Such methods are particularly applicable to instances where the component interacts with a client side GUI such as a charting component.     * Trading Systems          o Simple Crossing MA Trading System - Uses the classical approach of generating trading signals by the crossing of two moving averages.          o DMI Trading System - Uses Directional Motion Indicator (DMI) Trading Signal and Average Directional Movement Index Rating (ADXR) which form the basis of the DMI Trading System which was developed by Wellas Wilder.          o Stochastics Trading Systems                + Extreme Value Signal - Produces extremum trading signals using a slow and fast Stochastic indicator.                + Crossing Signal - Generates trading signals based on the crossing of the fast Stochastic crossing the (simple, geometric, linear or exponential) moving average of the slow Stochastic.                + Crossing Extreme Signal - Generates a trading signal when the crossing of the slow and fast Stochastic occurs either above or below the extremum value. This product also contains the following features:    * JDBC Mediator - A J2SE Component which mediates between a J2SE component, its J2SE Clients and the Database server. The JDBC Mediator J2SE classes are a convenient way of enhancing all financial and mathematical specific methods with JDBC-based functionality. Check the jdbc subpackage of every J2SE class for JavaDocs documentation.    * Web Application Example - A Java WAR file which contains a JSP example that makes use of the functionality provided by our J2SE Component.    * Synthetic JDBC - The JDBC functionality provided by the Web Application example included within this package. This Web Application is an example of how to make a JSP client using our J2SE Component while manually implementing the JDBC code. The JSP Application applies J2SE methods to certain rows from the database and lists the output in HTML format. </content>
</entry>
<entry>
<title>WebCab Probability and Statistics v3.6 (J2SE Edition)</title>
<link rel="alternate" type="text/html" href="http://cc.embarcadero.com/Item/25482" title="WebCab Probability and Statistics v3.6 (J2SE Edition)" />
<link rel="enclosure" type="application/zip" href="http://cc.embarcadero.com/Download.aspx?id=25482" title="WebCab Probability and Statistics v3.6 (J2SE Edition)" length="10339071" />
<author>
<name>Ben Fairfax</name>
</author>
<id>http://cc.embarcadero.com/Item/25482</id>
<updated>2008-03-24T15:51:25-07:00</updated>
<published>2008-03-24T15:51:25-07:00</published>
<summary>Component API containing Statistics, Discrete Probability, Standard Probability Distributions, Curve Fitting, Hypothesis Testing, and Correlation &amp;amp; Regression. </summary>
<content>This suite consists of six packages: Statistics, Discrete Probability, Standard Probability Distributions, Curve Fitting, Hypothesis Testing, and Correlation &amp;amp; Regression which offer the following functionality.Statistics ModuleThe Statistics module incorporates topic from data presentation (incl. standard, relative and cumulative frequency tables), Basic Statistics (incl. measure of centrality, dispersion and relative location), Grouped Data (incl. Sample Mean, Variance and Standard Deviation) and Quality Control(incl. R-Chart, S-Chart and Median Chart).Discrete Probability ModuleThe Discrete Probability module encapsulates the probabilistic study of finite set of events (i.e. discrete probability) and experiments with a finite number of outcomes (i.e. discrete random variables). Including: probability measures, union/intersection law, conditionals/complementary probability; cumulative distribution functions, mean/variance/expected return of Random Variable.Standard Probability Distributions ModuleThis module assists in the development of applications that incorporate the Binomial, Poisson, Normal, Lognormal, Pareto, Uniform, Hypergeometric, Weibull and Exponential probability distributions. The probability density function, cumulative distribution function and inverse, mean, variance, Skewness and Kurtosis are implemented where appropriate and/or their approximations for each distribution. We also offer methods which randomly generate numbers from a given distribution.Curve FittingAllows the fitting of linear and non-linear functions for a data set which may or may not exhibit measurement errors in accordance with the least squares approach. A general linear algorithm and the specialized Levenberg-Marquardt algorithm to handle the non-linear case are provided. We also include functionality which performs ANNOVA type analysis including goodness-of-fit measures such as the R-Squared measure and T-Test statistic.Confidence Intervals and Hypothesis Testing ModuleWithin this component we present two aspects of inferential statistics known as confidence intervals and hypothesis testing. Confidence intervals determine the level of confidence in pointwise statistics (e.g. mean, variance) of the sample in relation to the statistics for the entire population. With hypothesis testing the user can judge which of several hypotheses sampled evidence best supports.Correlation and Regression ModuleAllows the user to investigate relationships between two variables. These finding can be used to predict one variable from the given values of other variables. We cover linear (Spearman's, t-test, z-transform) and rank (Spearman's, Kendall's) correlation, linear regression and conditional means.Special FunctionsEvaluation of specialProduct DetailsThis suite offers the following functionality:Statistics Module    * Data Presentation          o Frequency Tables - Evaluate the Frequency table with respect to open left or open right boundary convention.          o Cumulative Frequency Tables - Evaluate the Cumulate Frequency from above or below with respect to the open left or open right boundary convention.          o Relative Frequency Tables - Evaluate the Normalized (or Relative) Frequency Table from above or below with respect to the open left or open right boundary convention.     * Measures of Centrality          o Arithmetic Mean - a measure of centrality for quantitative data.          o Median - the middle value when the observations have be ordered by magnitude          o Mode - the most frequently occurring observation.          o Weighted Average - the arithmetic average of a weighted set          o Geometric Mean - the nth root of the product of all n numerical observations.     * Measures of Dispersion          o Range - the difference between the largest and smallest observations.          o Inter-Quartile Range (IRQ) - a measure of dispersion which is not affected by extreme values.          o Mean Deviation - Evaluates the average difference between the mean of the observations.          o Sample Variance - The variance from the mean of a Sample of observations.          o Sample Standard Deviation - Square root of the Sample Variance which has the same units as the observations.          o Coefficient of Variation - Relative value of the Standard deviation with regard to the mean.          o Skewness - Measures the symmetry of the data set considered.          o Kurtosis - Measures of whether the data set is peaked or flat realtive to the normal distribution.          o Maximum - Finds the maximum of the data set.          o Minimum - Finds the minimum of the data set.     * Measures of Relative Location          o Percentile - The i-th percentile of a data set is the value such that at least i percent of the data set items are less than or equal to this value.          o z-Score - Evaluates the number of standard deviations of a given element of the data set is from the mean.          o Chebyshev's Theorem - Calculate the percentage of items that must be within a specified number of standard deviations from the mean.     * Grouped Data          o Sample Mean - Calculate the mean of a sample of grouped data.          o Sample Variance - Evaluate the variance of a sample of grouped data.          o Samples Standard Deviation - Evaluate the standard deviation of a sample of grouped data.     * Quality Control          o R-Chart - Calculate the control limits (RBAR, LCL, UCL) for the R-Chart.          o S-Chart - Calculate the control limits (SBAR, LCL, UCL) for the S-Chart.          o Median Chart - Calculate the control limits for the Median Chart. Discrete Probability Module    * Random Variables          o Set/Get Random Variable - Set (and get) a Random Variable to an internal tables of random variables.          o Associated Probability Distribution - Evaluation of the Probability Distribution associated to the Random Variable considered.          o Cumulative distribution function - of a Random Variable set or passed via parameters.          o Variance - the variance of a random variable from the internal table or passed via parameters.          o Expected value - the expected value of the random variable from the interval table or passed via parameters.     * Discrete Probability          o Set Probability Measure - Set (and get) the probability measure on a discrete set.          o Calculate Probability - Calculates the probability of a number of independent events.          o Union - Calculates the probability of one event occurring from two collections of events.          o Intersection - Calculates the probability of the intersection of two sets of events occurring.          o Conditional Probability - Evaluates the probability of an event assuming that another event takes place.          o Complementary Probability - Evaluate the probability of a set of events not taking place. Correlation and Regression Module    * Statistic quantities          o Mean - calculates the arithmetic mean.          o Sample variance - calculates the sample variance.     * Correlation coefficients          o Pearson's product moment correlation coefficient - the most widely used linear correlation coefficient for a data set.          o t-test, z-transform - provides an analytic framework to establishing a confidence level for Pearson's coefficient.          o Spearman's and Kendall's rank correlation coefficients - measure the association between two variables of an ordered data set.     * Regression line - using the method of least squares to determine the line of best fit.    * Confidence interval for the conditional mean - determines the confidence interval for the true regression line. Standard Probability Distributions Module    * Discrete Random Variables          o Binomial distribution - used to model an experiment which has two outcomes `successes' and `failures' of elements from a finite set.          o Poisson distribution - used to model instances such as the number of cars arriving at a petrol station over 1 hour.          o Poisson Approximation of the Binomial distribution - Approximation of the Binomial distribution used when the number of trial is large and the probability of is small.          o Hypergeometic Probability Distribution - closely related to the Binomial probability distribution.          o Normal Approximation of the Binomial Distribution - approximation of the Binomial Probability Distribution by the Normal Probability Distribution.     * Continuous Random Variables          o Normal distribution - Used in a broad range of applications include finance (asset price evolution,...), scientific measurement,...          o Log Normal distribution - Used for example when modeling investment returns and the distribution of insurance claim sizes.          o Pareto Distribution - Useful for cautiously modeling the distribution of large insurance claims.          o Uniform Distribution - Used to model situations where the probability is proportional to the length of the interval.          o Exponential Distribution - Can be used to describe situations such as the time between arrivals at a petrol station.          o Weibull Distribution - Used within the study of the reliability of precision engineering parts.     * Numerical Methods          o Extended Trapezoidal Rule - this method is implemented in order to evaluate the non-analytic probability density functions of the Normal and Lognormal distributions. Curve Fitting    * Linear Curve Fitting - Allows the fitting in accordance with the least square approach of linear functions to a data set which may or may not exhibit measurement errors.          o General Linear Algorithm - Fits all linear functions which can be provided by implementing our function interface or via the Linear Factor model function builder.          o Linear Factor Model function builder - Allows a linear function to be constructed by a iterative sequence of method calls.          o Analysis of Variance (ANOVA) - Residuals, SSE, MSE, SST, SSR, MSR, Standard Error, R-Squared, Adjusted R-Squared, F-test.          o Line With Error - Fits a straight line to a set of experimental data with(out) errors.          o Trend Line Polynomial - Static procedures for the fitting any polynomial function to a data set which may or may not exhibit errors.          o Analytic Fitting - Fits a power function, logarithm function or exponential function to a given data set.     * Non-Linear Curve Fitting - Allows the fitting of non-linear functions to given data set.          o Levenberg - Marquardt algorithm - Fits a non-linear function which is provided by either implementing our non-linear function interface or via our Non-Linear Factor model function builder.          o Non-Linear Factor Model Function Builder - Allows a non-linear function to be constructed by a iterative sequence of method calls.          o Analysis of Variance (ANOVA) - Residuals, SSE, MSE, SST, SSR, MSR, Standard Error, R-Squared. Hypothesis Testing Module    * Normal Confidence Interval - used when large samples with &amp;gt;30 elements are considered.          o Two-sided confidence interval for the mean, proportions, difference between means and difference between proportions.          o One-sided confidence interval for the mean, proportions and difference between means.          o Estimating the sample size for a given confidence of the mean.          o Estimating the sample size for a given confidence of the proportions.     * Student Confidence Interval - used when small samples with &amp;lt;=30 elements are considered.          o Two-sided confidence interval for the mean and the difference between means.          o One-sided confidence interval for the mean.     * Normal Hypothesis Testing - used when large samples with &amp;gt;30 elements are considered.          o Two-sided hypothesis testing for the mean, proportions, difference between means and difference between proportions.          o One-sided hypothesis testing for the mean, proportions, difference between means and difference between proportions.     * Student Hypothesis Testing - used when small samples with &amp;lt;=30 elements are considered.          o Two-sided hypothesis testing for the mean, proportions and the difference between means.          o One-sided confidence interval for the mean, proportions and difference between means. This product also contains the following features:    * GUI Bundle - we bundle a suite of graphical user interface JavaBean components allowing the developer to plug-in a wide range of GUI functionality (including charts/graphs) into their client applications.    * JDBC Mediator - A J2SE Component which mediates between a J2SE component, its J2SE Clients and the Database server. The JDBC Mediator J2SE classes are a convenient way of enhancing all financial and mathematical specific methods with JDBC-based functionality. Check the jdbc subpackage of every J2SE class for JavaDocs documentation.    * Web Application Example - A Java WAR file which contains a JSP example that makes use of the functionality provided by our J2SE Component.    * Synthetic JDBC - The JDBC functionality provided by the Web Application example included within this package. This Web Application is an example of how to make a JSP client using our J2SE Component while manually implementing the JDBC code. The JSP Application applies J2SE methods to certain rows from the database and lists the output in HTML format. </content>
</entry>
<entry>
<title>WebCab Portfolio v5.0 (J2SE Edition)</title>
<link rel="alternate" type="text/html" href="http://cc.embarcadero.com/Item/25481" title="WebCab Portfolio v5.0 (J2SE Edition)" />
<link rel="enclosure" type="application/zip" href="http://cc.embarcadero.com/Download.aspx?id=25481" title="WebCab Portfolio v5.0 (J2SE Edition)" length="7726920" />
<author>
<name>Ben Fairfax</name>
</author>
<id>http://cc.embarcadero.com/Item/25481</id>
<updated>2008-03-24T15:47:22-07:00</updated>
<published>2008-03-24T15:47:22-07:00</published>
<summary>Apply Markowitz Theory and Capital Asset Pricing Model (CAPM) to analyze and construct the optimal portfolio with/without asset weight constraints.</summary>
<content>Apply Markowitz Theory and Capital Asset Pricing Model (CAPM) to analyze and construct the optimal portfolio with/without asset weight constraints with respect to Markowitz Theory by giving the risk, return or investors utility function; or with respect to CAPM by given the risk, return or Market Portfolio weighting. Also includes Performance Evaluation, extensive auxiliary classes/methods including equation solve and interpolation procedures, analysis of Efficient Frontier, Market Portfolio and CML.Product DetailsThis suite includes the following features:    * Markowitz Model - Construct optimally diversified portfolios.          o Efficient Frontier - Construct the Efficient Frontier with or without constraints on the asset weights.          o Utility Function - Discover and set the investors utility function.          o Optimal Portfolio - Select the optimal portfolio or set of portfolios by providing the expected return desired, the maximum risk or the investors utility function.     * Capital Asset Pricing Model (CAPM) - Construct optimally diversified portfolios with can hold or borrow cash.          o Efficient Frontier - Construct the Efficient Frontier with or without constraints on the asset weights.          o Market Portfolio - Find the Market Portfolio which offer the greater expected return per unit of risk.          o Capital Market Line (CML) - Construct the CML with contains the optimal portfolio with respect to the CAPM.          o Selecting Optimal Portfolio - Select the optimal portfolio by given expected return, risk or the Market Portfolio weighting.          o Analysis of Optimal Portfolio - Evaluate the risk, expected return or Market Portfolio weighting of the optimal portfolio whenever one of these three properties is known.     * Auxiliary Classes          o Interpolation - Cubic spline and general polynomial interpolation procedures to assist in the study and manipulation of curves such as the Efficient Frontier which are evaluated at a finite number of points.          o SolveFrontier - Solve the Efficient Frontier with respect to the risk, return, or the investors utility function which may be given as a function of the risk or the expected return.          o TwoAssetPortfolio - Evaluate of the optimal weighting of a portfolio with two assets. This functionality can be used to analyze the effect of a single purchase or sale from an arbitrary portfolio          o AssetParameters - Evaluation of the covariance matrix, expected return, volatility, portfolio risk/variance, ARCH model for expected price.          o MaxRange - Evaluates the maximum range of the values of the expected return for which Efficient Frontier should be considered when the historical data set does is not consistent within the assumptions of Markowitz Theory and CAPM.          o Performance Evaluation - Offers a number of procedures for accessing the return and risk adjusted return (Treynors Measure, Sharpes Ratio). This product also contains the following features:    * GUI Bundle - we bundle a suite of graphical user interface JavaBean components allowing the developer to plug-in a wide range of GUI functionality (including charts/graphs) into their client applications.    * JDBC Mediator - A J2SE Component which mediates between a J2SE component, its J2SE Clients and the Database server. The JDBC Mediator J2SE classes are a convenient way of enhancing all financial and mathematical specific methods with JDBC-based functionality. Check the jdbc subpackage of every J2SE class for JavaDocs documentation.    * Web Application Example - A Java WAR file which contains a JSP example that makes use of the functionality provided by our J2SE Component.    * Synthetic JDBC - The JDBC functionality provided by the Web Application example included within this package. This Web Application is an example of how to make a JSP client using our J2SE Component while manually implementing the JDBC code. The JSP Application applies J2SE methods to certain rows from the database and lists the output in HTML format. </content>
</entry>
<entry>
<title>WebCab Optimization v2.6 (J2SE Edition)</title>
<link rel="alternate" type="text/html" href="http://cc.embarcadero.com/Item/25480" title="WebCab Optimization v2.6 (J2SE Edition)" />
<link rel="enclosure" type="application/zip" href="http://cc.embarcadero.com/Download.aspx?id=25480" title="WebCab Optimization v2.6 (J2SE Edition)" length="5653785" />
<author>
<name>Ben Fairfax</name>
</author>
<id>http://cc.embarcadero.com/Item/25480</id>
<updated>2008-03-24T15:43:53-07:00</updated>
<published>2008-03-24T15:43:53-07:00</published>
<summary>Solve uni and multi dimensional, local or global optimization problems which may or may not have linear constraints. Run installer input: &amp;quot;java -jar OptimizationJ2SEDemo&amp;quot;</summary>
<content>DescriptionRefined procedures for solving and performing sensitivity analysis on uni and multi dimensional, local or global optimization problems which may or may not have linear constraints. Specialized Linear programming algorithms based on the Simplex Algorithm and duality are included along with a framework for sensitivity analysis w.r.t. boundaries (duality, or direct approach), or object function coefficients.Product DetailsThis suite includes the following features:    * Local unidimensional optimization - finds global minima / maxima for continuous functions in one dimension          o Fast `low level' algorithms - use these algorithms when your primary concern is the speed and not the accuracy of the results. You will have to chose one bracketing algorithm and one locate algorithm (note, they are useful only in pairs). Also you will have to manually provide a lot of parameters (tolerance, maximum cycles etc) which can dramatically change the algorithm performance                + Bracketing algorithms - these methods find an interval where at least one extrema of a continuous function exists                      # Acceleration bracketing - this method can be used with any continuous functions                      # Parabolic extrapolation bracketing - gives better results than acceleration bracketing for a large class of functions (functions that are locally parabolic about the extrema)                      # Acceleration bracketing for derivable functions - requires derivatives to be known; it's slower than the general acceleration algorithm but also safer                 + Locate algorithms - these methods converge to the extrema if the extrema is bracketed and the function under consideration is continuous                      # Parabolic interpolation locate - very fast algorithm but with moderate accuracy                      # Linear locate - slow algorithm but exhibits stable convergence                      # Brent locate - medium speed with good accuracy. With a good balance of speed and accuracy, this algorithm is very efficient to use                      # Cubic interpolation locate - very fast algorithm with reasonable accuracy; requires the derivatives to be known                      # Brent method for derivable functions - medium speed and good accuracy but requires derivatives to be known           o Accurate `high level' algorithms - these algorithms are easy to use and offer high accuracy but are also very slow compared with the `low 'level' algorithms above (1,000 to 10,000 times slower). Use these algorithms when you need reliable results. The probability for a `high level' algorithm to make a mistake is much less than that of `low level' algorithms.                + Method for continuous functions                + Method for derivable functions     * Global unidimensional optimization - finds global minima / maxima.          o Methods for continuous functions          o Methods for derivable functions     * Unconstrained local multidimensional optimization          o Methods for general functions - these algorithms do not require continuous functions                + Downhill simplex method of Nelder and Mead - minimizes the function over a sequence of equal volume simplexes           o Methods for continuous functions - these algorithms require the function to be continuous                + Conjugate direction algorithms - this algorithm searches by iterating along conjugate paths                      # Powell's method - an implementation of the conjugate direction algorithm           o Methods for derivable functions - these algorithms require the gradient of the function to be known                + Steepest descent - a classical method with poor results, this method should mainly be used for testing purposes                + Conjugate gradient algorithms - speed and accuracy highly dependent on the particular function, these methods can be deceived by `valleys' in the N-dimensional space                      # Fletcher-Reeves - an implementation of the conjugate gradient method                      # Polak-Riviere - an implementation of the conjugate gradient method                 + Variable metric algorithms/Quasi-Newton algorithms - slow speed; good results on a large class of continuous functions. The basic idea is to find the sequence of matrices which converges to the inverse Hessian of the function.                      # Fletcher-Powell - an implementation of the variable metric algorithm                      # Broyden-Fletcher-Goldfarb-Shanno - an implementation of the variable metric algorithm     * Unconstrained global multidimensional optimization          o Simulated annealing - a technique that has attracted significant attention as suitable for optimizing problems of large scale, especially ones where a desired global extremum is hidden among many poorer, local extrema     * Constrained optimization for derivable functions with linear constraints          o Rosen's gradient projection algorithm - uses the Kuhn-Tucker conditions as a termination criteria.     * Linear programming - here the functions are linear and the constraints are linear          o Simplex algorithm - Kuenzi, Tszchach and Zehnder implementation of the simplex algorithm for linear programming          o Duality - Construct and solve the dual problem for a given primal linear programming problem.          o Sensitivity Analysis - Study how the location and value of the extremum varies under perturbations of the object function and parallel shifts of the linear constraints. Sensitivity analysis of the boundaries can very efficient be carried out with the application a duality techniques.     * Sensitivity Analysis - Stability of the value and location of the extremum          o General Framework - Perform sensitivity analysis on any optimization problem/algorithm combination.          o Flexibility - Perform sensitivity analysis on the object function, constraints and/or algorithm. This product also contains the following feature:    * GUI Bundle - we bundle a suite of graphical user interface JavaBean components allowing the developer to plug-in a wide range of GUI functionality (including charts/graphs) into their client applications. </content>
</entry>
<entry>
<title>WebCab Functions v2.0 (J2SE Edition)</title>
<link rel="alternate" type="text/html" href="http://cc.embarcadero.com/Item/25479" title="WebCab Functions v2.0 (J2SE Edition)" />
<link rel="enclosure" type="application/zip" href="http://cc.embarcadero.com/Download.aspx?id=25479" title="WebCab Functions v2.0 (J2SE Edition)" length="5519205" />
<author>
<name>Ben Fairfax</name>
</author>
<id>http://cc.embarcadero.com/Item/25479</id>
<updated>2008-03-24T15:38:48-07:00</updated>
<published>2008-03-24T15:38:48-07:00</published>
<summary>We offer refined numerical procedures to either construct a function of one or two variables from a set of points (i.e. interpolate), or solve an equation of one variable. </summary>
<content>DescriptionWe offer refined numerical procedures to either construct a function of one or two variables from a set of points (i.e. interpolate), or solve an equation of one variable. The interpolation procedures provided include Newton polynomials, Lagrange's formula, Burlisch-Stoer algorithm, Cubic splines (natural and free), Bicubic interpolation and procedures for find the interpolation functions coefficients. In order to solve an equation we provide the Van Wijngaarden-Dekker-Brent algorithm, interval bisection method, secant and false position, Newton-Raphson method and Ridders' method.Product DetailsThis suite includes the following features:Interpolation Module    * Polynomial Interpolation and extrapolation          o Lagrange's formula - for interpolating a function known at N points with a polynomial of degree N-1          o Burlisch-Stoer algorithm - interpolates functions using rational functions, this method gives error estimates          o Cubic Splines - we give algorithms for natural and clamped cubic splines          o Sorting - efficient techniques are used for finding tabulated values     * Coefficients of an Interpolating Polynomial          o Matrix method - this method relies upon diagonalizing a matrix (or solving a system of equations), and is of the order N squared          o Zero method - by evaluating the interpolating polynomial at particular values we deduce the coefficients, this method is of the order N cubed     * Interpolation and extrapolation in two or more dimensions          o Grid - functions can be interpolated on an n-dimensional grid          o Bilinear interpolation - we consider a multidimensional interpolation by breaking the problem into successive one dimensional interpolations          o Accuracy - the use of higher order polynomials to obtain increased accuracy          o Smoothness - the use of higher order polynomials to enforce smoothness on some of the derivatives          o Bicubic interpolation - finds an interpolating function with a specified derivatives and cross derivatives which vary smoothly at the grid points          o Bicubic spline - a special case of Bicubic interpolation involving the use of successive one-dimensional splines Equation Solver Module    * Interval Bisection Method - A robust method that always finds a solution or a singularity inside a bracketed interval.    * Secant Method - Generally this procedure converges and is much faster than the interval bisection method.    * Brent's Algorithm - The method of choice to find a bracketed root of a one dimensional equation when you cannot easily compute the function's derivative.    * Ridders' Method - Concise and almost as reliable as Brent's Algorithm for finding a bracketed root of an equation.    * Method of Regula Falsi - This procedure uses a slight alteration on the secant method to ensure convergence. The procedure is generally faster than the interval bisection method and slightly slower than the secant method.    * Newton-Raphson Method - Given a first approximation to a root and the differential of the function this procedure will always produce a solution. We implement this procedure for polynomial functions of one variable.    * Fail-Safe Newton-Raphson Method - This method combines the Newton-Raphson method and the Interval Bisection Method in order to produce very stable and fast convergence. Given a first approximation to a root and the differential of the function this procedure will always produce a solution. This product also contains the following features:    * GUI Bundle - we bundle a suite of graphical user interface JavaBean components allowing the developer to plug-in a wide range of GUI functionality (including charts/graphs) into their client applications.    * JDBC Mediator - A J2SE Component which mediates between a J2SE component, its J2SE Clients and the Database server. The JDBC Mediator J2SE classes are a convenient way of enhancing all financial and mathematical specific methods with JDBC-based functionality. Check the jdbc subpackage of every J2SE class for JavaDocs documentation.    * Web Application Example - A Java WAR file which contains a JSP example that makes use of the functionality provided by our J2SE Component.    * Synthetic JDBC - The JDBC functionality provided by the Web Application example included within this package. This Web Application is an example of how to make a JSP client using our J2SE Component while manually implementing the JDBC code. The JSP Application applies J2SE methods to certain rows from the database and lists the output in HTML format. </content>
</entry>
<entry>
<title>WebCab Bonds v2.01 (J2SE Edition)</title>
<link rel="alternate" type="text/html" href="http://cc.embarcadero.com/Item/25478" title="WebCab Bonds v2.01 (J2SE Edition)" />
<link rel="enclosure" type="application/zip" href="http://cc.embarcadero.com/Download.aspx?id=25478" title="WebCab Bonds v2.01 (J2SE Edition)" length="10094036" />
<author>
<name>Ben Fairfax</name>
</author>
<id>http://cc.embarcadero.com/Item/25478</id>
<updated>2008-03-24T15:34:59-07:00</updated>
<published>2008-03-24T15:34:59-07:00</published>
<summary>Treasury Price/Yield, Zero Curve analyrtics and general Fixed Interest derivatives pricing framework. Run installer input: &amp;quot;java -jar BondsJ2SEDemo&amp;quot;</summary>
<content>General Interest derivatives pricing framework: set contract, set vol/price/interest models and run MC. We also cover: Treasury's, Price/Yield, Zero Curve, Fixed-Interest bonds, Forward rates/FRAs, Duration and Convexity.Product DetailsWebCab Bonds implements the following functionality:General Interest Derivatives Pricing FrameworkGeneral Pricing Framework offers the following predefined Models and Contracts:    * Contracts: Asian Option, Binary Option, Cap, Coupon Bond, Floor, Forward Start stock option, Lookback Option, Ladder Option, Vanilla Swap, Vanilla Stock Option, Zero Coupon Bond, Barrier Option, Parisian Option, Parasian Option, Forward and Future.    * Interest Rate Models: Constant Spot Rate, Constant (in time) Yield curve, One factor stochastic models (Vasicek, Black-Derman-Toy (BDT), Ho &amp;amp; Lee, Hull and White), Two factor stochastic models (Breman &amp;amp; Schwartz, Fong &amp;amp; Vasicek, Longstaff &amp;amp; Schwartz), Cox-Ingersoll-Ross Equilibrium model, Spot rate model with automatic yield (Ho &amp;amp; Lee, Hull &amp;amp; White), Heath-Jarrow-Morton forward rate model, Brace-Gatarek-Musiela (BGM) LIBOR market model.    * Price Models: Constant price model, General deterministic price model, Lognormal price model, Poisson price model.    * Volatility Models: Constant Volatility Models, General Deterministic Volatility model, Hull &amp;amp; White Stochastic model of the Variance, Hoston Stochastic Volatility model. Once the contract and the price/interest/vol model combination has been set you able to run the Monte Carlo Pricing Engine which allows:    * Evaluate Price: Evaluate price estimate accordance to number of iterations or maximum expected error    * Estimate Error: Evaluate the standard deviation of the price estimate, and the minimum/maximum expected price for a given confidence level. Fundamental Theory of Bonds    * Price and Yield          o Pricing - Discounted cash flows model in accordance with the risk free interest rate. We include an implementation of the pricing market convention as offered within Excel's PRICE function and the DEC page of a Bloomberg Terminal.          o Yield to Maturity (YTM) - the YTM (also known as the Internal rate of Return (IRR) can be evaluated for any bond where the market price and the coupon payments until maturity are known. We include an implementation of the YTM market convention as offered within Excel's YIELD function and used within Bloomberg Terminals.          o Treasury Price - evaluate the price of a Treasury bond from the Treasury zero rates.          o Bond Yield - returns the yield of a Treasury bond when the price and coupons are known.          o Par Yield - we provide methods for calculating the Par Yield where the number of yearly payments and the annuity may vary.     * Constructing the Zero Rate Curve - using the technique known as bootstrapping and linear interpolation we our able to construct the zero rate curve.    * Forward Rates and FRAs          o Evaluation of Forward Rates - the forward rate for a given period can be evaluated from the zero rates at the start and end of that period.          o Forward Rate Agreements (FRAs) - we provide a method which shows to value of a FRA and the cash flows when the contract is settled.     * Duration and Convexity          o Duration - the Duration of a bond, bond portfolio, interest rate future and the rescaling of Duration according to different interest compounding conventions.          o Duration based hedging - Duration-Hedge Ratio, Convexity and its use in hedging interest rate risk. Yield of Fixed-Interest Bonds on Interest payment dates    * Simple Yield to Maturity - As used in Japanese bond markets to calculate the yield to maturity (simple yield to maturity) rather than the usual compound interest method (redemption yield).    * Gross Redemption Yield - For an interest payment date the gross redemption yield is given. We follow the convention in the US and UK to calculate and express redemption yield as a yield per annum, convertible half-yearly.    * Net Redemption Yield - The gross redemption yield on an interest payment date taking into account the investors income tax position.    * Holding period return - The yield over the period the stock was held by the investor according to US and UK interest payment conventions.    * Rate of Payments - Knowing the series of payments of one per interval payable in arrears for a number of intervals.    * Series of Payments - Knowing the rate of interest per interval and the number of intervals. In implementing the above procedures it has often be necessary to find solutions of polynomial equations. In order to find these solutions we have used the following techniques:    * Interval Bisection Method - A robust method that always finds a solution or a singularity inside a bracketed interval.    * Newton-Raphson Method - Given a first approximation to a root and the differential of the function this procedure will always produce a solution. We implement this procedure for polynomial functions of one variable. Interest Calculations    * Exponents and Series - Law of Exponents, Arithmetic Progression, Finite/Infinite Geometric Series    * Simple interest - a deposits value, Real worth, Real return    * Compound interest - Accumulated values, Real worth, Real return, Depreciation    * Effective and nominal interest - Real return, Force of interest    * Accumulated values of annuity-certain - Accumulated annuity certain in arrears, Accumulated annuity certain in advance    * Present values    * Present value of annuity-certain    * Yield - Internal rate, Real and nominal    * Real returns - Bonds, Rate of return Technology AspectsThis product also contains the following features:    * GUI Bundle - we bundle a suite of graphical user interface JavaBean components allowing the developer to plug-in a wide range of GUI functionality (including charts/graphs) into their client applications.    * JDBC Mediator - A J2SE Component which mediates between a J2SE component, its J2SE Clients and the Database server. The JDBC Mediator J2SE classes are a convenient way of enhancing all financial and mathematical specific methods with JDBC-based functionality. Check the jdbc subpackage of every J2SE class for JavaDocs documentation.    * Web Application Example - A Java WAR file which contains a JSP example that makes use of the functionality provided by our J2SE Component.    * Synthetic JDBC - The JDBC functionality provided by the Web Application example included within this package. This Web Application is an example of how to make a JSP client using our J2SE Component while manually implementing the JDBC code. The JSP Application applies J2SE methods to certain rows from the database and lists the output in HTML format. </content>
</entry>
<entry>
<title>WebCab Options and Futures v3.1 (J2SE Edition)</title>
<link rel="alternate" type="text/html" href="http://cc.embarcadero.com/Item/25477" title="WebCab Options and Futures v3.1 (J2SE Edition)" />
<link rel="enclosure" type="application/zip" href="http://cc.embarcadero.com/Download.aspx?id=25477" title="WebCab Options and Futures v3.1 (J2SE Edition)" length="11726744" />
<author>
<name>Ben Fairfax</name>
</author>
<id>http://cc.embarcadero.com/Item/25477</id>
<updated>2008-03-24T15:27:22-07:00</updated>
<published>2008-03-24T15:27:22-07:00</published>
<summary>Price a broad range of option and futures contracts using price/vol/interest rate models for Analytic, Monte Carlo and FD. Install input: &amp;quot;java -jar OptionsJ2SEDemo&amp;quot;.</summary>
<content>Price a broad range of option and futures contracts using a range of price/vol/interest rate models. Includes in addition to the general pricing framework a detailed Black-Scholes-Merton Model API (including Greeks and implied volatility) for European, Asian, American, Lookback, Bermuda and Binary Options using Analytic, Monte Carlo and Finite Difference techniques. We also offer a flexible implementation of a binomial and trinomial trees based pricing engine for the evaluation of employee options in accordance within the Enhanced FASB 123 model and a module allowing the evaluation of the Value-at-Risk (VaR) of an investment portfolio in accordance with the Linear model.Product DetailsWebCab Options and Future implements the following functionality:General Equity Derivatives Pricing FrameworkGeneral Pricing Framework offers the following predefined Models and Contracts:    * Contracts: Asian Option, Binary Option, Cap, Coupon Bond, Floor, Forward Start stock option, Lookback Option, Ladder Option, Vanilla Swap, Vanilla Stock Option, Zero Coupon Bond, Barrier Option, Parisian Option, Parasian Option, Forward and Future.    * Interest Rate Models: Constant Spot Rate, Constant (in time) Yield curve, One factor stochastic models (Vasicek, Black-Derman-Toty (BDT), Ho &amp;amp;Lee, Hull and White), Two factor stochastic models (Breman &amp;amp;Schwartz, Fong &amp;amp;Vasicek, Longstaff &amp;amp;Schwartz), Cox-Ingersoll-Ross Equilibrium model, Spot rate model with automatic yield (Ho &amp;amp;Lee, Hull &amp;amp;White), Heath-Jarrow-Morton forward rate model, Brace-Gatarek-Musiela (BGM) LIBOR market model.    * Price Models: Constant price model, General deterministic price model, Lognormal price model, Poisson price model.    * Volatility Models: Constant Volatility Models, General Deterministic Volatility model, Hull &amp;amp;White Stochastic model of the Variance, Hoston Stochastic Volatility model. Once the contract and the price/interest/vol model combination has been set you able to run the Monte Carlo Pricing Engine which allows:    * Evaluate Price: Evaluate price estimate accordance to number of iterations or maximum expected error    * Estimate Error: Evaluate the standard deviation of the price estimate, and the minimum/maximum expected price for a given confidence level.    * Get Intermediate Results: Read off the intermediate results which where found during each of the Monte Carlo simulations. Exotic Options ModuleThe Exotic Options module implements the following functionality:    * Types of Options - Within this module we show explicitly how-to and offer practical advice on the valuation of Asian, American (single and multi-asset), Lookback, Bermuda, European (single and multi asset) and binary options using the Monte Carlo and Finite Difference techniques.    * Finite Difference Methods - powerful method for finding solutions of the Black-Scholes Equations.          o Single Asset Options - We provide an explicit and fully implicit algorithms including a framework in which to measure stability issues under differing scenarios.          o Crank-Nicholson - is a fast and stable method for evaluating single asset option contracts.          o Multi-Asset - Implement a general multidimensional finite-difference algorithm.          o American, Bermuda Options Modification - we apply the Successive Over-relaxation technique in order to value American and Bermuda options.          o Asian and Lookback - examples of how strongly path dependent options can be evaluated using Finite Difference methods is given.          o Greeks of Exotic Options - Evaluation of the Greeks (i.e. Delta, Gamma, Theta, Vega and Rho) of Asian, Lookback and Binary (aka digital) Options using a finite differencing approach.          o Implied Volatility - Evaluate the implied volatility of a number of Exotic options including American, Asian, Lookback and Binary in accordance with the Black-Scholes model.     * Monte Carlo - can be effectively applied to value a large range of option contracts.          o Flow implementation - including generation of normal variables and the simulation of the random walk and corresponding cash flows ensures that our implementation of this technique can be applied to value almost any option contract.          o Options on many underlying assets - Generate correlation random variable using Cholesky factorization in order to value options contract of European type which depend on many underlying assets.          o Control Structure - the user has full control over the number of simulations and/or the required precision. Trees ModuleThe Trees module implements the following functionality:    * Employee Options - A binomial and trinomial trees based pricing engine for the evaluation of employee options in accordance within the Enhanced FASB 123 model as detailed within the paper, 'How to value Employee Stock Options', by John Hull and Alan White (September 2002).    * Volatility models - Constant volatility model, and determinist volatility models provided by using interpolation points or user define function of time.    * Interest Rate Models - Constant interest rate model or Yield Curve Model deduced from bond prices, forward rates, zero rates, forward rate curve can be used. Options ModuleThe Options module offers the following functionality:    * European and Binary Options - The (Analytic) Black-Scholes model is fully implemented for European and Binary Options on stocks, currencies and indexes. We also include the Black-76 model for the evaluation of options on futures contracts.    * The Greeks - We offer methods for the evaluation of the Greeks (delta, gamma, rho, theta, vega) for European options on stocks, indexes and currencies according to the Black-Scholes model.    * Volatility Estimates - the volatility may to estimated directly from historical values or from one of the following models:          o ARCH - Autoregressive Conditional Heteroscedasticity model.          o EWMA - Exponentially Weighted Moving Average model.          o GARCH(1,1) - Generalized Autoregressive Heteroscedasticity model.     * Implied Volatility - Calculates the implied volatility for dividend and non-dividend paying stocks from the Black-Scholes formulae.    * Black-Scholes Price evolution - Evaluation of the expected future price, expected future variance, future price range probability, and probability of future price range in accordance with the Black-Scholes model.          o Expected Future Price - Evaluation of the expected future price.          o Expected future variance - Evaluation of the expected future variance.          o Future Price Range Probability - The probability that an asset lies within a given future price range.          o Probability of Future Price Range - The probability that an asset will lie within a given future price range.          o Estimate Expected Return - Line regression approach applied to an historical price series.     * Payoff Functions - Pay off functions at expiry for European and Binary Options are implemented.    * Put - Call Parity relations          o Put - call parity relations for European options on an asset with no yield or a continuous yield.          o Put - call parity relations for Binary options on an asset with no yield.          o Implied risk-free interest - the implied risk free interest rate is calculated when either the prices of put/call European or put/pull Binary option is known.     * Trading Strategies - the following pay-off functions for the following option trading strategies are implemented.          o Spread Option Strategies - Bull Spreads, Bear Spreads and Butterfly Spreads.          o Combination Option Strategies - Straddles and Strangles. VaR ModuleThe VaR module offers the following functionality:    * Evaluation of VaR using the Linear Model - the VaR of a portfolio to be evaluated by direct methods.          o Linear Model - Evaluation of the VaR of Portfolios with one, two or many assets.          o Periods or Dates - The period over which VaR is evaluated can be given in terms of periods or by using a start and end date with respect to a selected or user defined calendar.          o Utility Functions - Evaluation of the volatility and asset weights of a portfolio.     * Asset Parameter Evaluation - Estimation of the volatility, expected return and covariance matrix of a portfolio. Futures ModuleThe Futures module implements the following methods and procedures:    * Pricing on investment and consumption assets - Pricing of futures contracts on stocks, bonds, indexes, currencies and commodities.          o Futures on stocks, bonds, indexes - evaluation for assets with or without income, effective gearing.          o Futures on commodities - cost of carry, utility yield.     * Hedging - Portfolio hedging using index futures, optimal hedge ratio.          o Portfolio Hedging - delta hedge a portfolio using the beta coefficient.          o Optimal Hedge Ratio - the optimal ratio of the size of the position taken in futures contracts and the size of the exposure.          o Beta Estimation - Estimation of a portfolio's beta in accordance with the Capital Asset Pricing Model (CAPM).     * Future Account management - margin, daily P&amp;amp;L, total equity, excess margin.    * Interest calculations - return, compound interest, compounding periods conversion. The Risk Management functionality included within this Component:    * Delta Limit Monitoring - For a portfolio (which may include Futures, Options, etc) the delta limit can be assigned and checked.    * Scenario Analysis - Allows for an asset or portfolio to be stressed and for the resulting behavior to be analyzed. We offer methods which stress the asset in any one or two of the underlying market variables. Technology AspectsThis product also contains the following features:    * GUI Bundle - we bundle a suite of graphical user interface JavaBean components allowing the developer to plug-in a wide range of GUI functionality (including charts/graphs) into their client applications.    * JDBC Mediator - A J2SE Component which mediates between a J2SE component, its J2SE Clients and the Database server. The JDBC Mediator J2SE classes are a convenient way of enhancing all financial and mathematical specific methods with JDBC-based functionality. Check the jdbc subpackage of every J2SE class for JavaDocs documentation.    * Web Application Example - A Java WAR file which contains a JSP example that makes use of the functionality provided by our J2SE Component.    * Synthetic JDBC - The JDBC functionality provided by the Web Application example included within this package. This Web Application is an example of how to make a JSP client using our J2SE Component while manually implementing the JDBC code. The JSP Application applies J2SE methods to certain rows from the database and lists the output in HTML format. </content>
</entry>
<entry>
<title>combit List &amp;amp; Label</title>
<link rel="alternate" type="text/html" href="http://cc.embarcadero.com/Item/25446" title="combit List &amp;amp; Label" />
<link rel="enclosure" type="application/zip" href="http://cc.embarcadero.com/Download.aspx?id=25446" title="combit List &amp;amp; Label" length="111696044" />
<author>
<name>Jochen Bartlau</name>
</author>
<id>http://cc.embarcadero.com/Item/25446</id>
<updated>2008-03-12T04:16:23-07:00</updated>
<published>2008-03-12T04:16:23-07:00</published>
<summary>Professional report generator + Classic print and extensive export functions + Reports, lists, charts, forms, labels, mail merges and more + Web Reporting + High performance royalty free Designer</summary>
<content>Everything You Need for Professional Reporting----------------------------------------------With List &amp;amp; Label you have nearly unlimited possibilities to equip your application with professional reporting capabilities - even possible via email and the Internet/intranet.The integrated List &amp;amp; Label Designer provides you and your end-users with a complete layout facility. It's an exceptional tool for creating reports, lists, forms and labels. You design everything visually. It doesn't matter whether you integrate the Designer in your application and redistribute it or not. It's royalty free!Distinguish your application from the rest with List &amp;amp; Label's powerful functions for producing reports, charts, lists, forms and labels. You can choose whether to integrate List &amp;amp; Label quickly or with complete flexibility. Quickly using VCL/.NET data binding and a few mouse-clicks plus a single line of program code, or with complete flexibility in just a few lines of code.With the options: DLL, OCX, VCL, .NET Assembly and JNI interface you can use List &amp;amp; Label under almost any Windows development environment.Detailed information on our component can be found online on our Web site: http://www.combit.net/go?578Free Trial Version------------------The DVD contains a free 30 day trial version to fully test and evaluate List &amp;amp; Label.IMPORTANT: You will find the JBuilder programming example in the start menu of your List &amp;amp; Label Trial installation. Please refer to the provided PDF documentation for further details.</content>
</entry>
<entry>
<title>RapidSpell Web Java</title>
<link rel="alternate" type="text/html" href="http://cc.embarcadero.com/Item/25431" title="RapidSpell Web Java" />
<link rel="enclosure" type="application/zip" href="http://cc.embarcadero.com/Download.aspx?id=25431" title="RapidSpell Web Java" length="7202032" />
<author>
<name>Dan Wright</name>
</author>
<id>http://cc.embarcadero.com/Item/25431</id>
<updated>2008-02-24T00:06:26-08:00</updated>
<published>2008-02-24T00:06:26-08:00</published>
<summary>Add spell checker functionality and value into Web applications with a couple of lines of JSP code.</summary>
<content>Add spell checker functionality and value into Web applications with a couple of lines of JSP code. RapidSpell Web provides JSP developers and designers with a cross browser (and multi client platform) web Tag that requires no client installation, no special security settings and as much programmatic flexibility as you want. Written for JSP1.1 up, RapidSpell Web uses combined and separate customizable 140,000 word U.S. &amp;amp; U.K. dictionaries (and user dictionary), fast (no post back) interface and a powerful suggestion engine. Australian and Canadian dictionaries are available freely on request. Non English dictionaries are also available.General DetailsAll the features of a regular Windows spell checker -   The UI provides all the usual features, add (to user dictionary), change, change all, ignore, ignore all, undo, and smart suggestions. The user dictionary is stored on the server and can be unique per user, or shared amongst groups. The spell checker UI features a preview pane to interactively highlight spelling and duplication errors (with no post back), and accepts manual corrections.Easy to add spelling to any Java web application/site -   RapidSpell Web provides a spelling component to add spell check functionality to your web applications, by simply adding the JSP Tag to a jsp page - Servlets are also supported with included JavaBeans. There are no programming skills required to use RapidSpell Web, making it accessible to JSP page designers aswell as Java programmers.Comprehensive text box support (plain, rich, custom) -   It interactively checks any HTML text box component such as &amp;lt;textarea&amp;gt; and &amp;lt;input type='text'&amp;gt; and 3rd Party text components such as HtmlArea and FCKEditor.Custom dictionaries -   Supports customizable main dictionaries (through Dict Manager tool) and user dictionaries (either one dictionary for all users or separate user dictionaries) located on the server.Open API, for customization and non GUI usage -    The open API allows customizations to be made to behavior, eg;    * User dictionary behavior - eg. change the way the user dictionary is persisted (databases)    * Parser behavior - eg. use UI as an offensive language checker    * Customizable lookup/suggestions methodsThe included non GUI component provides core spell checker functionality through the RapidSpellChecker class, which means it is suitable for server applications as well as any console application. It has been clocked at 50,000 words/sec on a standard 1GHz PC (100k+ on average server hardware).Free updates and support -    Free minor version updates (eg. 2.8 to 2.9) are included with a purchased license, as is email technical support.Section 508 CompliantSection 508 compliant and conforms to W3C AA.Technical:Minimum base browser requirements -   RapidSpell Web works in Internet Explorer, Firefox, Netscape, Opera and Safari. It uses only HTML and Javascript, this means there are no special requirements, plugins, or long downloads, as with some spell check server components.Flexibility -   It is easy to use RapidSpell Web as a Tag in a jsp page or programmatically in inline-code/servlets, either way full customisation of style, layout and properties is possible. Using a simple HTML template mechanism it is also possible to layout the spell checker as you wish, including branding.No post-back interface -   All dictionaries (main and user's) are stored on the server, yet the user's spell checking experience is not hampered by any post-backs to the server, because there are none. User dictionaries can be stored on a database (examples provided).Popup or in page spell checking modes -   RapidSpell Web functions in one of two modes, 'popup' - which open's a small console window with the spell checker in it or in 'separate' - which loads the spell checker in the main window on a separate page, there are no restrictions with either of these modes.2 suggestions algorithms -   Two powerful suggestions engines can be used to find good suggestions for words, including an exclusive 'sounds-like' algorithm.Sessionless - high performance -   Works without session variables, making it possible to use RapidSpell Web with server clusters/farms. The single request architecture keeps server load down, and is possible through our high performance suggestions algorithm.Broad compatibility -   RapidSpell Web was designed to JDK 1.2.2+ specification and supports legacy browsers, Internet Explorer 5+, Netscape 6+, Firefox 1, Opera, and Safari on the PC and Mac.RapidSpell Web is expected to work with all J2EE servers, it has been tested in, and works correctly with;    * BEA WebLogic Server    * IBM WebSphere    * Sun ONE Application Server    * Jakarta Tomcat</content>
</entry>
<entry>
<title>NTPort Library</title>
<link rel="alternate" type="text/html" href="http://cc.embarcadero.com/Item/25430" title="NTPort Library" />
<link rel="enclosure" type="application/zip" href="http://cc.embarcadero.com/Download.aspx?id=25430" title="NTPort Library" length="743983" />
<author>
<name>Hai Li</name>
</author>
<id>http://cc.embarcadero.com/Item/25430</id>
<updated>2008-02-23T06:43:48-08:00</updated>
<published>2008-02-23T06:43:48-08:00</published>
<summary>NTPort Library enables your Win32 application to real-time direct access to PC I/O ports.</summary>
<content>NTPort Library enables your Win32 application to real-time direct access to PC I/O ports without using the Windows Drivers Development Kit(DDK) - NTPort Library provides support for Windows 95/98/ME and Windows NT/2000/XP/Server 2003/Vista (x86 and x64). NTPort Library is easy to use. Under Windows NT, NTPort Library driver can be load and unload dynamically, so you need not any configuration. NTPort Library is also an ideal replacement of old BASIC INP or OUT statement. The tool also supports getting the base address of LPT ports.</content>
</entry>
<entry>
<title>RapidSpell Desktop Java</title>
<link rel="alternate" type="text/html" href="http://cc.embarcadero.com/Item/25429" title="RapidSpell Desktop Java" />
<link rel="enclosure" type="application/zip" href="http://cc.embarcadero.com/Download.aspx?id=25429" title="RapidSpell Desktop Java" length="4032960" />
<author>
<name>Dan Wright</name>
</author>
<id>http://cc.embarcadero.com/Item/25429</id>
<updated>2008-02-22T10:54:27-08:00</updated>
<published>2008-02-22T10:54:27-08:00</published>
<summary>Add dialog and as-you-type spell checking to any GUI/nonGUI textual Java application (email, word processor etc) with a couple of lines of code.</summary>
<content>Add dialog and as-you-type spell checking to any GUI/nonGUI textual Java application (email, word processor etc) with a couple of lines of code. Can also be used on servers to provide spell checking functionality. A clean API and no native code mean a rapid and simple implementation task. Uses, combined or separate customisable 140,000 word U.S. &amp;amp; U.K. dictionaries (and user dictionary), multi-threaded GUI and a powerful suggestion engine. Australian and Canadian English dictionaries are included.Details    RapidSpell provides 3 Swing Beans to add checking functionality to your Swing GUI or non GUI (eg; console/server) applications.The RapidSpellGUI Bean provides all the usual features, add, change, change all, ignore, ignore all, and smart suggestions. It interactively checks ANY JTextComponent derived component such as JEditorPane, JTextPane, JTextArea and JTextField&amp;lt; - checks selections, whole documents with wrap at end, highlights errors, accepts manual corrections, allows user to edit main document during spell check and also supports a user dictionary.The RapidSpellAsYouType Bean provides as-you-type checking with full in-document highlighting in any JTextComponent derived component. RapidSpellAsYouType highlights errors as they are typed/pasted/edited, providing suggestions in a right-click context menu.The nonGUI Bean provides core spell checker functionality suitable for deep integration, user interface rewrites or console applications. It has been clocked at 50,000 words/sec on a basic 1GHz PC. The main dictionary may be customized or created from scratch with our free Dict Manager tool.    RapidSpell has built-in multi-lingual support, offering the GUI in several languages.Technical    Written to JDK1.2.2 specification, will work with future versions. The API was carefully designed to provide for easy customisation of the GUI by simply extending its class and overriding the design method (an example of this is included). The GUI is 99% customisable, taking your look &amp;amp; feel with out constraint, supporting your icons etc.The Beans are loadable into any IDE or RAD tool that supports JavaBeans.The non GUI Bean provides core functionality and ease of use - you pass the text you want checked and then iterate through each misspelt word finding suggestions and correcting as you go. You have access to the corrected text at any time.Improvements in v2.2    * Improved speed related bug with certain JDK versions    * RapidSpellGUIDialog class added, extends JDialog instead of JFrame like RapidSpellGUI    * New memory optimization properties added    * Improved as you type performance in large documents    * It is now possible to customize the popup suggestions menu, and to control underline painting    * Improved suggestions for short (2 or 3 letter) words    * XML/HTML support added to RapidSpellAsYouType Improvements in v2.1    * As-you-type checking added    * Dictionary updates    * Improved multiple text box checking Improvements in v2    * Customizable dictionaries    * XML/HTML friendly    * Multilingual UI text for English, French, German, Italian, Spanish    * 2 suggestions engines ('sounds like' and 'hashing')    * Huge improvements in dictionary load speed, document checking and suggestions speed    * More behaviour customisation    * Improved dictionaries </content>
</entry>
<entry>
<title>JBuilder 2007: JDataStore Update 1</title>
<link rel="alternate" type="text/html" href="http://cc.embarcadero.com/Item/24625" title="JBuilder 2007: JDataStore Update 1" />
<link rel="enclosure" type="application/zip" href="http://cc.embarcadero.com/Download.aspx?id=24625" title="JBuilder 2007: JDataStore Update 1" length="2281004" />
<author>
<name>Christopher Moeller</name>
</author>
<id>http://cc.embarcadero.com/Item/24625</id>
<updated>2007-05-10T09:43:16-07:00</updated>
<published>2007-05-10T09:43:16-07:00</published>
<summary>JDataStore update for JBuilder 2007.</summary>
<content>Unspecified</content>
</entry>
<entry>
<title>J2PrinterWorks 5.0</title>
<link rel="alternate" type="text/html" href="http://cc.embarcadero.com/Item/24165" title="J2PrinterWorks 5.0" />
<link rel="enclosure" type="application/zip" href="http://cc.embarcadero.com/Download.aspx?id=24165" title="J2PrinterWorks 5.0" length="2967640" />
<author>
<name>Mike Potel</name>
</author>
<id>http://cc.embarcadero.com/Item/24165</id>
<updated>2006-11-09T22:57:04-08:00</updated>
<published>2006-11-09T22:57:04-08:00</published>
<summary>Java 2 framework for printing multi-page Swing-based documents. Paginates any sequence of JTextPane, JTable, JTree, JList, JPanel, and Component instances printed back-to-back.</summary>
<content>J2PrinterWorks is a Java 2 framework for printing multi-page Swing-based documents. It paginates any sequence of JTextPane, JTable, JTree, JList, JPanel, and/or Component instances printed back-to-back. J2PrinterWorks provides a comprehensive printing solution for the Java platform. It supports the creation and printing of documents defined using Swing components and fully utilizes the capabilities of the Java 2 printing model. Features include headers &amp;amp; footers with rich text, multiple lines, images, date, time, &amp;amp; page numbering, and first &amp;amp; rest-of-pages control. It supports per-Pageable margins, percent and fit-to-page scaling, orientation, centering, borders, horizontal lines, vertical gaps, and page ejects. Printing capabilities include 2-page zoomable customizable print preview dialog, page setup dialogs, print-to-Image, HTML slide show, or PDF, background and silent printing, n-up printing, print progress events, Java Web Start (JNLP) printing, and the JDK 1.4+ features of printer discovery &amp;amp; selection cross-platform dialogs, and print-to-Postscript.J2PrinterWorks works under JDK 1.2, 1.3, 1.4, 5.0, or 6.0 and comes with complete source code for 32 sample programs. The Free Trial Version prints an &#8220;Evaluation Use Only&#8221; notice in the headers and a &#8220;Thank You&#8221; page at the end but is otherwise fully functional. It is available in binary or source code versions under individual or site licenses. Licensing is on a per-developer basis with no run-time or distribution royalties.  Comes with one free year of Annual Maintenance.</content>
</entry>
<entry>
<title>SpeechKit 4</title>
<link rel="alternate" type="text/html" href="http://cc.embarcadero.com/Item/24216" title="SpeechKit 4" />
<link rel="enclosure" type="application/zip" href="http://cc.embarcadero.com/Download.aspx?id=24216" title="SpeechKit 4" length="33536242" />
<author>
<name>Chant Inc.</name>
</author>
<id>http://cc.embarcadero.com/Item/24216</id>
<updated>2006-11-06T06:54:43-08:00</updated>
<published>2006-11-06T06:54:43-08:00</published>
<summary>Develop software that speaks and listens with Chant&amp;#174; SpeechKit&amp;#174; components.</summary>
<content>With Chant&amp;#174; SpeechKit&amp;#174; component software, you can:- Voice-enable any type of application with SpeechKit&amp;#174; components in ActiveX, C-DLL, COM, Java, .NET Framework, and VCL formats. - Select and adjust recognizer, synthesizer, and audio options and property settings dynamically. - Deploy your applications independent of specific recognizers and synthesizers with Chant&amp;#174; SpeechKit&amp;#174; component support for Microsoft&amp;#174; SAPI 3, SAPI 4, SAPI 5, Dragon NaturallySpeaking&amp;#174; COM objects, and IBM&amp;#174; SMAPI (ViaVoice). - Leverage a common persistence framework across programming languages and component formats. - Support Unicode and ANSI systems with single component library. Develop applications that can speak instead of text only displays: - Synthesize speech from anywhere within your application. - Automatically synthesize message box text. - Easily enumerate and select a voice. - Easily adjust the spoken output speed, volume, and pitch. - Take advantage of built-in audio management and synthesize to the audio format needed by your application. - Synthesize text from strings, buffers, streams, and files. - Playback audio or write to buffers, streams, and files. - Access detailed synthesis result attributes and properties. - Import and export pronunciation lexicons and property settings. Develop applications that can respond to your voice instead of having to use a keyboard and mouse: - Capture spoken input as if it was typed using a keyboard. - Select menus, list items, click buttons, and click hypertext links by speaking instead of using a mouse. - Simulate keyboard input. - Simulate mouse clicks.- Recognize spoken languages supported by recognizers. - Leverage common dictation text formatting across speech APIs. - Access detailed recognition result attributes and properties. - Correct recognition results. - Playback recorded audio associated with recognition results. - Manage context-based and context-free recognition by dynamically adding, removing, enabling, and disabling, command, grammar, and dictation vocabularies. - Generate XML recognition grammars dynamically. - Take advantage of built-in audio management and recognize from the audio format needed by your application. - Recognize from buffer, file, microphone, and stream audio sources. - Write audio to buffers, streams, and files. - Import and export speaker profiles, pronunciation lexicons, and property settings. - Use built-in What Can I Say&amp;lt;/i&amp;gt; dialog to display what commands your application responds to and Where Can I Go&amp;lt;/i&amp;gt; dialog to display hypertext links that can be invoked by speaking the link text. Chant&amp;#174; SpeechKit&amp;#174; 4 Developer Edition includes essential components, samples, Microsoft&amp;#174; SAPI 5.1 recognizer and synthesizers, and a microphone headset so you have everything you need to develop software that speaks and listens:- ActiveX, C-DLL, COM, .NET Framework, Java, VCL, and Xtra component libraries that support Microsoft&amp;#174; SAPI 3, SAPI 4, SAPI 5, Dragon NaturallySpeaking&amp;#174; COM objects, and IBM&amp;#174; SMAPI speech APIs so your applications work with Microsoft&amp;#174;, Dragon NaturallySpeaking&amp;#174;, IBM&amp;#174; ViaVoice, and other popular recognizers and synthesizers; - Sample Recognition and Synthesis application projects for the following development environments: - Borland&amp;#174; C++Builder, - Borland&amp;#174; C#Builder, - Borland&amp;#174; Delphi .NET, - Borland&amp;#174; Delphi Win32, - Borland&amp;#174; JBuilder, - Macromedia&amp;#174; Authorware, - Macromedia&amp;#174; Director, - Macromedia&amp;#174; Flash, - Microsoft&amp;#174; Internet Explorer, - Microsoft&amp;#174; Visual Basic, - Microsoft&amp;#174; Visual C++, - Microsoft&amp;#174; Visual FoxPro, - Microsoft&amp;#174; Visual Studio .NET (C#, C++, J#, and VB), - Oracle&amp;#174; JDev,- PowerBASIC,- REALBasic,- Sun&amp;#174; JDK, and- Sybase&amp;#174; PowerBuilder; - Microsoft&amp;#174; SAPI 5.1 recognizer and synthesizers;- Plantronics&amp;#174; monaural microphone headset (CD-ROM version only); and- Single developer license (deployment libraries licensed separately).The components function on your development system where the Developer Edition is licensed to run. Before you deploy your application, you must purchase a license for a Chant&amp;#174; SpeechKit&amp;#174; 4 Deployment Edition that provides you the library to include with your application.Deployment Editions are available for ActiveX, C-DLL, COM, .NET Framework, Java, Web, and Xtra. Delphi VCL developers deploy with the C-DLL component library. Web developers do not deploy a library and instead register their domain to access the component CAB files from their web site.</content>
</entry>
<entry>
<title>Intraweb for JBuilder 2007</title>
<link rel="alternate" type="text/html" href="http://cc.embarcadero.com/Item/24187" title="Intraweb for JBuilder 2007" />
<link rel="enclosure" type="application/zip" href="http://cc.embarcadero.com/Download.aspx?id=24187" title="Intraweb for JBuilder 2007" length="5984496" />
<author>
<name>Hadi Hariri</name>
</author>
<id>http://cc.embarcadero.com/Item/24187</id>
<updated>2006-10-31T22:37:18-07:00</updated>
<published>2006-10-31T22:37:18-07:00</published>
<summary>Intraweb components for Eclipse</summary>
<content>Intraweb Web Application framework for Eclipse. </content>
</entry>
<entry>
<title>WebCab Technical Analysis (J2EE Community Edition)</title>
<link rel="alternate" type="text/html" href="http://cc.embarcadero.com/Item/24186" title="WebCab Technical Analysis (J2EE Community Edition)" />
<link rel="enclosure" type="application/zip" href="http://cc.embarcadero.com/Download.aspx?id=24186" title="WebCab Technical Analysis (J2EE Community Edition)" length="16802444" />
<author>
<name>Ben Fairfax</name>
</author>
<id>http://cc.embarcadero.com/Item/24186</id>
<updated>2006-10-30T08:46:58-07:00</updated>
<published>2006-10-30T08:46:58-07:00</published>
<summary>100% Free 25+ technical indicators for your  trading systems. JDBC/DBMS Tools</summary>
<content>100% Free EJB Component providing a collection of technical indicators which can be used in the construction of technical trading systems. Moreover, by using these methods with our JDBC mediator you will be able to iteratively apply these indicators to historical data stored within a DBMS.Within this J2EE Application we have implemented the following functionality: Technical Indicators Moving Averages - Simple, Median, Geometric Moving Averages, Linearly Weighted Moving Average (LWMA), Exponentially Weighted Moving Average (EWMA), Variable Moving Average (VMA) Directional Movement Indicator (DMI) and Average Directional Movement Indicator (ADX) - Directional Movement (PDM, MDM), True Range (TR), DMI Trading System, Directional Indicators (DX, ADX) Accumulation/Distribution - Accumulation/Distribution Indicator, Chaikin Oscillator, Chaikin Money Flow (CMF) Trend or Range? - Aroon Up/Down, Aroon Oscillator Market Strength - Balance of Power (BOP) Oscillators - Money Flow Index (MFI), Momentum, Rate of Change (ROC) Bollinger Bands - Upper and Lower Bollinger Bands Mean Reversion - Commodity Channel Index (CCI) Stochastics - (fast and slow)  Filters - Typical and Median price This product also contains the following features: EAR Files - we provide individual customized EAR files for the most widely used application servers including IBM WebSphere 4.0/5.0, BEA WebLogic 6.1/7.0, Oracle 9iAS, Sun ONE AppServer 7, Ironflare Orion 1.5.2/1.6.0, Borland AppServer 5.0, Sybase EAServer 3.6 and JBoss 2.4.4/3.0.0 Self-Deploy - the relevant servers EAR file will be self-deployed onto supported local application servers during the installation of the self-install package. The supported application servers include IBM WebSphere 4.0/5.0, BEA WebLogic 6.1/7.0, Oracle 9iAS, Borland AppServer 5.0, Ironflare Orion 1.5.2/1.6.0 and JBoss 2.4.4/3.0.0</content>
</entry>
<entry>
<title>WebCab Technical Analysis (J2SE Community Edition)</title>
<link rel="alternate" type="text/html" href="http://cc.embarcadero.com/Item/24185" title="WebCab Technical Analysis (J2SE Community Edition)" />
<link rel="enclosure" type="application/zip" href="http://cc.embarcadero.com/Download.aspx?id=24185" title="WebCab Technical Analysis (J2SE Community Edition)" length="10071406" />
<author>
<name>Ben Fairfax</name>
</author>
<id>http://cc.embarcadero.com/Item/24185</id>
<updated>2006-10-30T08:20:24-07:00</updated>
<published>2006-10-30T08:20:24-07:00</published>
<summary>100% Free 25+ technical indicators for your  trading systems. JDBC/DBMS Tools</summary>
<content>100% Free Java API providing a collection of technical indicators which can be used in the construction of technical trading systems. Moreover, by using these methods with our JDBC mediator you will be able to iteratively apply these indicators to historical data stored within a DBMS. Includes detailed PDF technical documentation, CHM class library documentation and client examples.Within this J2EE Application we have implemented the following functionality: Technical Indicators    - Moving Averages - Simple, Median, Geometric Moving Averages,etc   - Directional Movement Indicator (DMI) and Average Directional Movement Indicator (ADX)    - Accumulation/Distribution   - Trend or Range?    - Market Strength   - Oscillators   - Bollinger Bands    - Mean Reversion    - Stochastics :  (fast and slow)Filters - Typical and Median priceThis product also contains the following features: GUI Bundle - we bundle a suite of graphical user interface JavaBean components allowing the developer to plug-in a wide range of GUI functionality (including charts/graphs) into their client applications. JDBC Mediator - A J2SE Component which mediates between a J2SE component, its J2SE Clients and the Database server. The JDBC Mediator J2SE classes are a convenient way of enhancing all financial and mathematical specific methods with JDBC-based functionality. Check the jdbc subpackage of every J2SE class for JavaDocs documentation. Web Application Example - A Java WAR file which contains a JSP example that makes use of the functionality provided by our J2SE Component. Synthetic JDBC - The JDBC functionality provided by the Web Application example included within this package. This Web Application is an example of how to make a JSP client using our J2SE Component while manually implementing the JDBC code. The JSP Application applies J2SE methods to certain rows from the database and lists the output in HTML format.</content>
</entry>
<entry>
<title>WebCab Probability and Statistics (J2EE Ed.)</title>
<link rel="alternate" type="text/html" href="http://cc.embarcadero.com/Item/24184" title="WebCab Probability and Statistics (J2EE Ed.)" />
<link rel="enclosure" type="application/zip" href="http://cc.embarcadero.com/Download.aspx?id=24184" title="WebCab Probability and Statistics (J2EE Ed.)" length="35877511" />
<author>
<name>Ben Fairfax</name>
</author>
<id>http://cc.embarcadero.com/Item/24184</id>
<updated>2006-10-30T08:09:32-07:00</updated>
<published>2006-10-30T08:09:32-07:00</published>
<summary>EJB Suite offers functionality from Basic Statistics, Discrete Probability, Standard Probability Distributions, Hypothesis Testing, Correlation and Linear Regression.</summary>
<content>EJB Suite offers functionality from Basic Statistics, Discrete Probability, Standard Probability Distributions, Hypothesis Testing, Correlation and Linear Regression.Statistics ModuleThe Statistics module incorporates evaluation procedures of standard quantitative measures of centrality (mean) and dispersion of (discrete) numerical sets. This module incorporates weighted averages, geometric mean, Inter-Quartile range, mean and standard deviation, sample variance and the coefficient of variation.Discrete Probability ModuleThe Discrete Probability module encapsulates the foundations of discrete probability and discrete probability distributions. This component includes the addition law, conditional probability, cumulative distribution function, mean and variance of a distribution, expected values, covariance and simplification of expressions involving random variables.Correlation and Regression ModuleAllows the user to investigate relationships between two variables. These finding can be used to predict one variable from the given values of other variables. We cover linear (Spearman's, t-test, z-transform) and rank (Spearman's, Kendall's) correlation, linear regression and conditional means.Standard Probability Distributions ModuleThis module assists in the development of applications that incorporate the Binomial, Poisson, Normal, Lognormal, Pareto, Uniform, Hypergeometric and Exponential probability distributions. The probability density function, cumulative distribution function and inverse, mean, variance, Skewness and Kurtosis are implemented where appropriate and/or their approximations for each distribution. We also offer methods which randomly generate numbers from a given distribution.Curve Fitting ModuleThe Curve Fitting module offers procedures by which linear and non-linear functions can be fitted in accordance with the least squares approach to a given data set which may or may not exhibit measurement errors. We also include functionality which performs ANNOVA type analysis including goodness-of-fit measures such as the R-Squared measure and T-Test statistic.Confidence Intervals and Hypothesis Testing ModuleWithin this component we present two aspects of inferential statistics known as confidence intervals and hypothesis testing.</content>
</entry>
<entry>
<title>WebCab Probability and Statistics (J2SE Ed.) </title>
<link rel="alternate" type="text/html" href="http://cc.embarcadero.com/Item/24183" title="WebCab Probability and Statistics (J2SE Ed.) " />
<link rel="enclosure" type="application/zip" href="http://cc.embarcadero.com/Download.aspx?id=24183" title="WebCab Probability and Statistics (J2SE Ed.) " length="9639665" />
<author>
<name>Ben Fairfax</name>
</author>
<id>http://cc.embarcadero.com/Item/24183</id>
<updated>2006-10-30T07:36:43-07:00</updated>
<published>2006-10-30T07:36:43-07:00</published>
<summary>Offers functionality from Basic Statistics, Discrete Probability, Standard Probability Distributions, Hypothesis Testing, Correlation and Linear Regression.</summary>
<content>Offers functionality from Basic Statistics, Discrete Probability, Standard Probability Distributions, Hypothesis Testing, Correlation and Linear Regression.Statistics ModuleThe Statistics module incorporates evaluation procedures of standard quantitative measures of centrality (mean) and dispersion of (discrete) numerical sets. This module incorporates weighted averages, geometric mean, Inter-Quartile range, mean and standard deviation, sample variance and the coefficient of variation.Discrete Probability ModuleThe Discrete Probability module encapsulates the foundations of discrete probability and discrete probability distributions. This component includes the addition law, conditional probability, cumulative distribution function, mean and variance of a distribution, expected values, covariance and simplification of expressions involving random variables.Correlation and Regression ModuleAllows the user to investigate relationships between two variables. These finding can be used to predict one variable from the given values of other variables. We cover linear (Spearman's, t-test, z-transform) and rank (Spearman's, Kendall's) correlation, linear regression and conditional means.Standard Probability Distributions ModuleThis module assists in the development of applications that incorporate the Binomial, Poisson, Normal, Lognormal, Pareto, Uniform, Hypergeometric and Exponential probability distributions. The probability density function, cumulative distribution function and inverse, mean, variance, Skewness and Kurtosis are implemented where appropriate and/or their approximations for each distribution. We also offer methods which randomly generate numbers from a given distribution.Curve Fitting ModuleThe Curve Fitting module offers procedures by which linear and non-linear functions can be fitted in accordance with the least squares approach to a given data set which may or may not exhibit measurement errors. We also include functionality which performs ANNOVA type analysis including goodness-of-fit measures such as the R-Squared measure and T-Test statistic.Confidence Intervals and Hypothesis Testing ModuleWithin this component we present two aspects of inferential statistics known as confidence intervals and hypothesis testing.</content>
</entry>
<entry>
<title>WebCab Portfolio (J2SE Edition)</title>
<link rel="alternate" type="text/html" href="http://cc.embarcadero.com/Item/24182" title="WebCab Portfolio (J2SE Edition)" />
<link rel="enclosure" type="application/zip" href="http://cc.embarcadero.com/Download.aspx?id=24182" title="WebCab Portfolio (J2SE Edition)" length="7679801" />
<author>
<name>Ben Fairfax</name>
</author>
<id>http://cc.embarcadero.com/Item/24182</id>
<updated>2006-10-30T07:17:10-07:00</updated>
<published>2006-10-30T07:17:10-07:00</published>
<summary>Apply the Markowitz Theory and CAPM to construct the optimal portfolio.</summary>
<content>Apply the Markowitz Theory and Capital Asset Pricing Model (CAPM) to analyze and construct the optimal portfolio with/without asset weight constraints with respect to Markowitz Theory by giving the risk, return or investors utility function; or with respect to CAPM by given the risk, return or Market Portfolio weighting. Also includes Performance Evaluation, extensive auxiliary classes/methods including equation solve and interpolation procedures, analysis of Efficient Frontier, Market Portfolio and CML.</content>
</entry>
<entry>
<title>WebCab Options (J2EE Edition)</title>
<link rel="alternate" type="text/html" href="http://cc.embarcadero.com/Item/24181" title="WebCab Options (J2EE Edition)" />
<link rel="enclosure" type="application/zip" href="http://cc.embarcadero.com/Download.aspx?id=24181" title="WebCab Options (J2EE Edition)" length="53384442" />
<author>
<name>Ben Fairfax</name>
</author>
<id>http://cc.embarcadero.com/Item/24181</id>
<updated>2006-10-30T07:06:26-07:00</updated>
<published>2006-10-30T07:06:26-07:00</published>
<summary>EJB Suite implementing General Equity derivatives pricing framework.</summary>
<content>EJB Suite for pricing equity option and futures contracts using Monte Carlo and Finite Difference techniques. General MC pricing framework: wide range of contracts, price, interest and vol models.  Prices European, Asian, American, Lookback, Bermuda and Binary Options using Analytic, Monte Carlo and Finite Difference inaccordance with a number of vol, price, volatility and rate models.This product also contains the following features:* GUI Bundle - we bundle a suite of graphical user interface JavaBean components (with 1, 2, 4 or site-wide license) allowing the developer to plug-in a wide range of GUI functionality (including charts/graphs) into their client applications* EAR Files - we provide individual customized EAR files for the most widely used application servers including IBM WebSphere 4.0/5.0, BEA WebLogic 6.1/7.0, Oracle 9iAS, Sun ONE AppServer 7, Ironflare Orion 1.5.2/1.6.0, Borland AppServer 5.0, Sybase EAServer 3.6 and JBoss 2.4.4/3.0.0* Self-Deploy - the relevant servers EAR file will be self-deployed onto supported local application servers during the installation of the self-install package. The supported application servers include IBM WebSphere 4.0/5.0, BEA WebLogic 6.1/7.0, Oracle 9iAS, Borland AppServer 5.0, Ironflare Orion 1.5.2/1.6.0 and JBoss 2.4.4/3.0.0</content>
</entry>
<entry>
<title>NTPort Library</title>
<link rel="alternate" type="text/html" href="http://cc.embarcadero.com/Item/24172" title="NTPort Library" />
<link rel="enclosure" type="application/zip" href="http://cc.embarcadero.com/Download.aspx?id=24172" title="NTPort Library" length="750087" />
<author>
<name>Hai Li</name>
</author>
<id>http://cc.embarcadero.com/Item/24172</id>
<updated>2006-10-30T06:32:40-07:00</updated>
<published>2006-10-30T06:32:40-07:00</published>
<summary>NTPort Library enables your Win32 applications to real-time direct access to PC I/O ports without using the Windows Drivers Development Kit(DDK). </summary>
<content>NTPort Library enables your Win32 applications to real-time direct access to PC I/O ports without using the Windows Drivers Development Kit(DDK). NTPort Library is easy to use. Under Windows NT/2000/XP, NTPort Library driver can be load and unload dynamically, so you need not any configuration. NTPort Library is also an ideal replacement of old BASIC INP or OUT statement. This tool also supports getting the base address of LPT ports. NTPort Library is provided as standard DLL, so it can be used in almost all of programming languages.</content>
</entry>
<entry>
<title>WebCab Options (J2SE Edition)</title>
<link rel="alternate" type="text/html" href="http://cc.embarcadero.com/Item/24180" title="WebCab Options (J2SE Edition)" />
<link rel="enclosure" type="application/zip" href="http://cc.embarcadero.com/Download.aspx?id=24180" title="WebCab Options (J2SE Edition)" length="11859743" />
<author>
<name>Ben Fairfax</name>
</author>
<id>http://cc.embarcadero.com/Item/24180</id>
<updated>2006-10-30T06:23:49-07:00</updated>
<published>2006-10-30T06:23:49-07:00</published>
<summary>General Equity derivatives pricing framework.</summary>
<content>Price option and futures contracts using Monte Carlo and Finite Difference techniques. General MC pricing framework: wide range of contracts, price, interest and vol models.  Prices European, Asian, American, Lookback, Bermuda and Binary Options using Analytic, Monte Carlo and Finite Difference inaccordance with a number of vol, price, volatility and rate models.This product also contains the following features:* GUI Bundle - we bundle a suite of graphical user interface JavaBean components (with 1, 2, 4 or site-wide license) allowing the developer to plug-in a wide range of GUI functionality (including charts/graphs) into their client applications* EAR Files - we provide individual customized EAR files for the most widely used application servers including IBM WebSphere 4.0/5.0, BEA WebLogic 6.1/7.0, Oracle 9iAS, Sun ONE AppServer 7, Ironflare Orion 1.5.2/1.6.0, Borland AppServer 5.0, Sybase EAServer 3.6 and JBoss 2.4.4/3.0.0* Self-Deploy - the relevant servers EAR file will be self-deployed onto supported local application servers during the installation of the self-install package. The supported application servers include IBM WebSphere 4.0/5.0, BEA WebLogic 6.1/7.0, Oracle 9iAS, Borland AppServer 5.0, Ironflare Orion 1.5.2/1.6.0 and JBoss 2.4.4/3.0.0</content>
</entry>
<entry>
<title>WebCab Optimization (J2EE Edition)</title>
<link rel="alternate" type="text/html" href="http://cc.embarcadero.com/Item/24179" title="WebCab Optimization (J2EE Edition)" />
<link rel="enclosure" type="application/zip" href="http://cc.embarcadero.com/Download.aspx?id=24179" title="WebCab Optimization (J2EE Edition)" length="6574753" />
<author>
<name>Ben Fairfax</name>
</author>
<id>http://cc.embarcadero.com/Item/24179</id>
<updated>2006-10-30T05:12:33-07:00</updated>
<published>2006-10-30T05:12:33-07:00</published>
<summary>EJB suite for solving optimization problems.</summary>
<content>Refined procedures for solving and performing sensitivity analysis on uni and multi dimensional, local or global optimization problems which may or may not have linear constraints. Specialized Linear programming algorithms based on the Simplex Algorithm and duality are included along with a framework for sensitivity analysis w.r.t. boundaries (duality, or direct approach), or object function coefficients.This suite includes the following features: local unidimensional optimization;  fast 'low level ' algorithms where the weight is on speed and not the accuracy of the results; bracketing algorithms - these methods find an interval where at least one extrema of a continuous function exists; locate algorithms - these methods converge to the extrema if the extrema is bracketed and the function under consideration is continuous; accurate `high level' algorithms; global unidimensional optimization - finds global minima / maxima; unconstrained local multidimensional optimization; unconstrained global multidimensional optimization; constrained optimization for derivable functions with linear constraints; linear programming - here the functions are linear and the constraints are linear; sensitivity Analysis - Stability of the value and location of the extremum This product also contains the following feature:             GUI Bundle - we bundle a suite of graphical user interface JavaBean components                                                allowing the developer to plug-in a wide range of GUI functionality                                                  (including charts/graphs) into their client applications.              EAR Files - we provide individual customized EAR files for the most widely used                               application servers including IBM WebSphere 4.0/5.0, BEA WebLogic 6.1/7.0,                               Oracle 9iAS, Sun ONE AppServer 7, Ironflare Orion 1.5.2/1.6.0, etc            Self Deploy             UML Models</content>
</entry>
<entry>
<title>WebCab Optimization (J2SE Edition)</title>
<link rel="alternate" type="text/html" href="http://cc.embarcadero.com/Item/24178" title="WebCab Optimization (J2SE Edition)" />
<link rel="enclosure" type="application/zip" href="http://cc.embarcadero.com/Download.aspx?id=24178" title="WebCab Optimization (J2SE Edition)" length="5653785" />
<author>
<name>Ben Fairfax</name>
</author>
<id>http://cc.embarcadero.com/Item/24178</id>
<updated>2006-10-30T05:02:59-07:00</updated>
<published>2006-10-30T05:02:59-07:00</published>
<summary>Java class library for solving local or global optimization problems.</summary>
<content>Refined procedures for solving and performing sensitivity analysis on uni and multi dimensional, local or global optimization problems which may or may not have linear constraints. Specialized Linear programming algorithms based on the Simplex Algorithm and duality are included along with a framework for sensitivity analysis w.r.t. boundaries (duality, or direct approach), or object function coefficients.This suite includes the following features: local unidimensional optimization;  fast 'low level ' algorithms where the weight is on speed and not the accuracy of the results; bracketing algorithms - these methods find an interval where at least one extrema of a continuous function exists; locate algorithms - these methods converge to the extrema if the extrema is bracketed and the function under consideration is continuous; accurate `high level' algorithms; global unidimensional optimization - finds global minima / maxima; unconstrained local multidimensional optimization; unconstrained global multidimensional optimization; constrained optimization for derivable functions with linear constraints; linear programming - here the functions are linear and the constraints are linear; sensitivity Analysis - Stability of the value and location of the extremum This product also contains the following feature:             GUI Bundle - we bundle a suite of graphical user interface JavaBean components                                                allowing the developer to plug-in a wide range of GUI functionality                                                  (including charts/graphs) into their client applications.</content>
</entry>
<entry>
<title>WebCab Bonds (J2SE Edition)</title>
<link rel="alternate" type="text/html" href="http://cc.embarcadero.com/Item/24177" title="WebCab Bonds (J2SE Edition)" />
<link rel="enclosure" type="application/zip" href="http://cc.embarcadero.com/Download.aspx?id=24177" title="WebCab Bonds (J2SE Edition)" length="10091983" />
<author>
<name>Ben Fairfax</name>
</author>
<id>http://cc.embarcadero.com/Item/24177</id>
<updated>2006-10-30T04:54:04-07:00</updated>
<published>2006-10-30T04:54:04-07:00</published>
<summary>General Interest derivatives pricing API framework. And FRAs, Duration, Yield.</summary>
<content>Java Components offering general Interest derivatives pricing framework: set contract and vol/price/interest models and run MC. Including the pricing and risk analytics of interest rate cash and derivative products. We also cover the fundamental theory of bonds including: Treasury bonds, Yield/Pricing, Zero Curve, Forward rates/FRAs, Fixed-Interest bonds, Duration and Convexity. Download then &amp;quot;java -jar *.jar&amp;quot; at prompt.WebCab Bonds implements the following functionality:   - Fundamental Theory of Bonds                - Pricing and Yield                - Constructing the Zero Rate Curve                 - Forward Rates and FRAs                 - Duration and Convexity   - Yield of Fixed-Interest Bonds on Interest payment dates  - Interest CalculationsThis product also contains the following features: GUI Bundle - we bundle a suite of graphical user interface JavaBean components allowing the developer to plug-in a wide range of GUI functionality (including charts/graphs) into their client applications. JDBC Mediator - A J2SE Component which mediates between a J2SE component, its J2SE Clients and the Database server. The JDBC Mediator J2SE classes are a convenient way of enhancing all financial and mathematical specific methods with JDBC-based functionality. Check the jdbc subpackage of every J2SE class for JavaDocs documentation. Web Application Example - A Java WAR file which contains a JSP example that makes use of the functionality provided by our J2SE Component. Synthetic JDBC - The JDBC functionality provided by the Web Application example included within this package. This Web Application is an example of how to make a JSP client using our J2SE Component while manually implementing the JDBC code. The JSP Application applies J2SE methods to certain rows from the database and lists the output in HTML format.</content>
</entry>
<entry>
<title>WebCab Functions (J2EE Edition)</title>
<link rel="alternate" type="text/html" href="http://cc.embarcadero.com/Item/24176" title="WebCab Functions (J2EE Edition)" />
<link rel="enclosure" type="application/zip" href="http://cc.embarcadero.com/Download.aspx?id=24176" title="WebCab Functions (J2EE Edition)" length="7250209" />
<author>
<name>Ben Fairfax</name>
</author>
<id>http://cc.embarcadero.com/Item/24176</id>
<updated>2006-10-30T04:38:45-07:00</updated>
<published>2006-10-30T04:38:45-07:00</published>
<summary>EJB Suite for Interpolating functions and solving equations.</summary>
<content>EJB Component Suite offering refined numerical procedures to either construct a function of one or two variables from a set of points (i.e. interpolate), or solve an equation of one variable. The interpolation procedures provided include Newton polynomials, Lagrange's formula, Burlisch-Stoer algorithm, Cubic splines (natural and free), Bicubic interpolation and procedures for find the interpolation functions coefficients. In order to solve an equation we provide the Van Wijngaarden-Dekker-Brent algorithm, interval bisection method, secant and false position, Newton-Raphson method and Ridders' method. This suite includes the following features: 1) Interpolation Module: polynomial interpolation and extrapolation, coefficients of an interpolating polynomial, interpolation and extrapolation in two or more dimensions.2) Equation Solver Module: Interval Method, Secant Method, Brent's Algorithm, Ridders' Method, Method of Regula Falsi, Method of Regula Falsi, Newton-Raphson Method, Fail-Safe Newton-Raphson Method.</content>
</entry>
<entry>
<title>WebCab Functions (J2SE Edition) v2.0</title>
<link rel="alternate" type="text/html" href="http://cc.embarcadero.com/Item/24175" title="WebCab Functions (J2SE Edition) v2.0" />
<link rel="enclosure" type="application/zip" href="http://cc.embarcadero.com/Download.aspx?id=24175" title="WebCab Functions (J2SE Edition) v2.0" length="5517104" />
<author>
<name>Ben Fairfax</name>
</author>
<id>http://cc.embarcadero.com/Item/24175</id>
<updated>2006-10-30T04:27:08-07:00</updated>
<published>2006-10-30T04:27:08-07:00</published>
<summary>Java class library for solving equations and interpolating functions.</summary>
<content>Java API Components offering refined numerical procedures to either construct a function of one or two variables from a set of points (i.e. interpolate), or solve an equation of one variable. The interpolation procedures provided include Newton polynomials, Lagrange's formula, Burlisch-Stoer algorithm, Cubic splines (natural and free), Bicubic interpolation and procedures for find the interpolation functions coefficients. In order to solve an equation we provide the Van Wijngaarden-Dekker-Brent algorithm, interval bisection method, secant and false position, Newton-Raphson method and Ridders' method. This suite includes the following features: 1) Interpolation Module: polynomial interpolation and extrapolation, coefficients of an interpolating polynomial, interpolation and extrapolation in two or more dimensions.2) Equation Solver Module: Interval Method, Secant Method, Brent's Algorithm, Ridders' Method, Method of Regular Falsi, Method of Regula Falsi, Newton-Raphson Method, Fail-Safe Newton-Raphson Method.</content>
</entry>
<entry>
<title>RapidSpell Web Java</title>
<link rel="alternate" type="text/html" href="http://cc.embarcadero.com/Item/24164" title="RapidSpell Web Java" />
<link rel="enclosure" type="application/zip" href="http://cc.embarcadero.com/Download.aspx?id=24164" title="RapidSpell Web Java" length="7766419" />
<author>
<name>Dan Wright</name>
</author>
<id>http://cc.embarcadero.com/Item/24164</id>
<updated>2006-10-19T12:53:22-07:00</updated>
<published>2006-10-19T12:53:22-07:00</published>
<summary>dd spell checker functionality and value into Web applications with a couple of lines of JSP code.</summary>
<content>RapidSpell Web provides JSP developers and designers with a cross browser (and multi client platform) web Tag that requires no client installation, no special security settings and as much programmatic flexibility as you want. Written for JSP1.1 up, RapidSpell Web uses combined and separate customizable 140,000 word U.S. &amp;amp; U.K. dictionaries (and user dictionary), fast (no post back) interface and a powerful suggestion engine. Australian and Canadian dictionaries are available freely on request.DetailsRapidSpell Web provides a spelling component to add spell check functionality to your web applications, by simply adding the JSP Tag to a jsp page - Servlets are also supported with included JavaBeans. There are no programming skills required to use RapidSpell Web, making it accessible to JSP page designers aswell as Java programmers. The UI provides all the usual features, add, change, change all, ignore, ignore all, and smart suggestions. It interactively checks any HTML text box component such as &amp;lt;textarea&amp;gt; and &amp;lt;input type='text'&amp;gt; and 3rd Party text components such as pinEdit from Pintexx. The spell checker UI features an advanced preview pane to interactively highlight errors (with no post back). The spell checker accepts manual corrections, and also supports user dictionaries (either one dictionary for all users or separate user dictionaries). The main dictionary may be customized or created from scratch with our free Dict Manager tool. The included core spell checker component API provides functionality suitable for server applications as well as any console application. It has been clocked at 50,000 words/sec on a standard 1GHz PC.TechnicalRapidSpell Web works in both Internet Explorer and Netscape, because it uses only HTML and Javascript on the web browser, this also means there are no special requirements, no long downloads, like with some spell checkers. It is easy to use RapidSpell Web as a Tag in a jsp page or programmatically in code behind, either way full customisation of style, layout and properties is possible. Using a simple HTML template mechanism it is also possible to layout the spell checker as you wish, including branding. All dictionaries (main and user's) are stored on the server, yet the user's spell checking experience is not hampered by any post-backs to the server, because there are none. RapidSpell Web functions in one of two modes, 'popup' - which open's a small console window with the spell checker in it or in 'separate' - which loads the spell checker in the main window on a separate page, there are no restrictions with either of these modes. Two powerful suggestions engines can be used to find good suggestions for words, including an exclusive 'sounds-like' algorithm. RapidSpell Web was designed to JSP1.1 specification and supports legacy browsers, Internet Explorer 5+, Netscape 6+, Opera and Safari.RapidSpell Web is expected to work with all J2EE servers, it has been tested in, and works correctly with;BEA WebLogic ServerIBM WebSphereSun ONE Application ServerJakarta TomcatImprovements in v2.3New RapidSpellWebMultiple Tag makes multiple check boxing cleaner and simpler.Duplicate word detection added.Script filtering added to prevent malicious Javascripts in text from running.setDictFileStream in RapidSpellWeb tag and RapidSpellChecker facilitates Dict file loading from alternative sources (such as WAR files).Safari and Opera browser support.SSL friendly, SSL sites are now supported without the mixed content warning (set SSLFriendly attribute to true in Tags).Modal popups supported with modal attribute in RapidSpellWebLauncher.Popup window position now settable.buttonImageMouseOut/Over/Down attributes allow images to be used instead of buttons, easily.New properties added to define element styles in spell checker.Portuguese UI texts and parser added to support new dictionary.allowMixedCase attribute added to optionally allow errors such as &amp;quot;aFrIca&amp;quot; (default: false).Improvements in v2.2Improved suggestions algorithm.Improvements in v2.1Servlet compatibility added, allowing RapidSpell Web Java to be used with full functionality in Servlets.Smoother multiple text box checking, multiple text boxes can be checked with one button (consult demo).Dict file functionality added for run-time switchable dictionaries.International UI text added for French, German, Spanish and Italian.Improvements in v2Full JSP Tag includedAddition of new alternative suggestions algorithmLarge speed increases in word lookup and suggestion findingDirect future non English language dictionary supportMore behaviour customisation methodsMore accurate and separate US &amp;amp; UK dictionaries3rd Party component supportMultiple text box per page checkingHTML/XML text compatibleMore behaviour control</content>
</entry>
</feed>
