FR2976694A1 - Method for assisting to programming of configurable application from configuration application by using e.g. extensible XML, involves associating configuration source with configurable property by automatic generation of source code - Google Patents

Method for assisting to programming of configurable application from configuration application by using e.g. extensible XML, involves associating configuration source with configurable property by automatic generation of source code Download PDF

Info

Publication number
FR2976694A1
FR2976694A1 FR1155289A FR1155289A FR2976694A1 FR 2976694 A1 FR2976694 A1 FR 2976694A1 FR 1155289 A FR1155289 A FR 1155289A FR 1155289 A FR1155289 A FR 1155289A FR 2976694 A1 FR2976694 A1 FR 2976694A1
Authority
FR
France
Prior art keywords
configurable
configuration
application
property
source
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Withdrawn
Application number
FR1155289A
Other languages
French (fr)
Inventor
Jonathan Gourdin
Merrer Pascal Le
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Orange SA
Original Assignee
France Telecom SA
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by France Telecom SA filed Critical France Telecom SA
Priority to FR1155289A priority Critical patent/FR2976694A1/en
Publication of FR2976694A1 publication Critical patent/FR2976694A1/en
Withdrawn legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

The method involves analyzing a configuration application in order to extract a group of configuration sources (10), and displaying a defined part of the group of configuration sources according to a configurable application in a window of graphic interface of a device (18). A configuration source selected from the sources contained in the defined part of the group of configuration sources is associated (19) with configurable property e.g. URL, of the configuration source by automatic generation of source code linking the configurable property to the selected source. Independent claims are also included for the following: (1) a device for assisting to programming of a configurable application from a configuration application (2) a computer program comprising a set of instructions for executing a method for assisting to programming of a configurable application from a configuration application when the program is carried out by a processor (3) a recording medium readable by a processor for recording a program comprising a set of instructions for executing a method for assisting to programming of a configurable application from a configuration application.

Description

Procédé et dispositif d'aide à la programmation d'une application configurable et d'une application de configuration. Method and device for assisting the programming of a configurable application and a configuration application.

Domaine de l'invention L'invention concerne le domaine de la programmation informatique. Elle concerne plus précisément un procédé et un dispositif d'aide à la programmation d'une application configurable et d'une application de configuration. Field of the Invention The invention relates to the field of computer programming. It relates more specifically to a method and a device for assisting in the programming of a configurable application and a configuration application.

Art antérieur Une application logicielle configurable est une application dont certaines propriétés peuvent être définies par un utilisateur. Il est par exemple possible de configurer une propriété graphique telle qu'une image à afficher en image de fond de l'application, la couleur de fond de l'application ou la couleur du texte. La configuration peut aussi concerner la valeur d'une variable utilisée par l'application : par exemple une adresse de courrier électronique à laquelle doivent être envoyés des messages émis par l'application. Prior art A configurable software application is an application whose certain properties can be defined by a user. For example, it is possible to configure a graphic property such as an image to be displayed in the background of the application, the background color of the application or the color of the text. The configuration can also concern the value of a variable used by the application: for example an e-mail address to which messages sent by the application must be sent.

Afin de proposer un module de configuration permettant de configurer une application logicielle, les solutions de l'état de l'art utilisent en général un langage de programmation. Grâce au langage de programmation, un développeur de logiciel définit alors une interface homme-machine (IHM) de configuration de l'application logicielle à partir d'une application de configuration. Le développeur doit déclarer les propriétés et/ou variables de l'application qui seront configurables, programmer les sources de configuration de l'application de configuration qui seront utilisées par le module de configuration et programmer le lien entre les sources de configuration du module de configuration et les propriétés configurables de l'application à configurer. Certains langages de programmation proposent des outils qui facilitent la liaison entre ces données. Par exemple, le langage XAML (pour eXtensible Application Markup Language en anglais) développé par la société Microsoft ou le langage MXML (pour Macromedia eXtensible Markup Language en anglais) de la société Adobe sont des langages basés sur le langage XML (pour eXtensible Markup Language en anglais) qui permettent de lier une valeur de configuration à une propriété configurable par une déclaration dans le code XML qui décrit l'interface graphique de l'application à configurer. In order to provide a configuration module for configuring a software application, the solutions of the state of the art generally use a programming language. With the programming language, a software developer then defines a human-machine interface (HMI) configuration of the software application from a configuration application. The developer must declare the properties and / or variables of the application that will be configurable, program the configuration application configuration sources that will be used by the configuration module and program the link between the configuration module configuration sources and the configurable properties of the application to configure. Some programming languages offer tools that make it easier to link these data. For example, the language XAML (for eXtensible Application Markup Language in English) developed by the company Microsoft or the language MXML (for Macromedia eXtensible Markup Language in English) of the company Adobe are languages based on the language XML (for eXtensible Markup Language in English) that link a configuration value to a configurable property by a declaration in the XML code that describes the graphical interface of the application to be configured.

L'environnement de développement intégré XCode de la société Apple propose également un mécanisme appelé "Cocoa Bindings" qui permet de générer le code de l'application de configuration pour lier les changements de valeur de configuration à une propriété de l'application à configurer à partir de la déclaration de la liaison entre la valeur de configuration et la propriété configurable. Apple's XCode integrated development environment also provides a mechanism called "Cocoa Bindings" that allows you to generate the configuration application code to link configuration value changes to an application property that you want to configure. from the declaration of the connection between the configuration value and the configurable property.

Inconvénient de l'art antérieur Les solutions proposées par l'état de l'art nécessitent de l'utilisateur une connaissance et une maîtrise du langage de programmation utilisé pour programmer l'IHM de configuration ainsi que l'application de configuration. Le travail du développeur peut ainsi être long et complexe. Disadvantage of the Prior Art The solutions proposed by the state of the art require the user to know and master the programming language used to program the configuration HMI as well as the configuration application. The developer's work can be long and complex.

Le nombre et le type des valeurs de configuration utilisables par un développeur peuvent aussi créer des sources d'erreur pour le développeur qui peut associer une valeur de configuration d'un type incompatible avec le type de la propriété configurable ou utiliser des identifiants de valeur de configuration incorrects lors de la programmation de la liaison. The number and type of configuration values that can be used by a developer can also create sources of error for the developer who can associate a configuration value of a type that is incompatible with the type of the configurable property or use credential value identifiers. incorrect configuration when programming the link.

