Showing posts with label delphi. Show all posts
Showing posts with label delphi. Show all posts

Tuesday, August 10, 2010

Embarcadero RAD Studio XE Sneak Preview: Coding and Productivity Enhancements for New Development Suite

SAN FRANCISCO--(BUSINESS WIRE)--Embarcadero Technologies, a leading provider of multi-platform database tools and developer software, today announced the first of three Embarcadero® RAD Studio XE sneak previews leading up to the launch of the new application development suite in early September. The upcoming “2011” release will be named RAD Studio XE and will include Delphi® XE, C++Builder® XE, Delphi Prism™ XE and RadPHP™ XE.

“These new capabilities offer very specific benefits that will enable developers to save time on coding, increase productivity and focus on developing quality applications faster.”

This first sneak preview showcases developer and team productivity enhancements that will be made possible with the new release, along with enhancements to the IDE and new tool chain, modeling and debugging capabilities. These new core productivity enhancements will enable developers to better manage their source code and, ultimately, streamline the development process.

New RAD Studio XE features revealed in this first preview include:

  • Subversion version control integration to help manage source code revisions in the Delphi, C++Builder and Delphi Prism IDEs
  • Rapid PHP web development added to RAD Studio with RadPHP XE
  • New debugging features for Delphi, C++Builder and RadPHP XE
  • Modeling enhancements in Delphi XE, including enhanced code generation from the modeler for higher quality code, as well as the ability to generate sequence diagrams from methods

“Developers are constantly challenged to keep productivity high, yet they’re also required to manage source code revisions for themselves and within their team,” said Michael Swindell, senior vice president of marketing and product management for Embarcadero Technologies. “These new capabilities offer very specific benefits that will enable developers to save time on coding, increase productivity and focus on developing quality applications faster.”

The RAD Studio XE release also marks the extension of the new XE brand and capability set to Embarcadero’s application development line, including RAD Studio and each standalone tool in the suite. XE products are distinguished by three key components: support for multiple database types and deployment environments; Embarcadero® ToolCloud technology for centralized license management and on-demand tool access; and an easy upgrade path to Embarcadero® All-Access™ XE.

As with all Embarcadero tools, the RAD Studio XE suite of products will also be available via the Embarcadero All-Access toolbox.

Throughout August, Embarcadero will be showcasing sneak previews to show what’s in store for RAD Studio XE with its new versions of Delphi XE, C++Builder XE, Delphi Prism XE and, now, RadPHP XE.

To view the latest sneak peek blogs and videos on RAD Studio XE, visit http://www.embarcadero.com/rad-studio-xe-preview.

About Embarcadero Technologies

Embarcadero Technologies, Inc. is a leading provider of award-winning tools for application developers and database professionals so they can design systems right, build them faster and run them better, regardless of their platform or programming language. Ninety of the Fortune 100 and an active community of more than three million users worldwide rely on Embarcadero products to increase productivity, reduce costs, simplify change management and compliance and accelerate innovation. Founded in 1993, Embarcadero is headquartered in San Francisco, with offices located around the world. Embarcadero is online at www.embarcadero.com.

Embarcadero, the Embarcadero Technologies logos and all other Embarcadero Technologies product or service names are trademarks or registered trademarks of Embarcadero Technologies, Inc. All other trademarks are property of their respective owners.

Tuesday, July 13, 2010

Survey: Majority of App Developers on Windows 7 Bandwagon

Popularity of touch technologies is greatest driver, according to an industry survey by Embarcadero

Spurred in part by the rising popularity of Windows 7 features like Touch and Multi-Touch technology, more software developers are developing applications for Windows 7, according to a recent survey conducted by Embarcadero Technologies.

Quote start"54% of developers said they are currently developing applications for Windows 7, and another 25% said they plan to start developing them in the next year"Quote end

More than half of the software developers surveyed – 54% – indicated that they are currently developing applications for Windows 7 and another 25% said they plan to start developing Windows 7 applications in the next year. Of those who are currently developing for Windows 7, the majority said they started within the past six months to one year. Meanwhile, 10% said they have no plans to develop Windows 7 applications.

Enthusiasm for Windows 7 development is being driven, in part, by developers’ eagerness to include popular features like Touch, Multi-touch and enhanced graphics into their software. When asked which Windows 7 features they are most excited about integrating into their applications, nearly 40% said Touch, Multi-touch and gestures input, while 27% said enhanced graphics, animations and Windows Imaging Component. and 24% said ribbon controls. Respondents were more lukewarm about multimedia features such as Windows Live Movie Maker and Internet TV.

“The popularity of devices like the iPhone and iPad have helped drive mainstream acceptance of Touch-based technologies. This popularity transcends into the developer community and I doubt we’ll see it abate anytime soon,” said Michael Rozlog, product manager for Delphi Solutions at Embarcadero.

DeveloperSurveyGraph

Not surprisingly, 34% of respondents indicated that the biggest challenge with developing Windows 7 applications is being able to support users on older versions of Windows. Microsoft is ending support for Windows XP in April 2014 and many analysts are encouraging enterprises and consumers to switch to Windows 7 by the end of 2012, although their urging has been met with some reluctance. That speaks to the next biggest challenge cited – more than 15% of developers said they are waiting for more organizations to adopt Windows 7 to make it worth their while.

Other insights from the survey include:

  •     The majority plan to develop Windows 7 desktop applications first, with database applications second on the list, followed by utilities/tools
  •     Small business applications are higher on the priority list than enterprise applications
  •     More than 10% said their biggest Windows 7 development challenge is having to learn something new
  •     Only 3% of respondents cited Windows 7 stability and performance as a development challenge

The survey was conducted in May 2010 by Embarcadero Technologies. The 606 respondents were a mixture of developers, architects and analysts.

About Embarcadero Technologies Embarcadero Technologies, Inc. is a leading provider of award-winning tools for application developers and database professionals so they can design systems right, build them faster and run them better, regardless of their platform or programming language. Ninety of the Fortune 100 and an active community of more than three million users worldwide rely on Embarcadero products to increase productivity, reduce costs, simplify change management and compliance and accelerate innovation. Founded in 1993, Embarcadero is headquartered in San Francisco, with offices located around the world. Embarcadero is online at www.embarcadero.com.

Embarcadero, the Embarcadero Technologies logos and all other Embarcadero Technologies product or service names are trademarks or registered trademarks of Embarcadero Technologies, Inc. All other trademarks are property of their respective owners.

Thursday, April 22, 2010

REST and SOAP: When Should I Use Each (or Both)?

