MACROMEDIA COLDFUSION 5 - INSTALING AND CONFIGURING SERVER Spezifikationen

Stöbern Sie online oder laden Sie Spezifikationen nach Server MACROMEDIA COLDFUSION 5 - INSTALING AND CONFIGURING SERVER herunter. MACROMEDIA COLDFUSION 5 - INSTALING AND CONFIGURING SERVER Specifications Benutzerhandbuch

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken

Inhaltsverzeichnis

Seite 1

Migrating ColdFusion 5 Applications

Seite 2

2 Migrating ColdFusion 5 ApplicationsMigrating to ColdFusion MXWhen you migrate your existing ColdFusion Server 5 applications to ColdFusion MX, y

Seite 3 - CONTENTS

Planning your migration 3Planning your migrationTo facilitate the migration process, Macromedia recommends that you develop a structured migration str

Seite 4

4 Migrating ColdFusion 5 ApplicationsUsing the ColdFusion Code Compatibility AnalyzerTo isolate compatibility issues between ColdFusion MX and Col

Seite 5 - ABOUT THIS BOOK

Using the settings migration wizard 5Using the settings migration wizardIf you have ColdFusion 5 installed on the same computer as ColdFusion MX, you

Seite 6 - Developer resources

6 Migrating ColdFusion 5 ApplicationsMigrating settings later in WindowsTo run the settings migration wizard later, you must configure the softwar

Seite 7

CFML tags and attributes 7CFML tags and attributesThe following table describes the tags and attributes in ColdFusion MX that differ from ColdFusion S

Seite 8 - Contacting Macromedia

8 Migrating ColdFusion 5 ApplicationscfcatchChanged cfcatch.Message gets the current values every time an exception is thrown, and ColdFusion MX i

Seite 9 - APPLICATIONS

CFML tags and attributes 9cfformChanged ColdFusion MX only uses the cfinput tag’s checked attribute if the corresponding form field value is undefined

Seite 10 - Migrating to ColdFusion MX

10 Migrating ColdFusion 5 ApplicationscfldapChanged You can no longer sort cfldap query results on the client side using the sort attribute. The s

Seite 11 - Planning your migration

CFML tags and attributes 11cfprocparamChanged The maxrows attribute is obsolete in ColdFusion MX. If you have ref cursors in packages or stored proced

Seite 12

TrademarksAfterburner, AppletAce, Attain, Attain Enterprise Learning System, Attain Essentials, Attain Objects for Dreamweaver, Authorware, Authorware

Seite 13 - Limitations of the wizard

12 Migrating ColdFusion 5 ApplicationsThe ColdFusion section of the Macromedia website contains the most current compatibility information. For mo

Seite 14

CFML functions and variables 13CFML functions and variablesThe following table describes other CFML functions and variables in ColdFusion MX that diff

Seite 15 - CFML tags and attributes

14 Migrating ColdFusion 5 ApplicationsIsWDDX()Changed Returns No for arrays and other complex values. ColdFusion 5 returns an error. (Both version

Seite 16

CFML functions and variables 15Note: The date pivot point for calculating the century in a two-digit year has changed from ColdFusion 5, affecting the

Seite 17

16 Migrating ColdFusion 5 ApplicationsDatabase operationsColdFusion MX uses JDBC drivers to interact with databases; for example, to query, write,

Seite 18

Database operations 17QueryColumn objectThe QueryColumn object is even more like an array than in ColdFusion 5, as shown by the following examples: •

Seite 19 - ColdFusion MX

18 Migrating ColdFusion 5 ApplicationsLocalizationThis section describes the changes between ColdFusion 5 and ColdFusion MX that affect locale fun

Seite 20

Localization 19* In ColdFusion MX for Portuguese (Brazilian), the Java medium time format (for example, 06:55:27) does not work. However, the short, l

Seite 21 - CFML functions and variables

20 Migrating ColdFusion 5 ApplicationsChanges to formatting functions for different localesThe following table shows the locales in which one or m

Seite 22

Localization 21* The medium date format for English(US) has changed to the Java standard; for example, “Sept 4, 1998 11:15:16 PM" and "11:15

Seite 23

iiiCONTENTSABOUT THIS BOOK . . . . . . . . . . . . . . . . . . . . . . . . . . . . VDeveloper resources . . . . . . . . . . . . . . . . . . . . . . .

Seite 24 - Database operations

22 Migrating ColdFusion 5 ApplicationsChanges to formatting functions for every localeThe following table outlines changes to formatting functions

Seite 25 - Appearance of query results

Localization 23Note: The date pivot point for calculating the century in a two-digit year has changed from ColdFusion 5, affecting the results from da

Seite 26 - Localization

24 Migrating ColdFusion 5 ApplicationsOther changesThis section describes other changes between ColdFusion 5 and ColdFusion MX.Character encodingC

Seite 27

Other changes 25OperatorsFollowing are changes in operands between ColdFusion 5 and ColdFusion MX:• Exponent results differ; for example, ColdFusion 5

Seite 28

26 Migrating ColdFusion 5 ApplicationsObjects for date/timeColdFusion MX no longer strips milliseconds off of date/time objects; to do this, use t

Seite 29

Other changes 27thisTag scopeIn ColdFusion 5, you can change system values in the thisTag scope that persist throughout the execution of the tag. This

Seite 30

28 Migrating ColdFusion 5 ApplicationsTag and function examplesThis section provides remedies for some of the compatibility issues listed in “CFML

Seite 31 - Other locale-specific changes

Tag and function examples 29Branch = "HKEY_LOCAL_MACHINE\SOFTWARE\Allaire\ColdFusion\CurrentVersion\Collections"Entry = "RootDirectory&

Seite 32 - Other changes

30 Migrating ColdFusion 5 ApplicationsIncompatible exampleThe following example to retrieve ColdFusion mappings throws an error because ColdFusion

Seite 33 - Case in forms

Tag and function examples 31Using the cfindex tag in ColdFusion MXTo populate a collection with the contents of the query results, you can now use the

Seite 34 - Null values

iv Contents Case in forms . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .25Obje

Seite 35 - Log files

32 Migrating ColdFusion 5 Applications

Seite 36 - Tag and function examples

33INDEXAadvanced security feature 24array functions 13ASCII 0 (NUL) 14attributes 7AuthenticatedContext 13AuthenticatedUser 13Ccaching 7cfapplet 7cfapp

Seite 37

34 IndexLLDAP directory servers, accessing 10Len 14ListSetAt 14ListSort 14ListSort() 30localesdetermining 23formatting functions 19overview 18logging

Seite 38 - Compatible example

vABOUT THIS BOOKMigrating ColdFusion 5 Applications provides migration and incompatibility information for anyone who is migrating applications from C

Seite 39

vi About This BookDeveloper resourcesMacromedia, Inc. is committed to setting the standard for customer support in developer education, documentat

Seite 40

About Macromedia ColdFusion MX documentation viiAbout Macromedia ColdFusion MX documentationThe ColdFusion documentation is designed to provide suppor

Seite 41

viii About This BookViewing online documentationAll ColdFusion documentation is available online in HTML and Adobe Acrobat Portable Document Forma

Seite 42

1MIGRATING COLDFUSION 5APPLICATIONSThis chapter describes the known compatibility issues between ColdFusion Server 5 and ColdFusion MX. For late-break

Kommentare zu diesen Handbüchern

Keine Kommentare