1 0 Exposé de l'invention Un des buts de l'invention est d'apporter des améliorations par rapport à l'état de la technique. Elle propose à cet effet un procédé d'aide à la programmation d'une application configurable, à partir d'une application de configuration. L'application de configuration comprend au moins une source de configuration. L'application configurable comprend au moins une propriété configurable. 15 Le procédé comprend : - une étape d'extraction d'un groupe de sources de configuration de l'application de configuration, et pour la au moins une propriété configurable : - une étape d'affichage d'au moins une partie du groupe de sources de configuration, définie en fonction de l'application configurable, et, - une étape d'association à la au moins une propriété configurable d'une source de configuration choisie parmi les sources de configuration contenues dans la au moins une partie définie du groupe de sources de configuration, l'association de la source de configuration choisie à la au moins une propriété configurable permettant de compléter la programmation de l'application configurable et de l'application de configuration. Le procédé permet ainsi de compléter de manière automatique le programme d'une application configurable et celui d'une application de configuration permettant de configurer l'application configurable. Le procédé selon l'invention propose une programmation automatique et simple pour 30 un utilisateur qui n'a pas besoin d'écrire la totalité du code source pour définir l'application configurable ou l'application de configuration. Le procédé selon l'invention permet également d'éviter les erreurs de saisies d'identifiant des sources de configuration ou des propriétés configurables lors de la programmation de l'application configurable et de l'application de configuration. 35 De plus, grâce au procédé selon l'invention, l'application configurable peut être programmée à partir de n'importe quelle application de configuration programmée dans un langage interprétable par le procédé. L'application de configuration est analysée afin d'extraire les sources de configuration proposées par l'application de configuration. - 2 20 25 -3- SUMMARY OF THE INVENTION One of the aims of the invention is to provide improvements over the state of the art. It proposes for this purpose a method for assisting in the programming of a configurable application, from a configuration application. The configuration application includes at least one configuration source. The configurable application includes at least one configurable property. The method comprises: - a step of extracting a group of configuration sources from the configuration application, and for the at least one configurable property: - a step of displaying at least part of the group of configuration sources, defined according to the configurable application, and, - a step of associating with the at least one configurable property of a configuration source selected from the configuration sources contained in the at least one defined part of the group configuration sources, associating the chosen configuration source with the at least one configurable property to complete the programming of the configurable application and the configuration application. The method thus makes it possible to automatically complete the program of a configurable application and that of a configuration application for configuring the configurable application. The method of the invention provides automatic and simple scheduling for a user who does not need to write all of the source code to define the configurable application or configuration application. The method according to the invention also makes it possible to avoid the errors of identifier entries of the configuration sources or of the configurable properties during the programming of the configurable application and the configuration application. Moreover, thanks to the method according to the invention, the configurable application can be programmed from any configuration application programmed in a language interpretable by the method. The configuration application is scanned to extract the configuration sources provided by the configuration application. - 2 20 25 -3-

Le procédé décrit selon l'invention permet de compléter la programmation de l'application de configuration en générant automatiquement le code source de l'application de configuration permettant par exemple d'assurer la persistance des valeurs saisies par un utilisateur lors de la configuration de l'application configurable. The method described according to the invention makes it possible to complete the programming of the configuration application by automatically generating the source code of the configuration application allowing, for example, to ensure the persistence of the values entered by a user during the configuration of the configuration application. configurable application.

Les différents modes ou caractéristiques de réalisation mentionnés ci-après peuvent être ajoutés indépendamment ou en combinaison les uns avec les autres, aux étapes du procédé défini ci-dessus. Selon un mode particulier de réalisation de l'invention, une propriété configurable de l'application configurable correspond à une propriété d'un composant graphique ou à une variable de l'application configurable. Ainsi, le procédé selon l'invention permet de programmer la configuration de tous les types d'éléments composants l'application configurable. Selon un autre mode particulier de réalisation de l'invention, la au moins une propriété configurable fait partie d'un groupe de propriétés associées à un élément de l'application configurable obtenu par une étape préalable d'analyse de l'application configurable permettant d'identifier les éléments et les propriétés desdits éléments de l'application configurable, susceptibles d'être configurés. Ainsi, le procédé selon l'invention permet de rendre configurable n'importe quelle application programmée dans un langage interprétable par le procédé. Selon un autre mode particulier de réalisation de l'invention, la au moins une partie définie des sources de configuration est obtenue par une étape de sélection d'un sous-groupe de sources de configuration compatibles avec la au moins une propriété configurable parmi le-groupe de sources de configuration extrait, la sélection étant effectuée à partir d'une correspondance entre le type de la propriété configurable et le type des sources de configuration du groupe. Ainsi, le procédé selon l'invention permet à un utilisateur d'éviter les erreurs de type lors de l'étape d'association d'une source de configuration à une propriété configurable. The various modes or features of realization mentioned hereafter can be added independently or in combination with each other, to the steps of the method defined above. According to a particular embodiment of the invention, a configurable property of the configurable application corresponds to a property of a graphical component or to a variable of the configurable application. Thus, the method according to the invention makes it possible to program the configuration of all types of component elements the configurable application. According to another particular embodiment of the invention, the at least one configurable property is part of a group of properties associated with an element of the configurable application obtained by a preliminary step of analysis of the configurable application allowing identify the elements and properties of said elements of the configurable application that can be configured. Thus, the method according to the invention makes configurable any application programmed in a language interpretable by the method. According to another particular embodiment of the invention, the at least one defined part of the configuration sources is obtained by a step of selecting a sub-group of configuration sources compatible with the at least one configurable property among the Configuration source group retrieved, the selection being made from a match between the type of the configurable property and the type of the configuration sources in the group. Thus, the method according to the invention allows a user to avoid type errors during the step of associating a configuration source with a configurable property.

Selon un autre mode particulier de réalisation de l'invention, le procédé selon l'invention comprend une étape d'affichage d'au moins une propriété configurable d'au moins un élément configurable de l'application configurable, l'étape d'affichage étant effectuée suite à la sélection de l'élément configurable affiché sur une interface graphique affichant les éléments de l'application configurable. L'utilisateur peut ainsi sélectionner les propriétés de l'application configurable qu'il veut rendre configurable. Selon un autre mode particulier de réalisation de l'invention, l'application de configuration est comprise dans l'application configurable. Ainsi, la configuration de l'application configurable par un utilisateur est facilitée. According to another particular embodiment of the invention, the method according to the invention comprises a step of displaying at least one configurable property of at least one configurable element of the configurable application, the display step being performed following the selection of the configurable element displayed on a graphical interface displaying the elements of the configurable application. The user can thus select the properties of the configurable application that he wants to make configurable. According to another particular embodiment of the invention, the configuration application is included in the configurable application. Thus, configuring the application configurable by a user is facilitated.

L'invention concerne également un dispositif d'aide à la programmation d'une application configurable, à partir d'une application de configuration. Le dispositif comprend: - des moyens d'extraction d'un groupe de sources de configuration de l'application de configuration, - des moyens d'affichage d'au moins une partie du groupe de sources de configuration, définie en fonction de l'application configurable, - 4 - des moyens d'association à la au moins une propriété configurable d'une source de configuration choisie parmi les sources de configuration contenues dans la au moins une partie définie du groupe extrait, l'association de la source de configuration choisie à la au moins une propriété configurable permettant de compléter la programmation de l'application configurable et de l'application de configuration. The invention also relates to a device for assisting with the programming of a configurable application, from a configuration application. The device comprises: - means for extracting a group of configuration sources from the configuration application, - means for displaying at least part of the group of configuration sources, defined according to the configurable application, means for associating with the at least one configurable property of a configuration source chosen from the configuration sources contained in the at least one defined part of the extracted group, the association of the configuration source chosen to the at least one configurable property to complete the programming of the configurable application and the configuration application.

L'invention concerne aussi un programme d'ordinateur comportant des instructions pour l'exécution du procédé selon l'un quelconque des modes particuliers de réalisation cités ci-dessus lorsque le programme est exécuté par un processeur. L'invention concerne aussi un support d'enregistrement lisible par un processeur sur lequel est enregistré un programme comportant des instructions pour l'exécution du procédé selon l'un quelconque des modes particuliers de réalisation cités ci-dessus. Le dispositif, le programme et le support d'informations présentent des avantages analogues à ceux du procédé selon l'invention. The invention also relates to a computer program comprising instructions for executing the method according to any one of the particular embodiments mentioned above when the program is executed by a processor. The invention also relates to a recording medium readable by a processor on which is recorded a program comprising instructions for the execution of the method according to any one of the particular embodiments mentioned above. The device, the program and the information carrier have advantages similar to those of the method according to the invention.