Web developers today have a myriad of technologies they can choose from; everything from simplified database access, to easy wrapping of existing middleware services, to a plethora of interesting client side software. All of these products and tools are there to give web developers the ability to create the best web-based applications in the shortest amount of time.

However, having a massive set of possible software solutions is one challenge, picking the specific approach for specific parts of the web applications is another, and web developers today have to juggle many of these decisions with changing standards or approaches seemingly appearing daily.

Take for example, the two approaches for interfacing to the web with web services, namely SOAP (Simple Object Access Protocol) and REST (Representational State Transfer). Both approaches work, both have advantages and disadvantages to interfacing to web services, but it is up to the web developer to make the decision of which approach may be best for each particular case.

By now, most developers have at least, from a periphery, been exposed to the REST approach, which uses a standard URI (Uniform Resource Identifier) that makes a call to a web service like http/https://www.mycompany.com/program/method?Parameters=xx. The approach is very simple to understand and can be executed on really any client or server that has HTTP/HTTPS support. The command can execute using the HTTP Get method. So developers that use this approach, cite the ease of development, use of the existing web infrastructure, and little learning overhead as key advantages to the style.

However SOAP, the granddaddy of all web services interfaces, is not going away anytime soon, and in fact with the introduction of SOAP 1.2 has fixed many of the perceived short-comings of the technology and pushing it to new levels of both adoption and ease-of-use. It should also be noted that the acronym SOAP no longer stands for Simple Object Access Protocol as of the 1.2 specification from the W3C organization; it is now just the name of the specification.

Now keep in mind that using SOAP 1.2 has some additional overhead that is not found in the REST approach, but that overhead also has advantages. First, SOAP relies on XML (Extensible Markup Language) in three ways; the Envelope – that defines what is in the message and how to process it, a set of encoding rules for datatypes, and finally the layout of the procedure calls and responses gathered. This envelope is sent via a transport (HTTP/HTTPS), and an RPC (Remote Procedure Call) is executed and the envelope is returned with information in a XML formatted document.

It is important to note that one of the advantages of SOAP is the use of the “generic” transport. While REST today uses HTTP/HTTPS, SOAP can use almost any transport to send the request, using everything from the afore mentioned to SMTP (Simple Mail Transfer Protocol) and even JMS (Java Messaging Service). However, one perceived disadvantage is the use of XML because of the verboseness of it and the time it takes to parse.

However, the good news for web developers is that both technologies are very viable in today’s market. Both REST and SOAP can solve a huge number of web problems and challenges, and in many cases each can be made to do the developers bidding, which means they can work across the domain.

But the untold story is that both technologies can be mixed and matched. REST is very easy to understand and is extremely approachable, but does lack standards and is considered an architectural approach. In comparison, SOAP is an industry standard with a well-defined protocol and a set of well-established rules to be implemented, and it has been used in systems both big and small.

So this means areas that REST works really well for are:

  • Limited bandwidth and resources; remember the return structure is really in any format (developer defined). Plus, any browser can be used because the REST approach uses the standard GET, PUT, POST, and DELETE verbs. Again, remember that REST can also use the XMLHttpRequest object that most modern browsers support today, which adds an extra bonus of AJAX.
  • Totally stateless operations; if an operation needs to be continued, then REST is not the best approach and SOAP may fit it better. However, if you need stateless CRUD (Create, Read, Update, and Delete) operations, then REST is it.
  • Caching situations; if the information can be cached because of the totally stateless operation of the REST approach, this is perfect.

That covers a lot of solutions in the above three. So why would I even consider SOAP? Again, SOAP is fairly mature and well-defined and does come with a complete specification. The REST approach is just that, an approach and is wide open for development, so if you have the following then SOAP is a great solution:

  • Asynchronous processing and invocation; if your application needs a guaranteed level of reliability and security then SOAP 1.2 offers additional standards to ensure this type of operation. Things like WSRM – WS-Reliable Messaging.
  • Formal contracts; if both sides (provider and consumer) have to agree on the exchange format then SOAP 1.2 gives the rigid specifications for this type of interaction.
  • Stateful operations; if the application needs contextual information and conversational state management then SOAP 1.2 has the additional specification in the WS* structure to support those things (Security, Transactions, Coordination, etc). Comparatively, the REST approach would make the developers build this custom plumbing.

As shown above, each technology approach has their uses. They both have underlying issues around security, transport layers, and the like, but they both can get the job done and in many cases, they each bring something to the web. So for this argument, the best rule, is the rule of flexibility, because no matter what the problem at least in today’s web development world, web developers have great solutions using either of these protocols.

About the Author

Mike Rozlog is the senior director of products for Embarcadero Technologies, a database tools and developer software company . In this role, he is focused on ensuring the developer focused products being created by Embarcadero meet the expectations of developers around the world. Much of his time is dedicated to discussing and explaining the technical and business aspects of Embarcadero’s products and services to analysts and other audiences worldwide. Mike was formerly with CodeGear, a developer tools group that was acquired by Embarcadero in 2008. Previously, he spent more than eight years working for Borland in a number of positions, including a primary role as Chief Technical Architect. A reputed author, Mike has been published numerous times. His latest collaboration is Mastering JBuilder from John Wiley & Sons, Inc.

Wednesday, April 21, 2010

dbExpress Database Access Components in Delphi - Delphi 101

Mastering Database Application Development

Watch online video tutorials to get a quick start and useful tips.  Learn from the Expert and see how to rapidly build high-performance database applications with Delphi, C++Builder, Delphi Prism and RAD Studio. 

 

dbExpress Database Access Components in Delphi - Delphi 101

This tutorial video describes how to use the dbExpress database access components in Delphi and RAD Studio along with a demonstration of rapidly building a database application with the Firebird database.

 

About the Presenter

Mike Rozlog
Mike Rozlog
Product Manager of Delphi Solutions at Embarcadero Technologies

Mike Rozlog is the Product Manager of Delphi Solutions for Embarcadero Technologies. In this role, he is focused on ensuring the family of Delphi developer products being created by Embarcadero meets the expectations of developers around the world. Much of his time is dedicated to discussing and explaining the technical and business aspects of Embarcadero’s products and services to analysts and other audiences worldwide. Mike was formerly with CodeGear, a developer tools group that was acquired by Embarcadero in 2008. Previously, he spent more than eight years working for Borland in a number of positions, including a primary role as Chief Technical Architect. A reputed author, Mike has been published numerous times. His latest collaboration is Mastering JBuilder from John Wiley & Sons, Inc.

Tuesday, April 20, 2010

Delphi 101: Database Access Methods in Delphi

Mastering Database Application Development

Watch online video tutorials to get a quick start and useful tips.  Learn from the Expert and see how to rapidly build high-performance database applications with Delphi, C++Builder, Delphi Prism and RAD Studio. 

