MACROMEDIA COLDFUSION 5 - INSTALING AND CONFIGURING SERVER Especificaciones

Busca en linea o descarga Especificaciones para Servidores MACROMEDIA COLDFUSION 5 - INSTALING AND CONFIGURING SERVER. MACROMEDIA COLDFUSION 5 - INSTALING AND CONFIGURING SERVER Specifications Manual de usuario

  • Descarga
  • Añadir a mis manuales
  • Imprimir

Indice de contenidos

Pagina 1

Migrating ColdFusion 5 Applications

Pagina 2

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

Pagina 3 - CONTENTS

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

Pagina 4

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

Pagina 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

Pagina 6 - Developer resources

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

Pagina 7

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

Pagina 8 - Contacting Macromedia

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

Pagina 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

Pagina 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

Pagina 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

Pagina 12

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

Pagina 13 - Limitations of the wizard

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

Pagina 14

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

Pagina 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

Pagina 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

Pagina 17

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

Pagina 18

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

Pagina 19 - ColdFusion MX

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

Pagina 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

Pagina 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

Pagina 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

Pagina 23

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

Pagina 24 - Database operations

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

Pagina 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

Pagina 26 - Localization

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

Pagina 27

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

Pagina 28

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

Pagina 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

Pagina 30

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

Pagina 31 - Other locale-specific changes

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

Pagina 32 - Other changes

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

Pagina 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

Pagina 34 - Null values

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

Pagina 35 - Log files

32 Migrating ColdFusion 5 Applications

Pagina 36 - Tag and function examples

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

Pagina 37

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

Pagina 38 - Compatible example

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

Pagina 39

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

Pagina 40

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

Pagina 41

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

Pagina 42

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

Comentarios a estos manuales

Sin comentarios