Liste des figures D'autres avantages et caractéristiques de l'invention apparaîtront plus clairement à la lecture de la description suivante d'un mode de réalisation particulier de l'invention, donné à titre de simple exemple illustratif et non limitatif, et des dessins annexés, parmi lesquels: - la figure 1 illustre des étapes du procédé d'aide à la programmation selon un mode particulier de réalisation de l'invention, - la figure 2 représente de manière schématique un exemple d'une interface graphique d'une application configurable selon un mode particulier de réalisation de l'invention, - la figure 3 représente de manière schématique un exemple d'une interface graphique d'une application de configuration selon un mode particulier de réalisation de l'invention, - la figure 4A représente de manière schématique un exemple d'une interface graphique utilisée dans la mise en oeuvre du procédé d'aide à la programmation selon un mode particulier de réalisation de l'invention, - la figure 4B représente de manière schématique un exemple de modification de l'interface graphique utilisée dans la mise en oeuvre du procédé d'aide à la programmation selon un mode particulier de réalisation de l'invention, - la figure 5 représente de manière schématique un exemple d'une interface graphique de l'application configurable issue du procédé d'aide à la programmation selon un mode particulier de réalisation de l'invention, - la figure 6 illustre une architecture d'un dispositif mettant en oeuvre le procédé d'aide à la programmation selon un mode particulier de réalisation de l'invention. -5- Description d'un mode particulier de réalisation de l'invention L'invention concerne un procédé d'aide à la programmation d'une application configurable et d'une application de configuration. Une application configurable est une application dont une ou plusieurs options peuvent être définies par un utilisateur. Par exemple, un utilisateur peut configurer une propriété graphique telle qu'une image à afficher sur l'interface de l'application, la couleur de fond d'une page Internet ou la couleur du texte. L'application configurable comprend au moins un élément configurable. Un élément configurable peut être un composant graphique de l'application configurable, par exemple: un bouton, une liste déroulante ou encore le fond de l'application configurable. List of Figures Other advantages and characteristics of the invention will appear more clearly on reading the following description of a particular embodiment of the invention, given as a simple illustrative and nonlimiting example, and the accompanying drawings. , among which: FIG. 1 illustrates steps of the method of assisting programming according to a particular embodiment of the invention; FIG. 2 schematically represents an example of a graphical interface of a configurable application; according to a particular embodiment of the invention, - Figure 3 schematically shows an example of a graphical interface of a configuration application according to a particular embodiment of the invention, - Figure 4A represents so schematic an example of a graphical interface used in the implementation of the programming assistance method according to a particular embodiment of FIG. 4B schematically represents an exemplary modification of the graphical interface used in the implementation of the programming assistance method according to a particular embodiment of the invention, FIG. 5 schematically represents an example of a graphical interface of the configurable application resulting from the programming assistance method according to a particular embodiment of the invention, - Figure 6 illustrates an architecture of a device implementing the programming assistance method according to a particular embodiment of the invention. DESCRIPTION OF A PARTICULAR EMBODIMENT OF THE INVENTION The invention relates to a method of assisting the programming of a configurable application and a configuration application. A configurable application is an application where one or more options can be defined by a user. For example, a user can configure a graphic property such as an image to be displayed on the application interface, the background color of an Internet page, or the color of the text. The configurable application includes at least one configurable element. A configurable element can be a graphical component of the configurable application, for example: a button, a drop-down list or the background of the configurable application.

Un élément configurable est composé d'une ou plusieurs propriétés configurables, par exemple: la couleur dominante de l'application, la couleur de fond d'un bouton, le texte d'un bouton, la couleur d'un texte, l'épaisseur d'un cadre. Une propriété configurable peut aussi être une variable de l'application à configurer, par exemple l'URL (pour Uniform Resource Locator en anglais) d'un flux RSS (pour Rich Site Summary en anglais) à afficher pour une application de lecture de flux RSS ou bien une adresse de courrier électronique ou un numéro de téléphone pour une application d'envoi de messages. Une propriété configurable est configurée à l'aide d'une source de configuration. Une source de configuration peut correspondre à un composant graphique par exemple un champ de saisie de texte, un champ de sélection de couleur, une case à cocher, une liste déroulante. Une source de configuration peut aussi correspondre à une variable d'un programme, par exemple un nombre. Dans la suite de ce document, le terme logiciel ou application désignera aussi bien un logiciel, les sous-ensembles d'un logiciel ou des pages Internet. A configurable element is composed of one or more configurable properties, for example: the dominant color of the application, the background color of a button, the text of a button, the color of a text, the thickness of a frame. A configurable property can also be a variable of the application to be configured, for example the URL (for Uniform Resource Locator) of an RSS feed (for Rich Site Summary in English) to be displayed for a streaming reader application. RSS or an e-mail address or a phone number for a message sending application. A configurable property is configured using a configuration source. A configuration source can correspond to a graphic component, for example a text entry field, a color selection field, a check box, a drop-down list. A configuration source can also correspond to a variable of a program, for example a number. In the remainder of this document, the term software or application will refer to software, subsets of software or web pages.

Selon un mode particulier de réalisation, l'invention peut être mise en oeuvre au sein d'un environnement de développement intégré, appelé par la suite EDI. Un EDI permet de définir une interface graphique d'une application et de programmer son fonctionnement au moyen d'un langage de programmation. L'application configurable est programmée à partir d'une application à configurer. L'application configurable correspond à l'application à configurer qui va être rendue configurable grâce au procédé décrit selon l'invention. L'application à configurer peut être créée au moyen de l'EDI. Elle peut par exemple être une application d'envoi de message à un destinataire. Un exemple d'une telle application est illustré par la figure 2. Cette application est par exemple composée de deux éléments graphiques : l'application principale 20 et un bouton à cliquer 21 (ELT1) contenu dans l'application principale 20. According to a particular embodiment, the invention can be implemented within an integrated development environment, hereinafter called EDI. An IDE allows to define a graphical interface of an application and to program its operation by means of a programming language. The configurable application is programmed from an application to configure. The configurable application corresponds to the application to be configured which will be made configurable by the method described according to the invention. The application to be configured can be created using the IDE. It can for example be an application sending message to a recipient. An example of such an application is illustrated in FIG. 2. This application is for example composed of two graphic elements: the main application 20 and a click button 21 (ELT1) contained in the main application 20.

Selon le mode de réalisation de l'invention, l'application à configurer peut avoir été créée à l'aide du même environnement de développement EDI que l'application configurable. L'EDI dispose alors du modèle de programmation de l'application à configurer, il connaît les éléments composant l'application à configurer. Selon un autre mode particulier de réalisation de l'invention, l'application à configurer peut aussi avoir été créée à l'aide d'un environnement de développement et/ou d'un langage de -6- According to the embodiment of the invention, the application to be configured may have been created using the same IDE development environment as the configurable application. The IDE then has the programming model of the application to configure, it knows the components of the application to configure. According to another particular embodiment of the invention, the application to be configured may also have been created using a development environment and / or a language of -6-

programmation différent de ceux utilisés pour la programmation de l'application configurable, l'EDI ne connaît alors pas le modèle de programmation de l'application à configurer. Selon ce mode de réalisation, le code source de l'application à configurer est analysé afin d'identifier tous les éléments composant l'application à configurer. programming different from those used for configuring the configurable application, the IDE does not know the programming model of the application to configure. According to this embodiment, the source code of the application to be configured is analyzed in order to identify all the elements composing the application to be configured.