Delphi 101: Database Access Methods in Delphi

This tutorial video describes the database access options in Delphi and C++Builder and helps you select the best approach for your database projects. 

 

 

About the Presenter

Mike Rozlog
Mike Rozlog
Product Manager of Delphi Solutions at Embarcadero Technologies

Mike Rozlog is the Product Manager of Delphi Solutions for Embarcadero Technologies. In this role, he is focused on ensuring the family of Delphi developer products being created by Embarcadero meets the expectations of developers around the world. Much of his time is dedicated to discussing and explaining the technical and business aspects of Embarcadero’s products and services to analysts and other audiences worldwide. Mike was formerly with CodeGear, a developer tools group that was acquired by Embarcadero in 2008. Previously, he spent more than eight years working for Borland in a number of positions, including a primary role as Chief Technical Architect. A reputed author, Mike has been published numerous times. His latest collaboration is Mastering JBuilder from John Wiley & Sons, Inc.

Thursday, March 11, 2010

Embarcadero’s David Intersimone to Present at Evans Data Developer Relations Conference

 

SAN FRANCISCO – March 11, 2010 — Embarcadero Technologies’ David Intersimone, vice president of developer relations and chief evangelist, will present at the Evans Data Developer Relations Conference being held March 15 and 16 in San Jose, Calif.

Intersimone will present, “Developer Relations - The Next Generation,” on March 15 from 3:20 – 4 p.m. PDT. This session will discuss the never-ending challenge to grow a worldwide developer community, including continuing to personally interact with members, building online systems that allow collaboration with developers, and creating new marketing avenues using eDMs, RSS feeds and alternative channels such as Twitter, LinkedIn, Facebook, YouTube, Live Webinars, 24-hour online marathons and others.

 

You might be wondering “WHAT IS the Evan Data Developer Relations Conference”  …?


 March 15 - 16, 2010 - DoubleTree Hotel - San Jose, California

In an event unlike any other, developer relations experts from leading companies in the software, telecom and Web 2.0 markets will come together to discuss best practices and reveal the techniques behind their success!

Evans Data is pleased to announce the 6th Annual Evans Data Developer Relations Conference to be held March 15 - March 16, 2010 at the DoubleTree Hotel in San Jose, Ca.

Get expert advice from visionary keynote speakers, gain insight from leading authorities in two exceptional tracks, network and compare notes with colleagues in other companies, share your developer program experiences, and form partnerships in this one-of-a-kind, two-day event.

Highlights include:

  • Keynotes delivered by top developer relations executives
  • Tracks to meet your specific needs:
    • Business Track
    • Marketing Track
  • Interactive round table discussion
  • Live on-stage developer focus group
  • Networking opportunities galore:
    • Morning & afternoon breaks
    • Birds-of-a-feather luncheons
    • VIP evening cocktail reception

Who will attend:

  • VPs, CTOs, and CEOs
  • Business Development Managers & Directors
  • Managers & Directors of Developer Programs
  • Product Marketing Managers & Directors
  • Marketing Managers
  • Technology & Developer Evangelists
  • Products Managers
  • Research Managers
  • Corporate Communications Managers
  • Heads of Developer Marketing
  • ANYONE who deals with developers!

We have two rich tracks to choose sessions from in addition to nine powerful keynotes:

  1. The Business of Developer Relations which will explore the issues of measuring program ROI, the connection between developer programs and company revenue, budgeting for basic developer programs/costs of developer programs, how to run/get organization's commitment of internal resources, and more.

  2. Marketing to Developers which will examine new techniques for recruiting developers into your program, awareness tactics, community loyalty building programs, legal/privacy and global privacy considerations, conducting a privacy audit, internationalizing a US-based developer relations program, and more.

The conference will be held March 15-March 16, 2010 at the newly remodeled DoubleTree Hotel in San Jose, CA. We will have a variety of sessions within the three tracks, plus keynotes to address the general assembly, and onstage developer focus group, and an open forum on Developer Programs In and Out of the Cloud moderated by a developer relations specialist. In addition, Evans Data will share highlights from is annual Developer Relations Programs Survey Report of over 400 developers, and a special analysis of trends that will shape the technology landscape.

Whether you are starting a new developer relations program or building on a current one, you deserve all of the help you can get - and this is the place to get it!


About the Speaker
David Intersimone (known to many as David I.) is a passionate and innovative software industry veteran-often referred to as a developer icon who extols and educates the world on Embarcadero developer programs and runs the rampant online developer community. He shares his visions as an active member of the industry speaking circuit and is tapped as an expert source by the media. He is a long-standing champion of software developers and works to ensure that their needs are folded into Embarcadero’s strategic product plans. Before Embarcadero, David spent more than 20 years with Borland in various evangelism, engineering and development capacities, including creating the company’s develop relations program. He previously served as director of product services for Softsel Computer Products Inc. (now Merisel). David holds a bachelor’s degree in computer science from California Polytechnic State University at San Luis Obispo, California.

About Embarcadero Technologies
Embarcadero Technologies, Inc. is a leading provider of award-winning tools for application developers and database professionals so they can design systems right, build them faster and run them better, regardless of their platform or programming language. Ninety of the Fortune 100 and an active community of more than three million users worldwide rely on Embarcadero products to increase productivity, reduce costs, simplify change management and compliance and accelerate innovation. Founded in 1993, Embarcadero is headquartered in San Francisco, with offices located around the world. Embarcadero is online at www.embarcadero.com.

Contact Information
Michelle Chase
Media Relations
Chase Communications
303-284-8440

Monday, March 1, 2010

Embarcadero Webinar: REST in Delphi and RAD Studio 2010

SAN FRANCISCO – March 1, 2010 — Join Embarcadero Technologies and Marco Cantù on March 3 for a one-hour webinar and learn how to get the most from RAD Studio 2010 with Representational State Transfer (REST).

Cantù will delve into the technologies involved in REST from the Delphi perspective, including:
• the concepts behind Representational State Transfer
• REST technologies and Delphi
• creating Delphi REST clients that interface with RSS feeds, maps and Twitter
• data-oriented REST servers

Several live sessions of this webinar are available on March 3. To check times and to register for this webinar, go to: http://www.embarcadero.com/rad-in-action/rest

About the Speaker:
Marco Cantù is the author of the best-selling Mastering Delphi series and in the recent years he has self-published books on the latest versions of Delphi, including his Delphi 2010 handbook. Beside training and consulting on Delphi, Cantù is available for consulting on Web architectures and the integration of Delphi projects. Visit Marco’s blog at http://blog.marcocantu.com, follow him on Twitter at http://twitter.com/marcocantu or contact him at marco.cantu@gmail.com.

