EP2718810A1 - Method for developing a web portal, method for implementing same, and corresponding computer program product - Google Patents
Method for developing a web portal, method for implementing same, and corresponding computer program productInfo
- Publication number
- EP2718810A1 EP2718810A1 EP12729084.9A EP12729084A EP2718810A1 EP 2718810 A1 EP2718810 A1 EP 2718810A1 EP 12729084 A EP12729084 A EP 12729084A EP 2718810 A1 EP2718810 A1 EP 2718810A1
- Authority
- EP
- European Patent Office
- Prior art keywords
- modules
- portal
- module
- file
- computer
- 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
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/10—Text processing
- G06F40/12—Use of codes for handling textual entities
- G06F40/14—Tree-structured documents
- G06F40/143—Markup, e.g. Standard Generalized Markup Language [SGML] or Document Type Definition [DTD]
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/30—Creation or generation of source code
- G06F8/38—Creation or generation of source code for implementing user interfaces
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/60—Software deployment
- G06F8/61—Installation
Definitions
- the present invention relates to a method of developing a web portal, the web portal being implemented locally by a browser of a device.
- Decoders are known in the field of telecommunications.
- a set-top box is an electronic device, connected to a television, that converts audiovisual signals (sometimes coded and usually transmitted by coaxial cable, telephone line or satellite) in a form that allows them to be properly received and processed by the television. It is thus necessary to use a decoder to access channels or television programs that can only be available under certain conditions set by a broadcaster or a distributor.
- the operation of the decoder is managed through a portal ("portai" in English), displayed at least in part on the television, and in particular allowing interaction with a user of the decoder.
- a portal in English
- the known portals of known decoders use web technology, which is a technology based on the use of hypertexts and hypermedia data (i.e., an extension of hypertext to multimedia data, to include links between textual, visual and sound elements).
- Web technology allows the search for information in a tree structure, access to this information and its visualization, thanks to a web browser, that is to say software able to exploit hypertext and hypermedia resources. .
- a known portal for a known decoder is thus like a website, where are stored data accessible by the web browser, and especially offering links between information and features.
- the portal therefore consists of an entry point (a home page) and a set of modules that interact with each other and / or respond to external events.
- a known portal is usually created using known Web programming languages, for example
- HyperText Markup Language that is a text-based language, which allows the creation of hypertext documents that can be displayed by the Web browser
- the Javascript language that is to say a scripting language (a script is a program consisting of a series of commands that dispense users from entering them, allowing them to perform a particular function or to contribute to the execution of another program)
- the writing language is a scripting language (a script is a program consisting of a series of commands that dispense users from entering them, allowing them to perform a particular function or to contribute to the execution of another program), the writing language
- Javascript is particularly intended for non-technical users, and allows to integrate pre-programmed instructions in the construction of a Web document; PHP (Hypertext Preprocessor);
- CSS text files that contain a list of HTML markers, as well as the formatting associated with each, and that accurately define the font, size, color, and layout of the HTML markers. elements of a web page relative to each other ...
- a bug fix in the portal can not be shared with other portals, and each bug in each portal must be fixed.
- the invention proposes to mitigate at least one of these drawbacks by facilitating the development of portals.
- a method of developing a web portal the web portal being implemented locally by a browser of a device, the method being characterized in that it comprises
- a step of configuring the portal according to which an interface of a computer allows the selection and organization of a set of function modules and / or event management modules forming the web portal, a code stored on a server being associated with each of said modules;
- a compilation step according to which a processor of the computer generates, from the set, a file of instructions that can be implemented by the browser;
- an unloading step in which the processor unloads the instruction file and a group of codes associated with the modules on the device.
- the processor generates the instruction file via the server comprising a PHP module, the file being in a web oriented object format using W3C technologies, preferably HTML, JavaScript, CSS, XML, XSLT or CGI; - each module is built under the same standard structure;
- W3C technologies preferably HTML, JavaScript, CSS, XML, XSLT or CGI;
- the instruction file includes instructions that the events are managed by a stack of event management modules or feature modules;
- the method further comprises a step of testing the instruction file before the unloading step.
- the invention also relates to a system implementing the method, and a corresponding computer program product.
- the invention has many advantages.
- the invention allows a broadcaster or a distributor to develop a portal for example for a decoder, without internally mounting a dedicated web development team, or outsource this web development.
- the invention allows a total detachment of software aspects and Web programming languages, and therefore allows any user to create a portal without having knowledge of Web development.
- the invention makes it possible in particular to quickly modify the content of a portal without the need for knowledge in web development.
- the invention makes it possible to develop a portal from already built software bricks, which makes it possible to share feature developments, bug fixes, and add new features easily.
- the invention makes it possible in particular to pool the development between developers, integrators, and validators, particularly with regard to the test pages.
- the invention allows additions, deletions, and modifications of the constituent elements of a portal, dynamically, which allows for example to quickly test different options for features.
- a portal developed by a method according to the invention does not require a PHP server to function.
- FIG. 1 shows schematically a possible embodiment of a system according to the invention
- FIG. 2 diagrammatically represents a possible implementation of a method according to the invention
- FIG. 3 diagrammatically represents a possible structure of a database of a server of a system according to the invention
- FIG. 4 diagrammatically represents a possible structure of a directory containing a source code for a portal
- FIGS. 5 to 10 diagrammatically represent possible forms of an interface of a computer of a system according to the invention, for the development of a portal;
- FIG. 1 schematically shows a step of generating an instruction file from a set of modules and codes
- FIG. 1 represents schematically a possible event management on a device of a system according to the invention.
- FIG. 13 diagrammatically represents a possible form of an interface of a computer of a system according to the invention, for the creation of a module
- FIGS. 1 and 2 diagrammatically represent a possible method according to the invention implemented on a possible system according to the invention, the system comprising a device 1, a computer 2 and a server 3.
- a possible method of developing a web portal is mainly
- step S2 of compilation and a step S4 of unloading an instruction file and a group of codes on the device 1, the device comprising a browser using Web technology and can implement the instruction file and the code group.
- the web portal is intended to be implemented locally by the web browser 1 of the device 1 when the device 1 is in normal operation.
- the device 1 can be of any type, such as for example a set-top box (STB), a computer, a gateway (or gateway), an electricity meter, or any other system. embedded with a browser.
- STB set-top box
- computer a computer
- gateway or gateway
- electricity meter or any other system. embedded with a browser.
- the device 1 thus comprises in particular an interface 12.
- the interface 12 of the device 1 may comprise a screen and / or a series of lights and / or a key and / or a key and / or a remote control (comprising, for example, a keypad and / or colored keys, with the colors red, green, yellow and blue for example).
- the device 1 is autonomous in the sense that it is not relié, in normal operation, to a remote server of the type of the server 3.
- the device 1 is a decoder, it is, in normal operation, connected to a television and converts audiovisual signals (sometimes coded and transmitted usually by coaxial cable, telephone line or satellite) in a form allowing them to be properly received and processed by the television.
- the server 3 of the system is equipped
- a server 32 using Web technology, preferably http (HyperText Transfer Protocol),
- the computer 2 conventionally comprises an interface 21 and a processor 22.
- the processor 22 comprises all the conventional means of memory, communication and calculation for the implementation of the method according to the invention, and is therefore not repeated in detail in the remainder of this description.
- the interface 21 comprises a screen and / or forms that can be displayed on the screen (and described in more detail later in this description) and / or a keyboard and / or a mouse and / or a device remote control 1.
- step S1 the interface 21 of the computer 2 allows the selection and organization of a set E1 forming the web portal and constituted
- modules 21 1 of functionality and / or
- the set E1 corresponds to a skeleton of the desired Web portal on the device 1, and the modules 21 1 and 21 2 correspond to executable actions notably via the browser 1 1 of the device 1.
- a module 21 1 of functionality is executed by the browser 11 when a start function ("start" function) is called by the browser 11. It is also possible to provide a module 21 1 to be executed via another module 21 1; in this case, the module calling the execution of the other module is a module of the "menu" type (like the main menu of the portal for example).
- modules 21 1 are thus: information pages on the device 1 (display of the serial number, etc.), configuration pages of audio options, etc.
- An event management module 212 is executed by the browser 1 1 when there is appearance of at least one given event.
- the modules 212 are treated in more detail in the remainder of the present description, but it is specified here that an event is for example a pressure of a key on the remote control of the interface 12 of the device 1, the extraction of an electronic card of the device 1 or the arrival of a new signal at the device 1.
- a module 212 is not accessible through the menu, such as sound volume management.
- the data base 31 of the server 3 stores tables 321, 322, 323 and 324 shown in FIG. 3.
- Each table 321, named for example scp_project, contains the global information for a given portal project.
- the information can be entered by a user through forms of the interface 21, as described in the following description.
- Each table 321 thus comprises
- the table 321 can optionally include a module 212 in the project. It includes a line (eventModuleList) that contains the list of modules that are triggered only by events.
- the table 321 can optionally include a module 21 1 in the project. It thus contains a capita (startingModuleld) allowing to specify the first module which will be launched at the execution of the portal, and which can also call other modules.
- startingModuleld a member of the project.
- the models are m od ul es which have additional functions compared to the other modules 21 1 or 212.
- Each style is grouped in a table 323, for example called scp_template, which makes it possible to save the various information of the style, such as as its identifier (Id), its name (name), its path (path), as well as its parameters (param).
- Each table 322, denominated for example scp_module, contains the information making it possible to create and configure the modules 21 1 or 212.
- each module 21 1 or 212 has an identifier (moduleld) and a certain number of parameters.
- Each module 21 1 or 21 2 is thus listed in the database 31 of data.
- Each table 324 for example called scp_icons, makes it possible to simplify the use of the icons within the database 31, by associating with the path of the icon an identifier which can then be used in the parameters of modules 21 1 or 21 2. Icons are also linked to a style.
- the base 31 further contains links to source codes 42 contained in files 420, each code 42 corresponding to a module 21 1 or 212.
- each code 42 is copied into a specific directory 420 of the server 3.
- the directory 420 is referred to by the name of the module 21 1 or 212.
- the code 42 is copied as a source file of the module 21 1 or 212, in Javascript or HTML format.
- Each code file 42 is denominated by the name of the module 21 1 or 212, preferably followed by the version number of the module, for example on three characters. The user can therefore select a particular version of the module 21 1 or 212 depending on the architecture of the device 1 (archi V1 or V2 archi for example).
- the specific directory 420 may contain other directories for specific resources of the module (icons, images, sounds, etc.).
- step S1 the user indicates an identifier of a portal project in the interface 21.
- the interface 21 includes an HTML form known to those skilled in the art.
- HTM formulas L use are functions HTM L con knues executed by the computer 2, such as the following function that retrieves a "window" type object.
- UI_getNewWindo width, height, opacity
- a window typically has three distinct areas:
- An HTML function is also known for positioning the window in the interface 21.
- top and left must be indicated in number of pixels or by using a string 'CENTER'.
- the display and masking functions of a window are also known.
- the options of the show function can be any association of values
- the form of the interface 21 comprises in particular fields 101, 102, 103 and 104.
- Field 101 is the current name of the portal.
- the fields 102 make it possible to modify or to select
- the fields 103 make it possible to configure the style to be applied, as for example:
- Optity opacity of the menu
- the field 104 "Save" allows a backup of the configurations.
- the information entered in the fields 101 to 103 are therefore copied into the corresponding table 321 on the server 3.
- the interface 21 allows the selection and organization of the set E1 of modules 21 1 or 212 forming the web portal.
- the interface 21 comprises an HTML form of portal tree ("portai tree"), for example according to that shown in FIG. 6.
- the form HTM L notably comprises fields 201 to 210.
- Field 201 is the title of the form, presenting the portal tree as a table with columns.
- the table thus shows a part E1 'of the set E1, said part E1' consisting of modules 21 1 of functionality desired by the user.
- Column 202 corresponds to a number identifying each module 21 1 of functionality.
- Column 203 deletes a module from the portal. This deletion is preferably final.
- Column 205 shows the module type: "menu” or "-”. It is recalled that a module can not be executed via a module of the type "-”, but only via a module of the type "menu”. Column 206 shows the name of the module as it will appear in the portal ("Label").
- Column 207 shows the name of the module in a library ("Library").
- the library By selecting the field 209 in association with a module of the "menu" type, the library, containing in particular the models 21 1 of functionality available to the user, appears on the interface 21.
- FIG. 7 An exemplary HTM L possible form of the interface 21 and representing the library, for the addition of a module 21 1 to a module of the "menu" type is shown in FIG. 7.
- the form HTM L comprises fields 301 and 302.
- the name 301 denominates the cell and the channels 302 represent the modules 21 1 or 21 2 available to the user, in the form of icons.
- FIG. 7 makes it possible to add to the part E1 'a desired module 21 1 to said module of the "menu" type, by a click of the mouse on the icon of the desired module for example.
- FIG. 21 An example of a possible HTML form of the interface 21 for adding a submenu to a menu, and displayed after the selection of the field 210, is shown in FIG.
- the form HTM L notably comprises fields 303, 304 and 305.
- Field 303 gives the name of the new submenu.
- the fields 304 makes it possible to select an identifier number of associated icons.
- Column 204 of the table of FIG. 6 makes it possible to edit and modify a submenu, FIG. 9 showing a possible form of interface 21, the form containing fields 306 and 307.
- the form edited by selection in column 204 offers the same sub-menu modification possibilities as for a menu of the main menu tree (adding modules by the field 306 and deleting modules by the field 307).
- the set E1 also includes modules 21 2 for event management.
- FIG. 21 An example HTM form L possible of the interface 21 is shown in FIG.
- the form represents a part E1 "of the set E1, the part E 1" grouping in tabular form modules 21 2 of event management.
- This form is displayed for example by selecting the tab 40 of the interface 21, the selection being made by the mouse or by the blue key on the remote control of the interface 21.
- the HTML form has fields 401 to 408.
- Field 401 is the title of the form.
- Column 403 deletes a module from the portal. This deletion is preferably final.
- Column 404 shows the module name in the library.
- the colon 406 shows the path in a code 42 in Javascript format for example and associated with the module 212.
- the gate comprises only the module 21 2 "volume", which makes it possible to manage the pressing on the keys V + and V- (events 63235 and 6234).
- the library containing in particular the management modules 21 2 available to the user, appears on the interface 21.
- the interface 21 makes it possible to add to the set E1 a desired module 212 as described previously for a module 21 1.
- the processor 22 of the computer 2 generates, from the set E1, a file E3 instructions that can be implemented by the browser 1 1.
- a form of the interface 21 allows the user to indicate to the processor 2 the identifier of the portal for which the file E3 must be generated.
- An exemplary code that can be provided for the HTML form of the interface 21 is for example:
- the HTML form is defined with the ⁇ form> and ⁇ / form> tags.
- the "action” attribute of the ⁇ form> tag is used to specify the page that will process the data provided in the form by the user: this is the "main” page.
- the "method” attribute shows that the transmission method is the POST method, also known to those skilled in the art.
- the processor 22 sends a request to the module 33 PHP, so that the latter executes the file "main. php "corresponding to the portal.
- the distinction between different projects of portals is made for example by specifying in argument, in the name of the file, the identifier of the desired project.
- the classic Javascripts files are loaded by the module 33.
- Typical files are files containing, for example, constants, global objects and functions, event management functions, and translation files.
- a possible instruction for this loading is for example:
- a possible instruction for this loading is for example:
- the PH P language is used by the module 33 of the server 3 to interpret the previous PH P code and generate code that can be interpreted by the browser 1 1, such as XHTML, HTML, CSS or JavaScript, here preferably HTML and Javascript.
- portal parameters are converted into variables
- g_portalLanguage ⁇ ? php echo '"'. $ defaultLanguage. '"'; ?>;
- a table (g_iconTable) containing the paths to the icons is created by the module 33.
- a possible instruction for this creation is for example:
- Another table (gjnoduleTable), containing the Javascripts objects corresponding to the modules included in the portal through the set E1, is created by the module 33, and each module builder is called.
- a possible instruction for this creation is for example:
- the processor From the set E1, and files comprising the codes 42 Javascripts or HTML corresponding to the modules 21 1 and 212 of the set E1, the processor generates the file E3.
- the E3 file contains only web-oriented object code, using known technologies W3C (for example HTML, JavaScript, CSS, XML, XSLT, CGI ).
- W3C for example HTML, JavaScript, CSS, XML, XSLT, CGI .
- the main file. php can be renamed main.html for example.
- the group of codes 42 used by the portal is called E2.
- step S4 the connection between the server 3 and the device 1 is broken, and the device 1 can take normal operation.
- the link between the computer 2 and the server 3 can also be broken.
- the browser 1 1 of the device 1 executes a function, for example named load_main () and contained in the main.js file, and which allows:
- K is a release of a key from a computer keyboard or a decoder remote control for example.
- keypress_eventHandler the keypress K events, whose entry point is a function for example called keypress_eventHandler ();
- Event events that appeared and were detected by the browser whose entry point is the function named for example
- EventHandlerQ The keypress event handler K created and / or the event handler called slow call the function for example named MainEventHandler ().
- a possible instruction for this call is for example:
- each event is converted into an object of type event_object, with several parameters in tabular form, during a step A.
- the instruction file E3 in fact comprises instructions returning to the code 42, for example called event.js, instructions according to which the events are managed by a stack of event management modules 21 2 or modules 21 1 of features if they are active.
- the event object is transmitted to the active module located on the top of a stack of modules.
- the event object is taken into account by said module.
- the mainEventHandler () function determines in D whether the event object is managed by the module.
- the mainEventHandler () function determines in E whether this same event object should trigger one (or more) modules from a g_eventTable table. During a step F, in the case of several modules to be triggered, a parameter makes it possible to specify the associated priority.
- the interface 21 includes an HTML form making it possible to add a new module to the library.
- all the modules 211 or 212 have the same standard structure with, in particular:
- FIG. 13 includes fields 501, 502, 503 and 504.
- the fields 502 include mandatory fields, especially concerning the name, the name of the module as it will appear in the portal ("Label"), and the type of the module. Depending on the type of module selected, more or fewer additional options may appear.
- the field 503 makes it possible to enter a description of the module, to the attention of the user.
- the codes 42 of the modules are coded in HTML but very preferentially in Javascript, for example in the form
- the computer 2 may be incorporated wholly or partly into the device 1.
- the method may further include an optional step S3 of testing the instruction file E3 prior to the unloading step S4.
- the test step S3 concerns the modules 21 1 and 212, available in the library shared by all the portal projects, so that the test step is used for the subsequent evolutions of the portal or for another portal as well.
- the bug correction on the modules 21 1 or 212 is used for subsequent evolutions of the portal or for another portal as well.
- the invention also relates to a computer program product comprising instructions which, when loaded onto a memory of a computer, allow the implementation of a method according to the invention.
- the product can be on any computer support, such as a memory or a CD-Rom.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Human Computer Interaction (AREA)
- Health & Medical Sciences (AREA)
- Artificial Intelligence (AREA)
- Audiology, Speech & Language Pathology (AREA)
- Computational Linguistics (AREA)
- General Health & Medical Sciences (AREA)
- Information Transfer Between Computers (AREA)
- Stored Programmes (AREA)
Abstract
Description
Claims
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
FR1155131A FR2976373B1 (en) | 2011-06-10 | 2011-06-10 | METHOD FOR DEVELOPING A WEB PORTAL, AN IMPLEMENTING SYSTEM AND COMPUTER PROGRAM PRODUCT THEREFOR |
PCT/EP2012/060872 WO2012168417A1 (en) | 2011-06-10 | 2012-06-08 | Method for developing a web portal, method for implementing same, and corresponding computer program product |
Publications (1)
Publication Number | Publication Date |
---|---|
EP2718810A1 true EP2718810A1 (en) | 2014-04-16 |
Family
ID=46331284
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
EP12729084.9A Withdrawn EP2718810A1 (en) | 2011-06-10 | 2012-06-08 | Method for developing a web portal, method for implementing same, and corresponding computer program product |
Country Status (6)
Country | Link |
---|---|
US (1) | US20140129926A1 (en) |
EP (1) | EP2718810A1 (en) |
CN (1) | CN103782271B (en) |
BR (1) | BR112013031520A2 (en) |
FR (1) | FR2976373B1 (en) |
WO (1) | WO2012168417A1 (en) |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN105242913A (en) * | 2015-07-06 | 2016-01-13 | 临沂优狐网络科技有限公司 | YYUC-PHP (Professional Hypertext Preprocessor) frame |
Family Cites Families (13)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20080091663A1 (en) * | 1998-12-08 | 2008-04-17 | Inala Suman K | Software Bundle for Providing Automated Functionality to a WEB-Browser |
US6721713B1 (en) * | 1999-05-27 | 2004-04-13 | Andersen Consulting Llp | Business alliance identification in a web architecture framework |
US7890926B2 (en) * | 2005-01-04 | 2011-02-15 | Vaakya Technologies Private Limited | System and method for application development and deployment |
US20060294496A1 (en) * | 2005-06-27 | 2006-12-28 | Bea Systems, Inc. | System and method for improved web portal design through control tree file creation |
US8429630B2 (en) * | 2005-09-15 | 2013-04-23 | Ca, Inc. | Globally distributed utility computing cloud |
CN100535900C (en) * | 2005-12-06 | 2009-09-02 | 国际商业机器公司 | Method and system for rendering asynchronous portal page |
CN101004680B (en) * | 2006-11-23 | 2011-06-22 | 福建顶点软件股份有限公司 | Flexible, fast software development method and support system by using kernels of direct operation object model definition |
US8639743B1 (en) * | 2007-12-05 | 2014-01-28 | Appcelerator, Inc. | System and method for on-the-fly rewriting of JavaScript |
US8789130B2 (en) * | 2009-07-08 | 2014-07-22 | Centurylink Intellectual Property Llc | Set top box browser control via a wireless handset |
US9552123B1 (en) * | 2010-05-27 | 2017-01-24 | Amazon Technologies, Inc. | Integrating applications in a portal |
US9183560B2 (en) * | 2010-05-28 | 2015-11-10 | Daniel H. Abelow | Reality alternate |
CN101909082B (en) * | 2010-07-29 | 2013-03-13 | 中国运载火箭技术研究院 | Model-driven grid portal configuration system and method |
WO2012127481A1 (en) * | 2011-03-23 | 2012-09-27 | Infosys Technologies Limited | Unified user interface framework for creating configurable web-portals using menu options |
-
2011
- 2011-06-10 FR FR1155131A patent/FR2976373B1/en not_active Expired - Fee Related
-
2012
- 2012-06-08 WO PCT/EP2012/060872 patent/WO2012168417A1/en active Application Filing
- 2012-06-08 CN CN201280028233.1A patent/CN103782271B/en not_active Expired - Fee Related
- 2012-06-08 US US14/125,078 patent/US20140129926A1/en not_active Abandoned
- 2012-06-08 EP EP12729084.9A patent/EP2718810A1/en not_active Withdrawn
- 2012-06-08 BR BR112013031520A patent/BR112013031520A2/en not_active Application Discontinuation
Non-Patent Citations (2)
Title |
---|
None * |
See also references of WO2012168417A1 * |
Also Published As
Publication number | Publication date |
---|---|
CN103782271A (en) | 2014-05-07 |
BR112013031520A2 (en) | 2016-12-13 |
CN103782271B (en) | 2017-11-10 |
FR2976373A1 (en) | 2012-12-14 |
FR2976373B1 (en) | 2013-06-14 |
WO2012168417A1 (en) | 2012-12-13 |
US20140129926A1 (en) | 2014-05-08 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
Subramanian | Pro Mern Stack: Full Stack Web App Development with Mongo, Express, React and Node | |
US9454363B1 (en) | Mobile application development system and method | |
CN111198730B (en) | Method, device, terminal and computer storage medium for starting sub-application program | |
EP2151773B1 (en) | Synchronous to asynchronous web page conversion | |
CN101866299B (en) | Method and system for modifying the execution of a native application running on a portable electronic device | |
KR20170141224A (en) | Developer Exchange System | |
CN102067161A (en) | Presenting advertisements based on web-page interaction | |
Murphy et al. | Beginning Android 3 | |
WO2013140076A2 (en) | Method and system for developing applications for consulting content and services on a telecommunications network | |
WO2010009996A1 (en) | Method for compiling a computer program | |
Reddy | Beginning Spring Boot 2: Applications and microservices with the Spring framework | |
Annuzzi et al. | Advanced Android application development | |
EP2219113B1 (en) | Display method, corresponding device and computer program product | |
WO2012168417A1 (en) | Method for developing a web portal, method for implementing same, and corresponding computer program product | |
Penberthy | Beginning ASP. NET for Visual Studio 2015 | |
CN112487322B (en) | Third party application Loading page loading method and display device | |
WO2007107534A1 (en) | Method, device and system for managing structure data in a graphic scene | |
JP4927830B2 (en) | Automatic update of variables in the data language | |
Freeman | Essential Angular for Asp. Net Core MVC | |
Bendoraitis | Web Development with Django Cookbook | |
Fränkel | Learning Vaadin 7 | |
Bendoraitis | Web Development with Django Cookbook | |
EP2610743A1 (en) | Method for simulating the human-machine interface of an apparatus. | |
Chernomordov et al. | Development of the Module «Version the Visually Impaired» for the Websites of Organizations | |
Ciliberti et al. | Getting the Most from the New Features in ASP. NET Core MVC |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PUAI | Public reference made under article 153(3) epc to a published international application that has entered the european phase |
Free format text: ORIGINAL CODE: 0009012 |
|
17P | Request for examination filed |
Effective date: 20131217 |
|
AK | Designated contracting states |
Kind code of ref document: A1 Designated state(s): AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MK MT NL NO PL PT RO RS SE SI SK SM TR |
|
DAX | Request for extension of the european patent (deleted) | ||
RAP1 | Party data changed (applicant data changed or rights of an application transferred) |
Owner name: SAGEMCOM BROADBAND SAS |
|
STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: EXAMINATION IS IN PROGRESS |
|
17Q | First examination report despatched |
Effective date: 20190328 |
|
STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: EXAMINATION IS IN PROGRESS |
|
STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: THE APPLICATION IS DEEMED TO BE WITHDRAWN |
|
18D | Application deemed to be withdrawn |
Effective date: 20220104 |