La figure 1 présente des étapes du procédé d'aide à la programmation d'une application configurable selon un mode particulier de réalisation de l'invention. Le procédé utilise des sources de configuration qui seront associées aux éléments de l'application configurable. Les sources de configuration sont extraites d'une application de configuration lors d'une étape 10 (EXTRACT). Lors de l'étape 10, le procédé analyse l'application de configuration afin d'identifier les sources de configuration proposées par l'application de configuration. Un groupe de source de configuration est extrait. Les sources de configuration extraites sont ensuite triées par type : par exemple texte pour un champ de saisie de texte ou une variable de type texte, booléen pour une case à cocher. FIG. 1 shows steps of the method of assisting with the programming of a configurable application according to a particular embodiment of the invention. The method uses configuration sources that will be associated with the elements of the configurable application. The configuration sources are retrieved from a configuration application in step 10 (EXTRACT). In step 10, the method parses the configuration application to identify the configuration sources provided by the configuration application. A configuration source group is extracted. The extracted configuration sources are then sorted by type: for example text for a text input field or a text variable, Boolean for a checkbox.

Selon un mode particulier de réalisation de l'invention, le groupe de sources de configuration peut être affiché lors d'une étape 11 (AFF_S) à un utilisateur qui peut alors sélectionner un sous-groupe de sources de configuration en fonction des éléments composants de l'application configurable. Cette sélection peut être faite de manière graphique par exemple en cliquant sur les sources de configuration ou en les faisant glisser dans l'interface graphique de l'application configurable. According to one particular embodiment of the invention, the group of configuration sources can be displayed during a step 11 (AFF_S) to a user who can then select a subgroup of configuration sources according to the component elements of the configurable application. This selection can be made graphically, for example by clicking on the configuration sources or by dragging them into the GUI of the configurable application.

Selon un mode particulier de réalisation de l'invention, lors d'une étape 12 (A_APP), le procédé analyse l'application configurable afin d'extraire les composants graphiques de l'interface graphique de l'application et les variables du programme de l'application. Cette analyse peut être effectuée par la recherche de mots-clés identifiant les composants graphiques et les variables contenus dans le code source de l'application configurable. According to a particular embodiment of the invention, during a step 12 (A_APP), the method analyzes the configurable application in order to extract the graphical components of the graphical interface of the application and the variables of the program of the application. This analysis can be carried out by searching for keywords identifying the graphic components and the variables contained in the source code of the configurable application.

Les composants graphiques et les variables ainsi identifiés constituent les éléments configurables de l'application configurable. Lors d'une étape 13 (AFF_ELT), le procédé affiche à un utilisateur les éléments configurables. Lorsque l'utilisateur choisit un élément configurable, par exemple en cliquant sur un élément affiché à l'aide du pointeur d'une souris, le procédé sélectionne l'élément configurable choisi lors d'une étape 14 (SELECT_ELT). Le procédé affiche alors lors d'une étape 15 (AFF PROF), les propriétés configurables de l'élément sélectionné. Lorsque l'utilisateur choisit une propriété configurable affichée, par exemple en passant ou en cliquant avec le pointeur d'une souris sur la propriété affichée, le procédé sélectionne la propriété configurable choisie lors d'une étape 16 (SELECT PROF). The graphical components and the variables thus identified constitute the configurable elements of the configurable application. During a step 13 (AFF_ELT), the method displays to a user the configurable elements. When the user chooses a configurable element, for example by clicking on an element displayed using the pointer of a mouse, the method selects the configurable element chosen during a step 14 (SELECT_ELT). The method then displays in a step 15 (AFF PROF), the configurable properties of the selected element. When the user chooses a configurable property displayed, for example by passing or by clicking with the pointer of a mouse on the displayed property, the method selects the configurable property chosen during a step 16 (SELECT PROF).

Selon un mode particulier de réalisation de l'invention, lors d'une étape 17 (SELECT GR), le procédé sélectionne un sous-groupe de sources de configuration compatibles avec la propriété sélectionnée à l'étape 16. La sélection du sous-groupe de sources de configuration compatibles est effectuée à partir d'une correspondance entre le type de la propriété configurable et le type des sources de configuration définies. Par exemple, les sources de configuration compatibles sélectionnées peuvent être celles dont le type est identique au type de la propriété configurable, -7 par exemple un type texte. Les sources de configuration compatibles sélectionnées peuvent aussi être celles dont le type n'est pas identique au type de la propriété configurable mais dont le type est compatible avec le type de la propriété configurable: par exemple un type nombre est compatible avec un type texte. Par exemple, si la propriété configurable correspond à un texte à afficher, les champs de saisie alphanumériques et numériques seront sélectionnés, car un nombre peut être affiché dans une zone d'affichage de texte. Le procédé affiche ensuite à l'utilisateur le sous-groupe de sources de configuration compatibles sélectionnées lors d'une étape 18 (AFF_GR). Lorsque l'utilisateur choisit une source de configuration parmi le sous-groupe de sources de configuration affichées pour la propriété sélectionnée, le procédé associe lors d'une étape 19 (ASSOC) la source de configuration choisie à la propriété sélectionnée. Cette association génère le code source de l'application configurable liant la propriété sélectionnée à la source de configuration permettant la configuration ultérieure de la propriété par un utilisateur de l'application configurable. According to a particular embodiment of the invention, during a step 17 (SELECT GR), the method selects a subgroup of configuration sources compatible with the property selected in step 16. The selection of the subgroup Compatible configuration sources are made from a match between the type of the configurable property and the type of the defined configuration sources. For example, the selected compatible configuration sources can be those whose type is identical to the type of the configurable property, -7 for example a text type. The selected compatible configuration sources can also be those whose type is not identical to the type of the configurable property but whose type is compatible with the type of the configurable property: for example a number type is compatible with a text type. For example, if the configurable property is text to display, alphanumeric and numeric input fields will be selected because a number can be displayed in a text display area. The method then displays the user the subgroup of compatible configuration sources selected during a step 18 (AFF_GR). When the user chooses a configuration source from the subgroup of configuration sources displayed for the selected property, the method associates in step 19 (ASSOC) the configuration source chosen with the selected property. This association generates the source code of the configurable application linking the selected property to the configuration source for subsequent configuration of the property by a user of the configurable application.