About Embarcadero Technologies
Embarcadero Technologies, Inc. is a leading provider of award-winning tools for application developers and database professionals so they can design systems right, build them faster and run them better, regardless of their platform or programming language. Ninety of the Fortune 100 and an active community of more than three million users worldwide rely on Embarcadero products to increase productivity, reduce costs, simplify change management and compliance and accelerate innovation. Founded in 1993, Embarcadero is headquartered in San Francisco, with offices located around the world. Embarcadero is online at www.embarcadero.com.
###
Embarcadero, the Embarcadero Technologies logos and all other Embarcadero Technologies product or service names are trademarks or registered trademarks of Embarcadero Technologies, Inc. All other trademarks are property of their respective owners.

WEBWIRE – Monday, March 01, 2010

Contact Information
Michelle Chase
Media Relations
Chase Communications
303-284-8440
michelle@chasecomm.net

Friday, February 5, 2010

Embarcadero Webinar: Creating Multi-Tier DataSnap Applications with Delphi 2010

SAN FRANCISCO – Feb. 5, 2010 – Join Embarcadero’s David Intersimone on Wednesday, February 10, as he explains how to create a DataSnap server with Delphi and connect to it from multiple clients built in Delphi, C++Builder and Delphi Prism.

While other RAD tools limit you to a specific database or architecture, or rely on “universal” data connectivity options, Delphi’s openness provides the flexibility and performance needed to build superior real-world applications. DataSnap with JSON, REST, HTTP, TCP/IP and XML support provides client/server and multi-tier connectivity with virtually any other system.

To register for this webinar, visit www.embarcadero.com/rad-in-action/datasnap.

Want to learn more?

Download the 50+ page technical paper by “Dr. Bob” Swart
Get a hands-on approach to the power and flexibility of DataSnap in RAD Studio 2010. From getting your first server and client applications going through to working with .NET as well as using Internet protocols and callbacks, Dr. Bob leads you in easy steps to get fast and powerful results. Download this unique and FREE white paper here www.embarcadero.com/rad-in-action/datasnap.

Watch online DataSnap tutorials:
1. Building DataSnap servers
2. Adding Web Broker targets
3. Adding custom server methods
4. HTTP authentication
5. Using DataSnap data filters

About the Speaker
David Intersimone (known to many as David I.) is a passionate and innovative software industry veteran-often referred to as a developer icon who extols and educates the world on Embarcadero developer programs and runs the rampant online developer community. He shares his visions as an active member of the industry speaking circuit and is tapped as an expert source by the media. He is a long-standing champion of software developers and works to ensure that their needs are folded into Embarcadero’s strategic product plans. Before Embarcadero, David spent more than 20 years with Borland in various evangelism, engineering and development capacities, including creating the company’s develop relations program. He previously served as director of product services for Softsel Computer Products Inc. (now Merisel). David holds a bachelor’s degree in computer science from California Polytechnic State University at San Luis Obispo, California.

About Embarcadero Technologies
Embarcadero Technologies, Inc. is a leading provider of award-winning tools for application developers and database professionals so they can design systems right, build them faster and run them better, regardless of their platform or programming language. Ninety of the Fortune 100 and an active community of more than three million users worldwide rely on Embarcadero products to increase productivity, reduce costs, simplify change management and compliance and accelerate innovation. Founded in 1993, Embarcadero is headquartered in San Francisco, with offices located around the world. Embarcadero is online at www.embarcadero.com.

###

Embarcadero, the Embarcadero Technologies logos and all other Embarcadero Technologies product or service names are trademarks or registered trademarks of Embarcadero Technologies, Inc. All other trademarks are property of their respective owners.

Contact Information
Michelle Chase
Media Relations
Chase Communications
303-284-8440
michelle@chasecomm.net

Friday, January 8, 2010

RAD Studio upgrade discounts extended to January 31st

Embarcadero Technologies
Upgrade Now to RAD Studio 2010

Three Reasons to Upgrade to RAD Studio 2010 BEFORE January 31, 2010

Reason #3: Upgrade discounts of 34% to 53% have been extended to January 31, 2010
Special upgrade pricing for registered owners of v1 through v2005 of Delphi® and C++Builder® ended on December 31, 2009. However, we’ve heard from many, many users who wanted to upgrade but couldn’t (for good reasons) before the end of last year. So we’re extending upgrade pricing for one last month through January 31, 2010. Registered users of 2006-2009 versions of CodeGear RAD Studio, Borland Developer Studio, Delphi, C++Builder, Turbo C++ Professional and Turbo Delphi Professional also qualify for the same great discounts. Act now to save money with upgrade pricing!

Reason #2:  Experience for yourself what developers are raving about
Critics and customers alike are raving about Delphi, C++Builder and RAD Studio 2010.

“As an IDE it is extraordinarily productive…Every time I work with the Embarcadero team, I feel like they are writing the tools that they would love to use. They really are developers’ developers.”
- Justin James, Tech Republic

“The IDE response remained lightning fast throughout my hours of testing...So much has changed over the last 15 years, yet Delphi 2010 is still recognizable and as easy to use as Delphi 1.”
- Mike Riley, Dr. Dobbs

“It’s easy. It’s fast, Delphi 2010 is addictive to use. You guys at Embarcadero can say without fear, ‘this is the best Delphi ever made’. It’s pure joy.”
- Fabricio Pontes de Araujo, Systems Analyst & Programmer, IBS-Info Business Solutions

Reason #1: Hot new features make v2010 the most productive IDE yet

  • Speed your development using new IDE and debugging enhancements

  • Take advantage of new Delphi language features including RTTI

  • Build apps that leverage new Windows® 7 technologies

  • Touch, multi-touch, and gesture enable your applications with ease

  • Rapidly create multi-tier, desktop, and Web applications

  • Improve data and code comprehension and quality

Download a Free RAD Studio Trial

Have a Question?
Give us a call
1-888-233-2224

Or email us at
sales@embarcadero.com

Ready To Buy?
Buy Now — US
Buy Now — Canada
Buy from a Partner
Contact Sales

Don’t miss out!  Get any of these new versions before time runs out!

Delphi 2010
The fastest way to build native Windows applications.

C++Builder 2010
RAD C++ development environment for Windows.

Delphi Prism 2010
Rapid application development tool for .NET and Mono.

Embarcadero RAD Studio 2010
Complete solution for native Windows and .NET development – includes Delphi, C++Builder, and Delphi Prism.

Embarcadero® All-Access™
All the power of leading application development tools including Delphi, JBuilder®, C++Builder, and the InterBase® SMP database; plus industry-leading database tools. Just added: 2007 and 2009 versions Delphi and C++Builder!

