CodeFutures Press Releases
Monday, March 3, 2008
FireStorm/DAO 4.0 BETA Program Announced
CodeFutures is pleased to announced the BETA program for FireStorm/DAO 4.0. The BETA version of the product is available for download on the CodeFutures Web site.
The main new feature of this release is support for The Spring Framework. FireStorm/DAO will now provide options for generating DAO classes that use Spring JDBC and will also offer an option to generate a web application that uses Spring MVC.
"Without doubt, support for the Spring Framework is the most requested new feature in FireStorm/DAO ever" says Andy Grove, Chief Architect, CodeFutures.
About FireStorm/DAO
FireStorm/DAO is a
database access tool that adopts a pragmatic approach of generating Java source code for data persistence that is a direct mapping of a particular relational database schema. It is also possible to define complex multi-table queries and to leverage existing database logic contained within stored procedures.
FireStorm/DAO is based on the
Data Access Object design pattern and is available in Enterprise, Architect, and OEM editions. FireStorm/DAO Architect Edition allows new custom code generation templates to be developed and integrated with the FireStorm/DAO Studio environment. FireStorm/DAO Architect Edition includes the source code for the Java code generation templates. The code generation templates are written in Java, which means that Java developers have a very short learning curve before they can start customizing the code generation.
Additional information on FireStorm/DAO is available here:
http://www.codefutures.com/products/firestorm/FireStorm/DAO is available for download here:
http://www.codefutures.com/products/firestorm/download/About CodeFuturesCodeFutures is the leading supplier of
database performance tools. CodeFutures' database access tool, the award-winning FireStorm/DAO, makes Java software developers more productive by generating
Java DAO (
Data Access Object) code for accessing relational databases. The benefits provided by CodeFutures'
database access tools are higher developer productivity, better software quality, and lower maintenance costs.CodeFutures' products are used in hundreds of companies such as Turner Broadcasting, Lehman Brothers, JP Morgan, Wells Fargo Bank, Walt Disney, Kraft Foods, T-Systems, FedEx, Bed Bath and Beyond, Lockheed Martin, Suzuki, EMC, Macromedia, and Siemens.
Labels: Data Access Object, Database Access Tool, FireStorm/DAO, Spring DAO
Tuesday, December 18, 2007
CodeFutures Reference Customer List Reaches Over Three Hundred Enterprises
CodeFutures is pleased to announced that its customer list is now over 300 enterprises, including many enterprises with site licenses for all Java developers and ISVs that have embedded FireStorm/DAO inside their product offerings.
CodeFutures products are used in many vertical markets, such as television (BBC Technology, Turner Broadcasting), finance (Lehman Brothers, BACS), military systems (BAE, Lockheed Martin), government (Missouri Lottery, Port of Barcelona), IT consulting (Siemens Business Systems, LogicaCMG, BearingPoint), retail (MetCash, Ahold USA), high technology (EMC, Macromedia), and industry (Suzuki, AREVA).A partial list of customers is available on the
CodeFutures site.
About FireStorm/DAO
FireStorm/DAO is a
database access tool that adopts a pragmatic approach of generating Java source code for data persistence that is a direct mapping of a particular relational database schema. It is also possible to define complex multi-table queries and to leverage existing database logic contained within stored procedures.
FireStorm/DAO is based on the
Data Access Object design pattern and is available in Enterprise, Architect, and OEM editions. FireStorm/DAO Architect Edition allows new custom code generation templates to be developed and integrated with the FireStorm/DAO Studio environment. FireStorm/DAO Architect Edition includes the source code for the Java code generation templates. The code generation templates are written in Java, which means that Java developers have a very short learning curve before they can start customizing the code generation.
Additional information on FireStorm/DAO is available here:
http://www.codefutures.com/products/firestorm/FireStorm/DAO is available for download here:
http://www.codefutures.com/products/firestorm/download/About CodeFuturesCodeFutures is the leading supplier of
database performance tools. CodeFutures' database access tool, the award-winning FireStorm/DAO, makes Java software developers more productive by generating
Java DAO (
Data Access Object) code for accessing relational databases. The benefits provided by CodeFutures'
database access tools are higher developer productivity, better software quality, and lower maintenance costs.CodeFutures' products are used in hundreds of companies such as Turner Broadcasting, Lehman Brothers, JP Morgan, Wells Fargo Bank, Walt Disney, Kraft Foods, T-Systems, FedEx, Bed Bath and Beyond, Lockheed Martin, Suzuki, EMC, Macromedia, and Siemens.
Labels: CodeFutures News
Tuesday, November 13, 2007
CodeFutures Updates FireStorm/DAO
CodeFutures is pleased to announce the General Availability of FireStorm/DAO 3.2.1. The maintenance release provides the general public with access to a range of feature enhancements and bug fixes that have been provided over the previous few months customers.
"We're very happy to continue to consolidate all the recent product improvements provided to our supported customers in a new maintenance release" says Andy Grove, Chief Architect, CodeFutures.
About FireStorm/DAO FireStorm/DAO is a
database access tool that adopts a pragmatic approach of generating Java source code for data persistence that is a direct mapping of a particular relational database schema. It is also possible to define complex multi-table queries and to leverage existing database logic contained within stored procedures.
FireStorm/DAO is based on the
Data Access Object design pattern and is available in Enterprise, Architect, and OEM editions. FireStorm/DAO Architect Edition allows new custom code generation templates to be developed and integrated with the FireStorm/DAO Studio environment. FireStorm/DAO Architect Edition includes the source code for the Java code generation templates. The code generation templates are written in Java, which means that Java developers have a very short learning curve before they can start customizing the code generation.
Additional information on FireStorm/DAO is available here:
http://www.codefutures.com/firestorm/FireStorm/DAO is available for download here:
http://www.codefutures.com/products/firestorm/download/About CodeFuturesCodeFutures is the leading supplier of
database performance tools. CodeFutures' database access tool, the award-winning FireStorm/DAO, makes Java software developers more productive by generating
Java DAO (
Data Access Object) code for accessing relational databases. The benefits provided by CodeFutures'
database access tools are higher developer productivity, better software quality, and lower maintenance costs.CodeFutures' products are used in hundreds of companies such as Turner Broadcasting, Lehman Brothers, JP Morgan, Wells Fargo Bank, Walt Disney, Kraft Foods, T-Systems, FedEx, Bed Bath and Beyond, Lockheed Martin, Suzuki, EMC, Macromedia, and Siemens.
Labels: Data Access Object, Database Access Tool, FireStorm/DAO
Friday, August 3, 2007
FireStorm/DAO 3.2 Launched
CodeFutures is pleased to announce the General Availability of FireStorm/DAO 3.2. The new feature of this release is support for EJB 3.0 and the Java Persistence API (JPA).
Additional new features include:
- FireStorm/DAO is now compatible with Windows Vista
- An extra "Navigation" field has been added to the foreign key editor in the user interface to allow users to control the direction of generated relationships when generating EJB 3.0 / JPA source code. Valid values are "Unidirectional, Parent -> Child", "Unidirectional, Child -> Parent", and "Bidirectional".
- The JDBC Driver and Data Source configuration have been re-implemented to improve usability.
When defining Table Finders or Custom SQL DAOs, it is now possible to escape colon symbols with the backslash '\' character to stop FireStorm/DAO from interpreting them as parameter names. - Improvements have been made to the way in which FireStorm/DAO loads custom code generation providers that have been developed using the Architect Edition of the product. It is no longer necessary to specify the provider class names in the configuration file as FireStorm/DAO now scans all jar files in the jars directory at startup and automatically attempts to load any classes that implement the Provider interface.
"We are very happy with the new release - it provides a good combination of new features and improvements to existing features. We expect a very positive reaction from FireStorm/DAO users because everything in the new release is based on customer feedback" explains Andy Grove, Chief Architect, CodeFutures.
About FireStorm/DAO
FireStorm/DAO is a
database access tool that adopts a pragmatic approach of generating Java source code for data persistence that is a direct mapping of a particular relational database schema. It is also possible to define complex multi-table queries and to leverage existing database logic contained within stored procedures.
FireStorm/DAO is based on the
Data Access Object design pattern and is available in Enterprise, Architect, and OEM editions. FireStorm/DAO Architect Edition allows new custom code generation templates to be developed and integrated with the FireStorm/DAO Studio environment. FireStorm/DAO Architect Edition includes the source code for the Java code generation templates. The code generation templates are written in Java, which means that Java developers have a very short learning curve before they can start customizing the code generation.
Additional information on FireStorm/DAO is available here:
http://www.codefutures.com/firestorm/ FireStorm/DAO is available for download here:
http://www.codefutures.com/products/firestorm/download/About CodeFutures
CodeFutures is the leading supplier of
database performance tools. CodeFutures' database access tool, the award-winning FireStorm/DAO, makes Java software developers more productive by generating
Java DAO (
Data Access Object) code for accessing relational databases. The benefits provided by CodeFutures'
database access tools are higher developer productivity, better software quality, and lower maintenance costs.CodeFutures' products are used in hundreds of companies such as Turner Broadcasting, Lehman Brothers, JP Morgan, Wells Fargo Bank, Walt Disney, Kraft Foods, T-Systems, FedEx, Bed Bath and Beyond, Lockheed Martin, Suzuki, EMC, Macromedia, and Siemens.
Labels: Data Access Object, Database Access Tool, FireStorm/DAO
Saturday, May 5, 2007
CodeFutures Joins Software Pipelines Alliance
CodeFutures has joined the Software Pipelines Alliance.
Software Pipeliens offer a new concurrent processing methodology that provides a simple way for business applications to implement concurrency while maintaining order of execution priorities and simplicity of application development.
About The Software Pipelines AllianceThe Software Pipelines Alliance is a group of software industry vendors and end users that have joined together to promote the use of Software Pipelines to solve performance and scalability problems, with a particular emphasis developing applications that take advantage of multi-core processors.
About FireStorm/DAO
FireStorm/DAO is a database access tool that adopts a pragmatic approach of generating Java source code for data persistence that is a direct mapping of a particular relational database schema. It is also possible to define complex multi-table queries and to leverage existing database logic contained within stored procedures.
FireStorm/DAO is based on the Data Access Object design pattern and is available in Enterprise, Architect, and OEM editions. FireStorm/DAO Architect Edition allows new custom code generation templates to be developed and integrated with the FireStorm/DAO Studio environment. FireStorm/DAO Architect Edition includes the source code for the Java code generation templates. The code generation templates are written in Java, which means that Java developers have a very short learning curve before they can start customizing the code generation.
Additional information on FireStorm/DAO is available here:
http://www.codefutures.com/firestorm/
FireStorm/DAO is available for download here:
http://www.codefutures.com/products/firestorm/download/
About CodeFutures
CodeFutures is the leading supplier of database performance tools. CodeFutures' database access tool, the award-winning FireStorm/DAO, makes Java software developers more productive by generating Java DAO ( Data Access Object) code for accessing relational databases. The benefits provided by CodeFutures' database access tools are higher developer productivity, better software quality, and lower maintenance costs.CodeFutures' products are used in hundreds of companies such as Turner Broadcasting, Lehman Brothers, JP Morgan, Wells Fargo Bank, Walt Disney, Kraft Foods, T-Systems, FedEx, Bed Bath and Beyond, Lockheed Martin, Suzuki, EMC, Macromedia, and Siemens.
Labels: CodeFutures News
Thursday, March 22, 2007
FireStorm/DAO 3.2 BETA
CodeFutures is pleased to announced the BETA program for FireStorm/DAO 3.2. The new release provides support for EJB 3.0 and the Java Persistence API (JPA), Windows Vista compatibility, enhanced support for foreign keys, JDBC Driver and Data Source configuration usability improvements, Table Finders and Cusotmer SQL DAO improvements, and also improvements have been made to the way in which FireStorm/DAO loads custom code generation providers that have been developed using the Architect Edition of the product.
"The new release provides so many new features that we plan to run a comprehensive BETA program to give as many FireStorm/DAO users as possible an opportunity to provide feedback" says Andy Grove, Chief Architect, CodeFutures.
About FireStorm/DAOFireStorm/DAO is a
database access tool that adopts a pragmatic approach of generating Java source code for data persistence that is a direct mapping of a particular relational database schema. It is also possible to define complex multi-table queries and to leverage existing database logic contained within stored procedures. FireStorm/DAO is based on the
Data Access Object design pattern and is available in Enterprise, Architect, and OEM editions.
FireStorm/DAO Architect Edition allows new custom code generation templates to be developed and integrated with the FireStorm/DAO Studio environment. FireStorm/DAO Architect Edition includes the source code for the Java code generation templates. The code generation templates are written in Java, which means that Java developers have a very short learning curve before they can start customizing the code generation.
Additional information on FireStorm/DAO is available here:
http://www.codefutures.com/firestorm/FireStorm/DAO is available for download here:
http://www.codefutures.com/products/firestorm/download/About CodeFuturesCodeFutures is the leading supplier of
database performance tools. CodeFutures' database access tool, the award-winning FireStorm/DAO, makes Java software developers more productive by generating
Java DAO (
Data Access Object) code for accessing relational databases. The benefits provided by CodeFutures'
database access tools are higher developer productivity, better software quality, and lower maintenance costs.CodeFutures' products are used in hundreds of companies such as Turner Broadcasting, Lehman Brothers, JP Morgan, Wells Fargo Bank, Walt Disney, Kraft Foods, T-Systems, FedEx, Bed Bath and Beyond, Lockheed Martin, Suzuki, EMC, Macromedia, and Siemens.
Labels: Data Access Object, Database Access Tool, FireStorm/DAO
Wednesday, February 14, 2007
CodeFutures Announces Support for Hibernate JPA
FireStorm/DAO 3.2 BETA is now available for download from the CodeFutures Web Site. This new release contains many bug fixes as well as adding support for the Java Persistence API (JPA) when generating code for Hibernate. It is still possible to generate native
Hibernate DAO as in previous releases.
"We've had a lot of success with our native
Hibernate DAO support in previous FireStorm/DAO releases, but since the introduction of JPA, we've had customer demand for enhanced Hibernate support. We're very pleased to provide this." says Andy Grove, Chief Architect, CodeFutures.
The BETA program is expected to last for several weeks, with FireStorm/DAO 3.2 planned for generally availability in April 2008.
About FireStorm/DAO
FireStorm/DAO is a
database access tool that adopts a pragmatic approach of generating Java source code for data persistence that is a direct mapping of a particular relational database schema. It is also possible to define complex multi-table queries and to leverage existing database logic contained within stored procedures.
FireStorm/DAO is based on the
Data Access Object design pattern and is available in Enterprise, Architect, and OEM editions. FireStorm/DAO Architect Edition allows new custom code generation templates to be developed and integrated with the FireStorm/DAO Studio environment. FireStorm/DAO Architect Edition includes the source code for the Java code generation templates. The code generation templates are written in Java, which means that Java developers have a very short learning curve before they can start customizing the code generation.
Additional information on FireStorm/DAO is available here:
http://www.codefutures.com/firestorm/FireStorm/DAO is available for download here:
http://www.codefutures.com/products/firestorm/download/About CodeFuturesCodeFutures is the leading supplier of
database performance tools. CodeFutures' database access tool, the award-winning FireStorm/DAO, makes Java software developers more productive by generating
Java DAO (
Data Access Object) code for accessing relational databases. The benefits provided by CodeFutures'
database access tools are higher developer productivity, better software quality, and lower maintenance costs.CodeFutures' products are used in hundreds of companies such as Turner Broadcasting, Lehman Brothers, JP Morgan, Wells Fargo Bank, Walt Disney, Kraft Foods, T-Systems, FedEx, Bed Bath and Beyond, Lockheed Martin, Suzuki, EMC, Macromedia, and Siemens.
Labels: Data Access Object, Database Access Tool, FireStorm/DAO, Hibernate DAO