Selon un mode particulier de réalisation de l'invention, une même source de configuration peut être associée à plusieurs propriétés configurables. Ainsi, une modification de la valeur de la source de configuration, entrainera la configuration à l'aide de la nouvelle valeur de la source de configuration de toutes les propriétés qui lui sont associées. Un exemple de codes source générés par le procédé selon l'invention peut par exemple être de la forme suivante, à l'aide du langage de programmation XML (pour eXtensible Markup Language en anglais): < inks> <conf_igurationSources> <designitem name=":ext inpu_" type="text; > <designitem name="colour 1" type="color"/> <designitem name="colour 2" type="colora"/.> <variable name="nunc ;er 1" type="nunc ;er"//> </con:E igurat _.onSour_ c:es> <co.figurables> <designAttribute name="nain" attribute="backgr:oundCoicr" source="coioux' 2"; > <designAttribute name="button" attribute="backgr_c:undCoior" source="coiour 1"%> <designAttribute name="button" attribute="label" source="text input '7> <designAt.tribute name="nu:::be.r field" attribute="nu:::be.r" source="nuiï:be.r 1"//> <variable name="naame" source="tex:input 1"/> <%configurables> </links> Le langage de programmation utilisé pour la programmation de l'application configurable est indépendant du langage de programmation utilisé pour la programmation de l'application de configuration. L'exemple ci-dessus montre les sources de configuration de l'application de configuration, identifiées par le mot-clé "configurationSources". L'application de configuration comprend trois -8- According to a particular embodiment of the invention, the same configuration source can be associated with several configurable properties. Thus, a change in the value of the configuration source, will result in the configuration using the new value of the configuration source of all properties associated with it. An example of source codes generated by the method according to the invention can for example be of the following form, using the XML programming language (for eXtensible Markup Language in English): <inks> <conf_igurationSources> <designitem name = ": ext inpu_" type = "text;> <designitem name =" color 1 "type =" color "/> <designitem name =" color 2 "type =" colora "/.> <variable name =" nunc; 1 "type =" nunc; er "//> </ con: Eigurat_.onSour_ c: es> <co.figurable> <designAttribute name =" dwarf "attribute =" backgr: oundCoicr "source =" coioux '2 ";> <designAttribute name =" button "attribute =" backgr_c: undCoior "source =" coiour 1 "%> <designAttribute name =" button "attribute =" label "source =" text input '7> <designAt.tribute name = "naked ::: be.r field" attribute = "naked ::: be.r" source = "nuiï: be.r 1" //> <variable name = "naame" source = "tex: input 1" /> <% configurable> </ links> The programming language used to program the configurable application is independent of the programming language used for programming the configuration application. The above example shows the configuration application configuration sources, identified by the keyword "configurationSources". The setup application includes three -8-

sources de configuration correspondant à des composants graphiques de saisie ou de sélection et une source de configuration correspondant à une variable. Les sources de configuration sont caractérisées par le nom qui leur est associé dans le champ "narre" et le type de la source dans le champ "type". configuration sources corresponding to graphic input or selection components and a configuration source corresponding to a variable. Configuration sources are characterized by the name associated with them in the "narrate" field and the type of the source in the "type" field.

Le mot-clé "configurables" identifie l'ensemble des propriétés configurables de l'application configurable. L'application configurable comprend quatre propriétés configurables identifiées par le mot-clé "designAttribtue" correspondant à des propriétés de composants graphiques et un élément configurable correspondant à une variable du programme de l'application identifiée par le mot-clé "variable". The keyword "configurable" identifies the set of configurable properties of the configurable application. The configurable application has four configurable properties identified by the keyword "designAttribtue" corresponding to properties of graphic components and a configurable element corresponding to a variable of the application program identified by the keyword "variable".

Une propriété configurable est caractérisée : - par le nom de l'élément auquel elle s'applique, par exemple un bouton à cliquer identifié par la valeur "button" du champ "narre", - par le type de la propriété, le type de la propriété correspond à la valeur du champ associé au mot-clé "attribute", - par la source de configuration à laquelle la propriété est associée, la source de configuration est identifiée par la valeur du champ "source", cette valeur correspond au nom associé à une source de configuration définie à l'aide du mot-clé "configurationSources". Par exemple, la propriété "backgroundColor" de l'élément bouton à cliquer "button" est associée à la source de configuration "colour 1". A configurable property is characterized: - by the name of the element to which it applies, for example a button to click identified by the value "button" of the field "narre", - by the type of the property, the type of the property corresponds to the value of the field associated with the keyword "attribute", - by the source of configuration with which the property is associated, the source of configuration is identified by the value of the field "source", this value corresponds to the name associated with a configuration source defined using the keyword "configurationSources". For example, the "backgroundColor" property of the "button" button element is associated with the "color 1" configuration source.

Avantageusement, le procédé selon l'invention permet de fournir rapidement à un utilisateur le code source d'une application configurable sans erreur de programmation. En effet, l'utilisateur n'a pas à écrire le code source de l'application configurable, ni de l'application de configuration. Le code source est généré de manière automatique. La sélection de sources de configuration compatibles à l'étape 16 permet de limiter les erreurs de programmation en ne proposant à l'utilisateur que les sources de configuration compatibles avec la propriété sélectionnée. L'affichage du groupe de sources de configuration compatibles et la sélection par interaction graphique avec l'utilisateur permet de limiter les erreurs de programmation liées à une mauvaise saisie de l'identifiant de la source de configuration ou de la propriété. L'analyse de l'application de configuration à l'étape 10 permet à un utilisateur d'utiliser des sources de configuration issues de n'importe quelle application de configuration programmée dans un langage interprétable par le procédé selon l'invention. Selon un mode particulier de réalisation de l'invention, le procédé génère de manière automatique le code source de persistance des données de configuration sélectionnées par un utilisateur de l'application configurable et de l'application de configuration. Ainsi, lorsqu'un utilisateur configure une propriété d'une application configurable, la configuration choisie par l'utilisateur est sauvegardée et rechargée dans l'application configurable lors des prochaines exécutions de l'application configurable. L'utilisateur n'a pas à configurer à nouveau la propriété qu'il avait préalablement configurée. La génération du code source de persistance des données dépend du type de l'application configurable. Le code source généré relatif à la persistance des données permet d'indiquer à -9- Advantageously, the method according to the invention makes it possible to quickly provide a user with the source code of a configurable application without programming error. Indeed, the user does not have to write the source code of the configurable application or the configuration application. The source code is generated automatically. Selecting compatible configuration sources in step 16 limits programming errors by only providing the user with configuration sources compatible with the selected property. The display of the group of compatible configuration sources and the selection by graphical interaction with the user makes it possible to limit the programming errors related to a bad entry of the identifier of the configuration source or the property. The analysis of the configuration application in step 10 allows a user to use configuration sources from any configuration application programmed in an interpretable language by the method according to the invention. According to a particular embodiment of the invention, the method automatically generates the source code for persistence of the configuration data selected by a user of the configurable application and the configuration application. Thus, when a user configures a property of a configurable application, the configuration chosen by the user is saved and reloaded in the configurable application during the next executions of the configurable application. The user does not have to configure the property he previously configured. The source code generation of data persistence depends on the type of the configurable application. The generated source code relating to persistence of the data indicates to -9-

l'application de configuration comment stocker l'information de configuration définie par un utilisateur et d'indiquer à l'application configurable comment lire cette information lors des prochaines exécutions de l'application configurable. Par exemple, le code source généré peut programmer l'enregistrement des valeurs saisies par un utilisateur dans un fichier stocké dans la mémoire du terminal de l'utilisateur ou sur un serveur placé dans un réseau de communication. the configuration application how to store user-defined configuration information and to tell the configurable application how to read this information in future executions of the configurable application. For example, the generated source code can program the recording of the values entered by a user into a file stored in the user's terminal memory or on a server placed in a communication network.

La figure 3 illustre un exemple d'une interface graphique 30 affichant les sources de configuration extraites d'une application de configuration lors de l'étape 10 de la figure 1 et sélectionnées par un utilisateur pour programmer une application de configuration. L'interface graphique comporte trois sources de configuration: un champ de saisie de texte 32 et deux sélecteurs de couleur 34 et 36. Chaque source de configuration comporte un identifiant 31 (Si), 33 (S2) et 35 (S3), cet identifiant peut être modifié par l'utilisateur afin d'afficher un nom plus explicite pour l'utilisateur. FIG. 3 illustrates an example of a graphical interface 30 displaying the configuration sources extracted from a configuration application in step 10 of FIG. 1 and selected by a user to program a configuration application. The graphical interface comprises three configuration sources: a text input field 32 and two color selectors 34 and 36. Each configuration source comprises an identifier 31 (Si), 33 (S2) and 35 (S3), this identifier can be modified by the user to display a more explicit name for the user.