Contact Sales

Buy Online
USA CANADA

Find a Reseller

Delphi Unit Testing

Don't use Unit Testing in Delphi 2010? Why not? This is a quick example of how to start using unit testing in your projects.

 

Tuesday, January 5, 2010

Special upgrade pricing has been extended to January 31, 2010.

Developers using Delphi versions 2005 and older have come to our road shows, workshops and webinars and were convinced that RAD Studio 2010, Delphi 2010, C++Buildler 2010, and Delphi Prism 2010 are the product versions to use. Our resellers and web shops were inundated with orders at the end of last year. So that everyone can upgrade, we have extended the upgrade pricing offer until the end of January.

Here is the notice from the migration web site:

"Users of Delphi and C++Builder versions 2005 and older. Special upgrade pricing has been extended to January 31, 2010. This is your last chance to get upgrade pricing on the 2010 versions of Delphi, C++Builder, and Embarcadero RAD Studio."

The FAQ for the extended offer is at http://www.embarcadero.com/images/dm/RAD-2010-upgrade-FAQs.pdf

Pawel Glowacki, software consultant and product evangelist in our EMEA region, has put together a Delphi 2010 resource page at http://blogs.embarcadero.com/pawelglowacki/2009/12/02/38849

The RAD Studio 2010, Delphi 2010, C++Builder 2010, and Delphi Prism 2010 migration center can be found at http://www.embarcadero.com/rad-studio-2010-migration-center

Let us know what more I can do to help you move your projects forward.   Do you need more information, videos, articles, webinars, tours, >advanced workshops, beginners sessions?  Happy New Year and Happy New Decade!

Thursday, November 12, 2009

Embarcadero Webinar: Migrating to Delphi 2010

SAN FRANCISCO – Nov. 11, 2009 — Join Embarcadero Technologies on Tuesday, November 17 at 11 a.m. PST and get the inside story on upgrading to Delphi and Embarcadero RAD Studio 2010. During this one-hour session, learn some of the tricks of migrating Delphi code from prior versions compared to what 2010 has to offer.

During this webinar, Mike Rozlog, senior director of Delphi solutions for Embarcadero will discuss:
- Things to keep in mind based on migration projects from earlier versions of Delphi to 2010
- Top three things to remember when migrating
- Top three areas of migrating from non-Unicode to Unicode
- Using advanced tools to help with the migration

Delphi®, C++Builder®, Delphi Prism™ and Embarcadero® RAD Studio 2010 are now available and receiving rave reviews. Users are excited about the benefits Delphi brings Windows developers for building touch and gesture enabled applications, helping them complete projects faster and keep up with the latest technologies, including Windows 7.

To register for this webinar, go to http://bit.ly/2wq4bQ.

To learn more about Delphi, C++ or RAD Studio 2010, visit our migration center at http://www.embarcadero.com/rad-studio-2010-migration-center.

About the Speaker
Mike Rozlog is focused on ensuring the family of Delphi developer products being created by Embarcadero meets the expectations of developers around the world. Much of his time is dedicated to discussing and explaining the technical and business aspects of Embarcadero’s products and services to analysts and other audiences worldwide. Mike was formerly with CodeGear, a developer tools group that was acquired by Embarcadero in 2008. Previously, he spent more than eight years working for Borland in a number of positions, including a primary role as chief technical architect. A reputed author, Mike has been published numerous times. His latest collaboration is Mastering JBuilder from John Wiley & Sons, Inc.

About Embarcadero Technologies
Embarcadero Technologies, Inc. is a leading provider of award-winning tools for application developers and database professionals so they can design systems right, build them faster and run them better, regardless of their platform or programming language. Ninety of the Fortune 100 and an active community of more than three million users worldwide rely on Embarcadero products to increase productivity, reduce costs, simplify change management and compliance and accelerate innovation. Founded in 1993, Embarcadero is headquartered in San Francisco, with offices located around the world. Embarcadero is online at www.embarcadero.com.
###
Embarcadero, the Embarcadero Technologies logos and all other Embarcadero Technologies product or service names are trademarks or registered trademarks of Embarcadero Technologies, Inc. All other trademarks are property of their respective owners.

WEBWIRE – Thursday, November 12, 2009

Contact Information
Michelle Chase
Media Relations
Chase Communications
303-284-8440
michelle@chasecomm.net

Monday, November 2, 2009

See What's New in RAD Studio 2010 at a Free Seminar

Embarcadero Technologies
RAD Studio 2010 Tour

COMING TO A CITY NEAR YOU

Technology is moving fast. Learn the secrets to getting the most out of RAD Studio 2010 and new Windows technologies by attending the RAD Studio 2010 Tour in a city near you. These free two-hour technical seminars, led by noted experts David Intersimone, Anders Ohlsson, Nick Hodges, or Mike Rozlog, will give you a firsthand look at new capabilities that will make you more productive and successful with Delphi®, C++Builder®, Delphi Prism™ and Embarcadero® RAD Studio 2010.

To register, click the city of your choice:

San Diego, CA, November 10, 12:30pm-2:30pm

Silicon Valley, CA, November 11, 11:00am-1:00pm

Phoenix, AZ, November 12, 12:00pm-2:00pm

Philadelphia, PA, November 17, 6:00pm-8:00pm

Raleigh, NC, November 18, 6:00pm-8:00pm

Minneapolis, MN, November 19, 6:00pm-8:00pm

Sacramento, CA, December 2, 6:00pm-8:00pm

Los Angeles, CA, December  3, 7:00pm-9:00pm

Denver, CO, December  8, 5:00pm-7:00pm

More cities and dates are being added in December. Stay tuned for updates.

You’ll learn how to:

  • Speed your development using new IDE and debugging enhancements

  • Take advantage of new Delphi language features including RTTI

  • Build apps that leverage new Windows® 7 technologies

  • Touch, multi-touch, and gesture enable your applications with ease

  • Migrate your earlier Delphi projects to Delphi 2010

  • Rapidly create multi-tier, desktop, and Web applications

  • Improve data and code comprehension and quality

Register today!  All event attendees will receive:

  • Special discounts on Delphi, C++Builder, Delphi Prism, and RAD Studio

  • Entry in a drawing for a free copy of RAD Studio 2010 and other prizes

  • Discount on Delphi training from The DSW Group

Still using Delphi or C++Builder 2005 or earlier?

If you’re still using Delphi or C++Builder 2005 or earlier, your last chance to get current upgrade pricing on version 2010 is December 31, 2009.  Now is a great time to evaluate the new features and capabilities of 2010 and attend the seminar to get tips on upgrading. Don’t miss out.