La figure 4A représente de manière schématique un exemple d'une interface graphique 400 utilisée dans la mise en oeuvre du procédé d'aide à la programmation selon un mode particulier de réalisation de l'invention. L'interface graphique 400 comprend un premier cadre 22 comprenant les mêmes éléments que l'interface graphique décrite à la figure 2 et un second cadre 410 affichant pour un élément sélectionné 411, les propriétés configurables (412-416) de cet élément. FIG. 4A schematically represents an example of a graphic interface 400 used in the implementation of the programming assistance method according to a particular embodiment of the invention. The graphic interface 400 comprises a first frame 22 comprising the same elements as the graphic interface described in Figure 2 and a second frame 410 displaying for a selected element 411, the configurable properties (412-416) of this element.

L'utilisateur peut choisir dans le cadre 22 en cliquant sur un des éléments affichés dans ce cadre l'élément à afficher dans le cadre 410. Par exemple, l'élément sélectionné 411 correspond à ELT1 (21) de l'application configurable affiché dans le cadre 22. Dans cet exemple: - la propriété 412 correspond à la position identifiée par les valeurs en x et y et à la taille identifiée par les valeurs en w et h de l'élément ELT1, - la propriété 413 (P1) correspond par exemple au titre de l'élément ELT1, - la propriété 414 (P2) correspond par exemple à la couleur du titre de l'élément ELT1, - la propriété 415 (P3) correspond par exemple à la couleur de fond de l'élément ELT1, - la propriété 416 (P4) correspond par exemple à la couleur du bord de l'élément ELT1. The user can choose in the frame 22 by clicking on one of the elements displayed in this frame the element to be displayed in the frame 410. For example, the selected element 411 corresponds to ELT1 (21) of the configurable application displayed in the frame 22. In this example: - the property 412 corresponds to the position identified by the values in x and y and to the size identified by the values in w and h of the element ELT1, - the property 413 (P1) corresponds for example, under the element ELT1, the property 414 (P2) corresponds, for example, to the color of the title of the element ELT1, the property 415 (P3) corresponds, for example, to the background color of the element ELT1, the property 416 (P4) corresponds for example to the color of the edge of the element ELT1.

L'utilisateur peut choisir une de ces propriétés en cliquant par exemple sur une case de sélection positionnée sur le côté gauche du nom de la propriété. Selon un autre mode particulier de réalisation de l'invention, le procédé affiche dans le cadre 410 les propriétés configurables et les propriétés non configurables de l'élément sélectionné. Les propriétés non configurables sont par exemple affichées différemment des propriétés configurables. The user can choose one of these properties by clicking for example on a selection box positioned on the left side of the name of the property. According to another particular embodiment of the invention, the method displays in frame 410 the configurable properties and non-configurable properties of the selected element. For example, non-configurable properties are displayed differently than configurable properties.

Par exemple, les propriétés non configurables peuvent être affichées à l'aide d'une couleur plus pâle que les propriétés configurables afin que l'utilisateur les identifie facilement. Selon un autre exemple, la case de sélection d'une propriété non configurable peut être affichée d'une couleur plus claire qu'une case de sélection d'une propriété configurable. -10- For example, non-configurable properties can be displayed using a lighter color than configurable properties so that the user can easily identify them. In another example, the selection box for a non-configurable property can be displayed in a lighter color than a selection box of a configurable property. -10-

Lorsqu'à l'étape 16 de la figure 1, l'utilisateur a choisi une propriété, si la propriété est configurable, une fenêtre affiche alors une liste des sources de configuration pouvant être associées à la propriété sélectionnée. Cet affichage correspond à l'étape 18 de la figure 1. La figure 4B illustre le résultat de cet affichage. La figure 4B montre une modification de l'interface graphique présentée à la figure 4A. La propriété P3 a par exemple été sélectionnée. Les sources de configuration 417 (S2) et 418 (S3) de l'application de configuration présentée à la figure 3 sont affichées. Ces sources de configuration sont issues de la sélection lors de l'étape 17 de la figure 1 d'un groupe de sources de configuration compatibles avec la propriété P3. Ainsi, pour la propriété P3 correspondant à la couleur de fond de l'élément ELT1, le procédé a sélectionné les sources de configuration S2 et S3 correspondant à des sélecteurs de couleur. Le procédé n'a pas sélectionné la source de configuration S1 correspondant à un champ de saisie de texte car la source de configuration S1 n'est pas compatible avec la propriété P3. L'utilisateur choisit par exemple la source de configuration S2. Le procédé génère alors le code source de l'application configurable qui permet d'associer la source de configuration S2 à la propriété P3. When in step 16 of Figure 1, the user has chosen a property, if the property is configurable, a window then displays a list of configuration sources that can be associated with the selected property. This display corresponds to step 18 of FIG. 1. FIG. 4B illustrates the result of this display. Figure 4B shows a modification of the graphical interface shown in Figure 4A. For example, property P3 has been selected. Configuration sources 417 (S2) and 418 (S3) of the configuration application shown in Figure 3 are displayed. These configuration sources are derived from the selection in step 17 of FIG. 1 of a group of configuration sources compatible with the property P3. Thus, for the property P3 corresponding to the background color of the element ELT1, the method has selected the configuration sources S2 and S3 corresponding to color selectors. The method did not select the configuration source S1 corresponding to a text input field because the configuration source S1 is not compatible with the property P3. The user chooses, for example, the configuration source S2. The method then generates the source code of the configurable application that makes it possible to associate the configuration source S2 with the property P3.

Selon un autre mode particulier de réalisation de l'invention, le procédé décrit selon l'invention peut être mis en oeuvre au sein d'un IDE sans représentation graphique des propriétés configurables de l'application configurable. L'utilisateur travaille alors directement à partir du code source de l'application configurable. Par exemple, lorsque l'utilisateur sélectionne un identifiant d'une propriété configurable dans le code source de l'application configurable, le procédé décrit selon l'invention lui affiche les sources de configuration compatibles avec la propriété configurable. L'utilisateur choisit une des sources de configuration affichées et le procédé décrit selon l'invention génère le code source d'association de la source de configuration à la propriété configurable, ainsi que le code de source de persistance des données de l'application configurable. According to another particular embodiment of the invention, the method described according to the invention can be implemented within an IDE without graphical representation of the configurable properties of the configurable application. The user then works directly from the source code of the configurable application. For example, when the user selects an identifier of a configurable property in the source code of the configurable application, the method described according to the invention displays the configuration sources compatible with the configurable property. The user chooses one of the configuration sources displayed and the method described according to the invention generates the source code of association of the configuration source with the configurable property, as well as the source code of persistence of the data of the configurable application. .

Selon un autre mode particulier de réalisation de l'invention, le code source de persistance des données de l'application de configuration peut être généré à la suite de l'étape 10 de la figure 1 lors de l'extraction des sources de configuration de l'application de configuration. According to another particular embodiment of the invention, the source code of persistence of the data of the configuration application can be generated following the step 10 of FIG. 1 during the extraction of the configuration sources of the configuration application. the configuration application.