Featured Speakers:

David I
David Intersimone
VP Developer Relations
& Chief Evangelist

Anders Ohlsson
Anders Ohlsson
Staff Engineer
Developer Relations

Mike Rozlog
Mike Rozlog
Senior Director
Delphi Solutions

Nick Hodges
Nick Hodges
Manager
Delphi Development

What users are saying about RAD Studio 2010

"Delphi 2010 builds on all of 2009's strong points, with powerful new IDE and debugger features, improved Generics support, and the fastest compiler known to man."
- Mason Wheeler, Delphi Developer

Read more user quotes..

Download RAD Studio 2010 Trial

Friday, September 18, 2009

RAD Studio 2010: Still RAD

Examining Embarcadero's RAD Studio 2010 Architect Edition

By Mike Riley,  Dr. Dobb's Journal
Sep 18, 2009


It wasn't until Delphi 1.0 arrived back in the mid '90s that I became a serious Windows application developer. I had dabbled with Microsoft C++ (which eventually became Visual C++) and Visual Basic, but neither thrilled me -- C++ required deeper Windows API knowledge and dozens of lines of code just to display a 'Hello, world' window on screen, and Visual Basic at that time was too simple and constrained to write any serious, low-level Windows applications.

I have always had a soft spot for the Pascal language because it was the first structured programming language I truly enjoyed learning (thanks entirely to Doug Cooper's Oh! Pascal! book). This appreciation was further propelled by Borland's release of Turbo Pascal in the late '80s, wonderfully accelerating the DOS application development process with compiled programs that would execute at blazing, nearly assembly language-level speeds. As Windows gained prominence and Microsoft's tools became the dominant way to develop applications for the platform, many erroneously predicted the end of Borland as a Windows programming tools vendor. However, with the release of Object Pascal-based Delphi, Borland was not only back on the map but forcefully redefining the way Windows applications could be written. (For those unfamiliar with Object Pascal, but interested in learning more about it, check out Marco Cantu's helpful free eBook, Essential Pascal).

Delphi's most celebrated personality and main architect, Anders Hejlsberg, was eventually enticed enough to move to Redmond and join Microsoft to create the .NET technology base and the C# language, extracting the best of what Delphi, Java and C++ had to offer at the time. Yet again, this key player departure prompted doomsayers to predict the end of the Borland developer tools. It was around this time that Borland attempted to swim upstream to expensive middleware solutions, changed their name to Inprise yet retain the Borland name for their tools which expanded from Delphi to also include C++ Builder and JBuilder. The Inprise strategy faltered and the company reassumed and re-emphasized its Borland developer tools legacy. However, by this time, Microsoft had captured a majority of Windows-based application and web developer mindshare with its Visual Studio for .NET toolset and Borland eventually recast its prized developer tools assets under CodeGear until the portfolio was acquired earlier this year by database tool vendor Embarcadero Technologies. As such, the RAD Studio 2010 collection is the first Delphi and C++ Builder suite sold under the Embarcadero name.

A Look at Today

So much has changed over the last 15 years, yet Delphi 2010 is still recognizable and as easy to use as Delphi 1 was upon its initial release. While the look of the IDE is certainly busier, new navigation features and smart choices in palette management still make the environment a highly productive, comfortable one to code in. Still, given the wealth of options and the number of views available, I found 1920x1600 the best resolution for my coding projects. Better still, I found adding a second monitor for running and observing the executable to be the optimal RAD Studio 2010 developer experience. And even with all the views activated, the IDE response remained lightning fast throughout my hours of testing it for this review.

Figure 1: The RAD Studio 2010 IDE user interface overflows with project details.

Given its nearly 15-year history, Delphi has kept up with the times of supporting each successive release of Windows. For example, Delphi 2010 fully supports Windows 7-specific UI nuances and new technology enhancements via Visual Component Library (VCL) controls and API headers. These also include the Windows Imaging Component for numerous image format reading and manipulation, and Windows 7's new Direct2D API.

Figure 2: More than 20 different types of C++ project types can be automatically scaffolded via the New Items dialog box.

Code Audits in the Professional, Enterprise and Architect editions provide extremely helpful code and project health monitoring via an easy to use, information-rich reporting interface. The new IDE Insight makes navigating to all the plethora of options packed into the development environment as easy as a filtered Google search. While I found this new navigation window rather helpful, I would have preferred it to have been enhanced with an optional 'What's New' filter to quickly help me identify the new features and shortcuts specifically created for this release.

Figure 3: RAD Studio 2010 brings an unprecedented granularity of code formatting to C++ Builder and Delphi developers.

Figure 4: The IDE Insight palette provides a simple interface to quickly access the plethora of functional aspects available in RAD Studio 2010.

RAD Studio 2010 database drivers have also been updated to support the latest well-known name SQL DBMS's including IBM DB2 8, Microsoft SQL Server 2008, MySQL 5.1 and Oracle 11g. Also added to this release is support for the sexy, high-performance, open-source Firebird 1.5 RDBMS, showing that Embarcadero is hip with the times by not standing idle with just supporting updates for the entrenched players. New DSHTTPService and DSHTTPServiceAuthenticationManager components have been added to the DataSnap collection that delivers user-authenticated data connections over the HTTP stateless protocol. This is pretty cool, considering the number of disparate data sources and client access mechanisms scattered throughout a large enterprise. In addition, the Architect edition includes a developer edition of Embarcadero's powerful ER/Studio 8.0 database modeling, documentation/analysis and reverse engineering tool. ER/Studio deserves its own review, though of all the features packed into the 8.0 release, the one I found most exciting was its Visual Data Lineage that allows developers to observer how data flows throughout a data warehouse without necessarily having access to the codebase driving the system. It's a feature that I'm surprised Embarcadero isn't hyping with screencasts and more screenshots on its website.

Figure 5: RAD Studio 2010's modeling features are some of the best, most intuitive round-trip UML designers available today.

While not new in RAD Studio 2010, the Delphi Prism language opens the .NET Framework to the Delphi developer. Additionally, it provides developers with the option of leveraging an Aspect Oriented Programming approach and also supports .NET 4.0's dynamic typing capabilities, making it a very powerful, flexible web application option. Perhaps the most notable aspect of Prism is its ability to run underMono, the open source cross-platform implementation of .NET. This has a lot of potential for Linux-based VPS's like Linode by loading the Mono libraries to run Delphi Prism-based web applications. This effectively puts Delphi into an effective, economical means of executing web applications in a non-Microsoft hosted VM scenario.

Other helpful additions include search across project files, more granular thread debugging (freeze, thaw, isolate and set thread breakpoints), SOAP 1.2 (and REST and JSON via the DataSnap component) support, upgraded ANSI/ISO Boost-supported C++ compiler, a Class Explorer for C++ Builder (finally!), secure C library functions and, remarkably, the ability to import Delphi 1.0 and higher projects into Delphi 2010. I tried this with a fairly complex Delphi application I wrote in 1997 and sure enough, it just worked. Impressive! Minor improvements also abound in the release, from an updated Action property editor to Date properties displaying a Calendar control -- more than 100 new and enhanced features in all. View this feature matrix for a comprehensive list of capabilities available in each of the four RAD Studio flavors.

Of all the new features in this release, the one that captured most of my attention and fascination was the inclusion of Gesture support. This is especially awesome for those few lucky developers who have the opportunity to work with and develop on the new breed of multi-touch monitors. While the new Windows for Touch and Tablet PC features are a big deal in Windows 7, the gesture components in Delphi support Windows XP and Vista operating systems as well. Anyone developing Tablet or multi-touch display kiosk applications will want to take a serious look at how easy it is to bake in gesture support and even create custom gestures for service, support and even gaming applications.

Figure 6: One of the most exciting new additions to the 2010 release is the ability to easily create multi-touch screen-aware applications.

Figure 7: The multi-touch screen Gesture components support over 30 standard gesture motions out of the box.

Figure 8: The Custom Gesture Designer provides a surprisingly easy design palette to create and assign new gestures not already included in the standard gesture library.

Areas for Improvement

While trying out all these nifty new features, I had to discover most of them on my own due to the lack of sample projects demonstrating how these new capabilities work. Embarcadero needs to better market and support these major new releases with more code samples and screencasts, beyond the amateur marketing videos like this IDE overview and this one on Gestures made by long-time Borland-Inprise-CodeGear-Embarcadero developer evangelist David Intersimone. Even encouraging the Delphi and C++ Builder community to post screencasts on Blip.tv and YouTube would have been a boost in greater visibility and recognition for the product as well as raising awareness of how easy it is to construct such compelling applications on the Windows platform can be.

Also, why is it after all these releases that there still remains no native dbExpress support for PostgreSQL or SQLite data sources? Sure, PostgreSQL data can be accessed via its ODBC driver and both of these database technologies have community-developed VCL's that vary in quality, but they certainly are not anything I would trust running as part of an enterprise application. And while the Firebird DBMS support is welcome, it would have been a really nice surprise to see rising document database star Apache CouchDB on the official support list as well. While I realize CouchDB is not an RDBMS, having a way to access its data outside of the RESTful approach would have been a coup for a commercial IDE. Alas, perhaps some of these databases will receive their own feature bullet points in RAD Studio 2011.

Lastly, the Architect edition is one very expensive product. New Users are expected to pay $4,299.00 US while existing licensees can upgrade for $2,799.00 US. The Professional Edition is a bit more reasonable at $1,399.00 US for new users and $649.00 for the upgrade, but of course that version doesn't include many of the powerful data and modeling features or the E/R Studio developer edition. Nevertheless, such high prices will keep many new developers with constrained budgets from taking a closer look at RAD Studio 2010. That's a shame, given how much productivity potential is packed into this release. While it's a no-brainer that existing RAD Studio customers should upgrade, those Windows developers already wed to Microsoft's Visual Studio environment will be hard-pressed for a compelling reason to make the switch to RAD Studio for new project development. Embarcadero should seriously consider extending offers to long-time Delphi developers, especially those that abandoned Delphi years ago, that entice them to take another look, either via a special two hundred dollar upgrade regardless of version, or a competitive trade-in offer (i.e., show proof of legitimate Visual Studio license ownership and receive a thousand dollars off a new license) could really help to get those both old and new to Delphi reacquainted with a faster, more lightweight way of writing Windows applications.

A Look Toward the Future

While the RAD Studio 2010 release isn't perfect, it does emphasize an ongoing commitment by Embarcadero to stand by its acquired product line and carry forward the tenants of what made Delphi such an outstanding IDE. It also puts to rest the years of concern by tech industry journalists like me questioning the longevity of Delphi and C++ Builder. The financial backing is there. Now its time for Embarcadero to step up the competitive edge by leveraging Delphi across multiple platforms via Prism (Mono runs on Windows, Linux, Mac OS X, and even the iPhone and Android smartphones), compare how much faster Windows applications can be constructed in RAD Studio compared to Visual Studio and show how much smaller and tighter Delphi applications are compared to .NET applications.

That last point emphasizes a major consistency throughout Delphi's long life. With Delphi, even a Windows application neophyte can paint a form, compile it into a true executable without a bulky, separate runtime dependency. This is something that existing Delphi developers have taken for granted since its inception, but its still something to remark upon given the weighty overhead that various Java and .NET VM distributions require. The fact that Delphi can span the XP, Vista and Windows 7 family of operating systems, even supporting technologies like gesture support on operating systems that Microsoft won't formally commit to, is a testament to the enduring capabilities that Delphi has carried through all of its corporate incarnations. Anyone interested in Windows application development -- especially timely with the release of Windows 7-- should visit Embarcadero's RAD Studio 2010 website for more details.

URL:http://www.ddj.com/windows/220001058

Mike Riley is a Dr. Dobb's contributing editor. Follow Mike on Twitter @mriley.

Wednesday, August 26, 2009

Touch the future – Delphi® 2010 is here!

Header Blank Thin
del

“It’s easy. It’s fast. Delphi 2010 is addictive to use. You guys at Embarcadero can say without fear, ‘this is the best Delphi ever made’. It’s pure joy.”

Fabricio Pontes de Araujo
IBS – Info Business Solutions

Now you can touch the future with Delphi 2010. With major enhancements to the Delphi IDE, Visual Component Library (VCL) framework, and underlying compilers and tools, Delphi 2010 makes it easier and faster to build visual apps that can operate across all your data sources and tiers.

Key new features in Delphi 2010 include:

  • Cutting-edge support for touch- and gesture-enabling both new and existing apps running on Windows 2000, XP, Vista, and Windows 7
  • Windows 7 API, Direct2D, and multi-touch
  • Delphi language support for RTTI and custom attributes
  • Support for the latest databases with the enhanced DataSnap™ framework and dbExpress™ data access drivers, now with support for the Firebird SQL database, Oracle 11g, Microsoft SQL Server 2008 and more!
  • IDE Insight for instant access to any feature, setting, or component
  • Multi-thread debugging and debugger data visualizers
  • Delphi 7 classic mode layout option with tabbed toolbar
  • Over 120 new developer-focused enhancements including background compilation
  • Plus enhancements to hundreds of features introduced in version 2009 including Unicode, generics, anonymous methods, and more!

Step Up to Embarcadero RAD Studio with C++ and .NET Development
Delphi 2010 is also available as part of Embarcadero® RAD Studio 2010 which includesDelphi, C++Builder® and Delphi Prism™ for a multi-language development solution for both Windows and .NET applications.

Touch the future today. Visit the Delphi 2010 site for more information, to download free trials, to see video demos, and more. Find out how Delphi 2010 can help you go further, faster.

Register for a “What’s New in Delphi 2010” Webinar

del2

ACT NOW!
Special “Buy One, Get One”
tools offer extended
to Sept 24, 2009


There are many ways to connect to the Embarcadero Community!
Stay in touch and keep your profile current at the Embarcadero Developer Network Embarcadero Developer Network
Follow us on Twitter Watch us on our YouTube Channel


Tuesday, August 11, 2009

Embarcadero Technologies Previews RAD Studio 2010 Touch and Gesture Capabilities

Aug 11, 2009 03:00 ET

Sneak Peek: Embarcadero Technologies Previews RAD Studio 2010 Touch and Gesture Capabilities

Continued Innovation of Delphi Meets the Latest User Needs From Application Development

SAN FRANCISCO, CA--(Marketwire - August 11, 2009) - Embarcadero Technologies, a provider of database tools and developer software today, announced the second of three Embarcadero® RAD Studio 2010 sneak previews. The second sneak preview showcases how RAD Studio 2010 enables developers to build touch based GUI, tablet, touchpad and kiosk applications with a flexible touch enabled framework. New features include the ability to:

  • Create gesture and touch enabled applications in just a few easy steps
  • Get a quick start with more than 30 included gestures like left, right, up, down, scratch-out, and interactive multi-touch gestures like pan, zoom and rotate
  • Use the VCL Gesture Designer to visually add your own custom gestures at the component level
  • Use the virtual touch, multi-locale and multi-language keyboard for on- screen input
  • Upgrade existing Delphi and C++Builder applications to add support for touch and gesture input with little or no additional coding

The touch development support in RAD Studio 2010 is unique in that it seamlessly supports multiple versions of Windows including Windows 2000, XP, Vista and Windows 7; and works with a variety of inputs including single and multi-touch screens, pen and mouse.

"Touch is now a reality and can deliver far more interactive user experiences. From kiosks and Point of Sale to the iPhone and Windows 7, enabling gestures into every application is becoming a key competitive advantage as consumers and businesses recognize the benefits of natural input," said Michael Swindell, vice president of products, Embarcadero Technologies. "With the upcoming launch of Delphi and C++Builder 2010, Embarcadero is providing a simple method for enabling touch and gestures in any application that can run on multiple Windows OSes. We are continuing to make Delphi the leading language and platform for interactive user focused applications."

The gesture enhancements will benefit users of Embarcadero® All-Access™ with the upcoming versions of Delphi and C++Builder. Embarcadero All-Access enables customers to select from one of four All-Access levels providing on-demand access to the entire Embarcadero tool chest.

To view the latest sneak peek blogs and videos on RAD Studio 2010, visit www.embarcadero.com/rad-studio-2010.

About Embarcadero Technologies

Embarcadero Technologies, Inc. is a leading provider of award-winning tools for application developers and database professionals so they can design systems right, build them faster and run them better, regardless of their platform or programming language. Ninety of the Fortune 100 and an active community of more than three million users worldwide rely on Embarcadero products to increase productivity, reduce costs, simplify change management and compliance and accelerate innovation. Founded in 1993, Embarcadero is headquartered in San Francisco, with offices located around the world. Embarcadero is online at www.embarcadero.com.

Embarcadero, the Embarcadero Technologies logos and all other Embarcadero Technologies product or service names are trademarks or registered trademarks of Embarcadero Technologies, Inc. All other trademarks are property of their respective owners.

Tuesday, August 4, 2009

Embarcadero Technologies Previews Delphi and C++Builder IDE Enhancements

Embarcadero Demonstrates Its Continued R&D Investment and Innovation in the RAD IDE Business

SAN FRANCISCO—(BUSINESS WIRE)--Embarcadero Technologies, a provider of database tools and developer software, today announced the first of three Embarcadero®RAD Studio 2010 sneak previews. The first sneak preview showcases the integrated development environment (IDE) enhancements in the new release, some of the more than 120 that improve developer experience and productivity. New features include:

  • IDE Insight – a timesaving tool to easily find files, components, features and settings using simple keystrokes and search terms
  • Code Formatter – to implement consistent coding styles with minimal effort
  • Class Explorer – for a configurable hierarchical view of class libraries throughout a project and enabling fast navigation to declarations and implementations and now available for C++Builder
  • Data Visualizers – that make debugging easier by displaying visual representations of data in definable forms
  • Debugger Thread Control – to freeze, thaw and isolate individual threads within applications during debugging to track down problems faster 

“The productivity gains from these enhancements will save developers time as they find files easier and understand code better,” said Michael Swindell, vice president of products, Embarcadero Technologies. “By increasing productivity, Embarcadero is helping developers to meet the challenging business demands, faster and with increased innovation and understanding.”

The IDE enhancements will benefit Embarcadero® All-Access™ with the upcoming versions of Delphi and C++Builder as well as Delphi 2009 and 2007 added into the version mix and accessible from within the All-Access client. Embarcadero All-Access enables customers to select from one of four All-Access levels providing on-demand access to the entire Embarcadero tool chest.

The Borland and CodeGear IDE tools business lives on with Embarcadero’s strong commitment to continued innovation in the product roadmap. Throughout August, Embarcadero will be showcasing sneak previews to show what’s in store for RAD Studio 2010 with its new 2010 versions of Delphi, C++Builder and Delphi Prism™. To view the latest sneak peek blogs and videos on RAD Studio 2010, visit www.embarcadero.com/rad-studio-2010.

About Embarcadero Technologies

Embarcadero Technologies, Inc. is a leading provider of award-winning tools for application developers and database professionals so they can design systems right, build them faster and run them better, regardless of their platform or programming language. Ninety of the Fortune 100 and an active community of more than three million users worldwide rely on Embarcadero products to increase productivity, reduce costs, simplify change management and compliance and accelerate innovation. Founded in 1993, Embarcadero is headquartered in San Francisco, with offices located around the world. Embarcadero is online at www.embarcadero.com.

Embarcadero, the Embarcadero Technologies logos and all other Embarcadero Technologies product or service names are trademarks or registered trademarks of Embarcadero Technologies, Inc. All other trademarks are property of their respective owners.