La figure 5 représente de manière schématique un exemple d'une interface graphique 500 de l'application configurable issue du procédé d'aide à la programmation selon un mode particulier de réalisation de l'invention. La figure 5 montre dans une première zone 30 une application de configuration telle que décrite à la figure 3 par exemple. La figure 5 montre également dans une seconde zone 22 les éléments de l'application configurable tels que décrits avec la figure 2. A l'issue du procédé décrit dans l'invention, un utilisateur peut configurer les propriétés des éléments ELT1 et ELT2 de l'application configurable à l'aide des sources de configuration S1, S2 et S3. Par exemple, un utilisateur peut modifier la couleur de fond (propriété P3 de la figure 4B) de l'ELT1 à l'aide du sélecteur de couleur (source de configuration) S2. Selon un mode particulier de réalisation de l'invention, l'application de configuration est comprise dans l'application configurable. Par exemple, l'application de configuration est accessible par un menu ou un onglet de l'application de configuration. -11 - FIG. 5 schematically represents an example of a graphical interface 500 of the configurable application resulting from the programming assistance method according to a particular embodiment of the invention. FIG. 5 shows in a first zone 30 a configuration application as described in FIG. 3 for example. FIG. 5 also shows in a second zone 22 the elements of the configurable application as described with FIG. 2. At the end of the method described in the invention, a user can configure the properties of the elements ELT1 and ELT2 of the configurable application using configuration sources S1, S2 and S3. For example, a user can change the background color (property P3 of Figure 4B) of the ELT1 using the color selector (configuration source) S2. According to a particular embodiment of the invention, the configuration application is included in the configurable application. For example, the configuration application is accessible through a menu or tab of the configuration application. -11 -

Selon un autre mode particulier de réalisation de l'invention, l'application de configuration est distincte de l'application configurable. L'application de configuration est alors exécutée indépendamment de l'exécution de l'application configurable. According to another particular embodiment of the invention, the configuration application is distinct from the configurable application. The configuration application is then run regardless of the execution of the configurable application.

La figure 6 illustre une architecture d'un dispositif 60 mettant en oeuvre le procédé d'aide à la programmation selon un mode particulier de réalisation de l'invention. Le procédé selon l'invention est destiné à être mis en oeuvre au moyen d'un logiciel exécuté sur un terminal d'un utilisateur, par exemple un terminal de type ordinateur personnel. Le dispositif comprend une mémoire 62 comprenant une mémoire tampon (MEM), une unité de traitement 61, équipée par exemple d'un microprocesseur (FROC), et pilotée par le programme d'ordinateur (PG) 63, mettant en oeuvre le procédé d'aide à la programmation tel que décrit dans l'invention. A l'initialisation, les instructions de code du programme d'ordinateur 63 sont par exemple chargées dans une mémoire RAM avant d'être exécutées par le processeur de l'unité de traitement 61. Le microprocesseur de l'unité de traitement 61 met en oeuvre les étapes du procédé d'aide à la programmation selon l'invention décrit précédemment et notamment les étapes d'extraction d'un groupe de sources de configuration d'une application de configuration, d'affichage d'au moins une partie définie du groupe de sources de configuration, d'association à la au moins une propriété configurable d'une source de configuration choisie parmi la au moins une partie définie du groupe de sources de configuration, selon les instructions du programme d'ordinateur 63. Pour cela, le dispositif comprend, outre la mémoire tampon 62, des moyens d'affichage 64 (AFF) tels que par exemple un écran d'affichage et des moyens de sélection 65 (SEL) tels que par exemple un clavier ou une souris. FIG. 6 illustrates an architecture of a device 60 implementing the programming assistance method according to a particular embodiment of the invention. The method according to the invention is intended to be implemented by means of software executed on a terminal of a user, for example a terminal of the personal computer type. The device comprises a memory 62 comprising a buffer memory (MEM), a processing unit 61, equipped for example with a microprocessor (FROC), and driven by the computer program (PG) 63, implementing the method of programming aid as described in the invention. At initialization, the code instructions of the computer program 63 are for example loaded into a RAM memory before being executed by the processor of the processing unit 61. The microprocessor of the processing unit 61 implements implement the steps of the programming aid method according to the invention described above and in particular the steps of extracting a group of configuration sources from a configuration application, of displaying at least a defined part of the a group of configuration sources, which association with the at least one configurable property of a configuration source selected from the at least one defined part of the configuration source group, according to the instructions of the computer program 63. For this purpose, the device comprises, in addition to the buffer memory 62, display means 64 (AFF) such as, for example, a display screen and selection means 65 (SEL) such as for example a keyboard or a mouse.

Le procédé selon l'invention peut par exemple être utilisé pour gérer les préférences utilisateur dans un logiciel, la personnalisation d'une application générique, telle que par exemple un lecteur de flux RSS dont l'URL et/ou l'aspect graphique peuvent être configurés, la configuration de logiciels au sein d'une ligne de produit, la personnalisation de pages Internet. The method according to the invention can for example be used to manage the user preferences in software, the customization of a generic application, such as for example an RSS reader whose URL and / or graphic appearance can be configured, software configuration within a product line, customization of Internet pages.

Claims (9)

REVENDICATIONS1. Procédé d'aide à la programmation d'une application configurable, à partir d'une application de configuration comprenant au moins une source de configuration, l'application configurable comprenant au moins une propriété configurable, le procédé est caractérisé en ce qu'il comprend les étapes suivantes, mises en oeuvre par une unité de traitement d'un dispositif informatique: analyse de l'application de configuration afin d'extraire (10) un groupe de sources 10 de configuration, et pour la au moins une propriété configurable: affichage (18) d'au moins une partie du groupe de sources de configuration, définie en fonction de l'application configurable dans une fenêtre d'interface graphique du dispositif, et association (19) à la au moins une propriété configurable d'une source de configuration choisie parmi les sources de configuration contenues dans la au moins une partie définie du groupe de sources de configuration, l'association de la source de configuration choisie à la au moins une propriété configurable étant effectuée par la génération automatique de code source liant la au moins une propriété configurable à la source de configuration choisie. REVENDICATIONS1. A method of assisting the programming of a configurable application from a configuration application comprising at least one configuration source, the configurable application comprising at least one configurable property, the method is characterized in that it comprises the following steps, implemented by a processing unit of a computing device: analysis of the configuration application in order to extract (10) a group of configuration sources, and for the at least one configurable property: display (18) at least a portion of the configuration source group, defined according to the configurable application in a device GUI window, and association (19) to the at least one configurable property of a source of configuration selected from the configuration sources contained in the at least one defined part of the configuration source group, the association of the selected configuration source at least one configurable property being performed by the automatic generation of source code linking the at least one configurable property to the chosen configuration source. 2. Procédé selon la revendication 1 caractérisé en ce qu'une propriété configurable de l'application configurable correspond à une propriété d'un composant graphique ou à une variable de l'application configurable. 25 2. Method according to claim 1 characterized in that a configurable property of the configurable application corresponds to a property of a graphical component or a variable of the configurable application. 25 3. Procédé selon l'une quelconque des revendications 1 à 2 caractérisé en ce que la au moins une propriété configurable fait partie d'un groupe de propriétés associées à un élément de l'application configurable obtenu par une étape préalable d'analyse (12) de l'application configurable permettant d'identifier les éléments et les propriétés desdits 30 éléments de l'application configurable, susceptibles d'être configurés. 3. Method according to any one of claims 1 to 2 characterized in that the at least one configurable property is part of a group of properties associated with an element of the configurable application obtained by a preliminary step of analysis (12). ) the configurable application for identifying the elements and properties of said configurable application elements configurable. 4. Procédé selon l'une quelconque des revendications 1 à 3 caractérisé en ce que la au moins une partie définie de sources de configuration est obtenue par une étape de sélection (16) d'un sous-groupe de sources de configuration compatibles avec la au moins 35 une propriété configurable parmi le groupe de sources de configuration extrait, la sélection étant effectuée à partir d'une correspondance entre le type de la propriété configurable et le type des sources de configuration du groupe. 15 20-13 4. Method according to any one of claims 1 to 3 characterized in that the at least a defined portion of configuration sources is obtained by a step of selecting (16) a subgroup of configuration sources compatible with the at least one configurable property from the extracted configuration source group, the selection being made from a correspondence between the type of the configurable property and the type of the configuration sources of the group. 15-20-13 5. Procédé selon l'une quelconque des revendications 1 à 4 caractérisé en ce qu'il comprend une étape d'affichage (15) d'au moins une propriété configurable d'au moins un élément configurable de l'application configurable, l'étape d'affichage étant effectuée suite à la sélection (14) de l'élément configurable affiché sur une interface graphique affichant les éléments de l'application configurable. 5. Method according to any one of claims 1 to 4 characterized in that it comprises a step of displaying (15) at least one configurable property of at least one configurable element of the configurable application, the a display step being performed following the selection (14) of the configurable element displayed on a graphical interface displaying the elements of the configurable application. 6. Procédé selon l'une quelconque des revendications 1 à 5 caractérisé en ce que l'application de configuration est comprise dans l'application configurable. 6. Method according to any one of claims 1 to 5 characterized in that the configuration application is included in the configurable application. 7. Dispositif d'aide à la programmation d'une application configurable, à partir d'une application de configuration comprenant au moins une source de configuration, l'application configurable comprenant au moins une propriété configurable, le dispositif est caractérisé en ce qu'il comprend: des moyens d'analyse de l'application de configuration afin d'extraire un groupe de sources de configuration de l'application de configuration, des moyens d'affichage d'au moins une partie du groupe de sources de configuration, définie en fonction de l'application configurable dans une fenêtre d'interface graphique de l'application configurable, des moyens d'association à la au moins une propriété configurable d'une source de configuration choisie parmi les sources de configuration contenues dans la au moins une partie définie du groupe de sources de configuration, l'association de la source de configuration choisie à la au moins une propriété configurable étant effectuée par la génération automatique de code source liant la au moins une propriété configurable à la source de configuration. 7. Device for assisting the programming of a configurable application, from a configuration application comprising at least one configuration source, the configurable application comprising at least one configurable property, the device is characterized in that it comprises: means for analyzing the configuration application in order to extract a group of configuration sources from the configuration application, means for displaying at least part of the group of configuration sources, defined according to the configurable application in a configurable application GUI window, means for associating with the at least one configurable property of a configuration source selected from the configuration sources contained in the at least one defined part of the configuration source group, the association of the chosen configuration source to the at least one configurable property being performed by the ge automatic source code narrowing linking the at least one configurable property to the configuration source. 8. Programme d'ordinateur comportant des instructions pour l'exécution du procédé selon l'une quelconque des revendications 1 à 6 lorsque le programme est exécuté par un processeur. 8. Computer program comprising instructions for executing the method according to any one of claims 1 to 6 when the program is executed by a processor. 9. Support d'enregistrement lisible par un processeur sur lequel est enregistré un programme comportant des instructions pour l'exécution du procédé selon l'une quelconque des revendications 1 à 6.35 9. A processor-readable recording medium on which is recorded a program comprising instructions for executing the method according to any one of claims 1 to 6.35.
FR1155289A 2011-06-16 2011-06-16 Method for assisting to programming of configurable application from configuration application by using e.g. extensible XML, involves associating configuration source with configurable property by automatic generation of source code Withdrawn FR2976694A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
FR1155289A FR2976694A1 (en) 2011-06-16 2011-06-16 Method for assisting to programming of configurable application from configuration application by using e.g. extensible XML, involves associating configuration source with configurable property by automatic generation of source code

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
FR1155289A FR2976694A1 (en) 2011-06-16 2011-06-16 Method for assisting to programming of configurable application from configuration application by using e.g. extensible XML, involves associating configuration source with configurable property by automatic generation of source code

Publications (1)

Publication Number Publication Date
FR2976694A1 true FR2976694A1 (en) 2012-12-21

Family

ID=44992998

Family Applications (1)

Application Number Title Priority Date Filing Date
FR1155289A Withdrawn FR2976694A1 (en) 2011-06-16 2011-06-16 Method for assisting to programming of configurable application from configuration application by using e.g. extensible XML, involves associating configuration source with configurable property by automatic generation of source code

Country Status (1)

Country Link
FR (1) FR2976694A1 (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050268291A1 (en) * 2004-05-27 2005-12-01 International Business Machines Corporation Specifying user interface interactions for controls in a data driven system
US20070061740A1 (en) * 2005-09-12 2007-03-15 Microsoft Corporation Content based user interface design
US20080120557A1 (en) * 2006-11-16 2008-05-22 Bea Systems, Inc. Dynamic generated web ui for configuration

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050268291A1 (en) * 2004-05-27 2005-12-01 International Business Machines Corporation Specifying user interface interactions for controls in a data driven system
US20070061740A1 (en) * 2005-09-12 2007-03-15 Microsoft Corporation Content based user interface design
US20080120557A1 (en) * 2006-11-16 2008-05-22 Bea Systems, Inc. Dynamic generated web ui for configuration

Similar Documents

Publication Publication Date Title
US11003421B2 (en) Event processing system and method
CN109508191B (en) Code generation method and system
Russell Mining the social web: data mining Facebook, Twitter, LinkedIn, Google+, GitHub, and more
EP1739551A1 (en) Method of handling data compatible with an object modeling formalism
US20150120302A1 (en) Method and system for performing term analysis in social data
US20090222727A1 (en) Method, Apparatus and Computer Program Product for Capturing and Viewing Stored Web Resource Interactions
EP1585037A1 (en) Detection and Referencing Method for the Access to Dynamic Objects on Internet Pages
US20120151381A1 (en) Defining actions for data streams via icons
AU2019378243A1 (en) System and method for creation and handling of configurable applications for website building systems
Heilmann Beginning JavaScript with DOM scripting and Ajax: from novice to professional
EP2219113B1 (en) Display method, corresponding device and computer program product
Silva-Lepe et al. Soalive service catalog: A simplified approach to describing, discovering and composing situational enterprise services
FR2976694A1 (en) Method for assisting to programming of configurable application from configuration application by using e.g. extensible XML, involves associating configuration source with configurable property by automatic generation of source code
US20210342130A1 (en) Systems and methods for software application generation and delivery
US20140344250A1 (en) Enhanced search refinement for personal information services
JPWO2016147219A1 (en) Text visualization system, text visualization method, and program
Kirchhof et al. Navigating the Low-Code Landscape: A Comparison of Development Platforms
Ferguson et al. Beginning JavaScript with DOM Scripting and Ajax: Second Editon
FR2944633A1 (en) METHOD FOR ASSISTING THE DEVELOPMENT OR USE OF A COMPLEX SYSTEM.
Scott et al. JavaScript Cookbook
Freeman Pro Go
Howard Node. js for PHP Developers
Cheron Conception, maintenance et évolution non-cassante des API REST
EP1811373A1 (en) Automatic composition method of web services, program product and informatics system executing this method
Charoenwet A Digital Collection Study and Framework Exploration–Applying Textual Analysis on Source Code Collection

Legal Events

Date Code Title Description
ST Notification of lapse

Effective date: 20130228