[go: up one dir, main page]

JP2009104568A - Platform for mobile application production - Google Patents

Platform for mobile application production Download PDF

Info

Publication number
JP2009104568A
JP2009104568A JP2007297256A JP2007297256A JP2009104568A JP 2009104568 A JP2009104568 A JP 2009104568A JP 2007297256 A JP2007297256 A JP 2007297256A JP 2007297256 A JP2007297256 A JP 2007297256A JP 2009104568 A JP2009104568 A JP 2009104568A
Authority
JP
Japan
Prior art keywords
application
platform
database
functions
mobile
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.)
Pending
Application number
JP2007297256A
Other languages
Japanese (ja)
Inventor
Kotaro Hirano
浩太郎 平野
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.)
MOVELL SOFTWARE Inc
Original Assignee
MOVELL SOFTWARE Inc
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 MOVELL SOFTWARE Inc filed Critical MOVELL SOFTWARE Inc
Priority to JP2007297256A priority Critical patent/JP2009104568A/en
Publication of JP2009104568A publication Critical patent/JP2009104568A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Stored Programmes (AREA)

Abstract

【課題】携帯電話で利用するアプリを簡単に制作/管理できるようにするためのプラットフォームを提供する。
【解決手段】プラットフォームを開発するためになされたものであり,携帯電話のアプリとして利用できる機能を、モジュール化することで利用しやすい形とし,これを制作/管理に利用するための構築したデータベースによって実現する。上記の構造は、データベース3に機能モジュールやアプリデータ,サイトデータ4を格納し,制作者が制作アプリ1からインターネット6を経由して携帯アプリを制作する。データベース3は管理アプリ2から制御できる。
【選択図】図1
A platform for easily creating / managing an application used on a mobile phone is provided.
A database constructed for developing a platform, and a function that can be used as an application of a mobile phone is made into a form that can be easily used by modularizing it and used for production / management. Realized by. In the above structure, the function module, application data, and site data 4 are stored in the database 3, and the producer produces a mobile application from the production application 1 via the Internet 6. The database 3 can be controlled from the management application 2.
[Selection] Figure 1

Description

発明の詳細な説明Detailed Description of the Invention

産業上の利用分野Industrial application fields

この発明は,携帯電話用のアプリケーションをアプリの再生産の手法によって安価に効率よく制作できる総合的なプラットフォームの手法と環境に関する。  The present invention relates to a comprehensive platform method and environment capable of efficiently and inexpensively producing an application for a mobile phone by using a method of reproducing an application.

従来の技術および発明が解決しようとする課題Problems to be solved by the prior art and the invention

携帯電話は単なる電話機能だけでなく,パソコンの機能を取り込んで高性能化の傾向にあり,データ通信使用料の定額サービスなどの出現により,ネットワークの環境も充実しつつある。しかし携帯電話のアプリはPC用とは異なり,機能に様々な制限があり,個別に対応しているため,アプリを充実するには生産性がよくない。  Cellular phones are becoming more sophisticated by incorporating functions of personal computers as well as telephone functions. With the advent of flat-rate services for data communication usage fees, the network environment is becoming more substantial. However, unlike PC applications, mobile phone applications have various restrictions on functions and are individually supported, so productivity is not good to enhance the applications.

携帯電話に関する技術はデータ通信の高速化やそれに伴うハードウェアの高性能化など進化を続けているが,携帯用アプリ制作に関する技術は従来のPC用アプリ制作技術の延長に留まっている。  Technologies related to mobile phones continue to evolve, such as speeding up of data communication and hardware performance associated therewith, but technologies related to mobile application production are only an extension of conventional PC application production technology.

携帯電話用のアプリはQRコードやGPSなど特殊な機能を組み込んだアプリを制作する必要があるため,アプリの再生産の手法によって安価に効率よく制作できる総合的なプラットフォームが要求されている。  Since it is necessary to produce an application incorporating a special function such as a QR code and GPS, an application for a mobile phone is required to have a comprehensive platform that can be produced inexpensively and efficiently by an application reproduction method.

そこで,携帯電話の基本機能をモジュール化して,アプリの生産性の向上をはかることが重要な課題である。  Therefore, it is important to improve the productivity of applications by modularizing the basic functions of mobile phones.

課題を解決するための手段Means for solving the problem

本発明は上の課題を解決するためになされたものであり,図2の構造によってデータベース3に機能モジュールやアプリデータ,サイトデータ4を格納し,制作者が制作アプリ1からインターネット6を経由して携帯アプリを制作する。データベース3は管理アプリ2から制御できる。  The present invention has been made to solve the above problems, and stores the functional modules, application data, and site data 4 in the database 3 according to the structure shown in FIG. To make mobile apps. The database 3 can be controlled from the management application 2.

作用Action

図2は携帯アプリで利用できる機能を分類した例である。  FIG. 2 is an example in which functions that can be used in the mobile application are classified.

本発明の機能モジュールはよく使われる基本機能,通信機能,付加機能などの種類別に分類したもので,各機能のスタンダードな使用法を定め,それに従って利用できるモジュールとなり,各データをデータベースに格納し,簡単に呼び出せる仕組みとなったものである。  The function modules of the present invention are classified according to types such as frequently used basic functions, communication functions, and additional functions. The standard usage of each function is determined, and the module can be used in accordance with it, and each data is stored in a database. This is a mechanism that can be called easily.

図3に本発明による実施例を示す機能モジュールの例である。図3では携帯アプリの機能の画像データを保存する機能をモジュール化するときに利用するコードを示しており,データベース化することでプラットフォームで利用できるようになる。  FIG. 3 is an example of a functional module showing an embodiment according to the present invention. FIG. 3 shows a code used when modularizing the function of storing the image data of the function of the mobile application, and it can be used on the platform by creating a database.

発明の効果The invention's effect

本発明のプラットフォームを用いると,汎用な機能モジュールはそのまま利用でき,再生産性の向上がはかられ,安価に効率よくコンテンツを制作できるようになる。  When the platform of the present invention is used, general-purpose function modules can be used as they are, and the productivity can be improved, and contents can be produced efficiently at low cost.

携帯アプリ制作用プラットフォーム  Platform for mobile application production 携帯アプリで利用できる機能を分類した例  Example of categorizing functions that can be used in mobile applications 本発明の実施例  Examples of the present invention

符号の説明Explanation of symbols

1 制作アプリ
2 管理アプリ
3 データベース
4 データベースの内容
5 サーバ
6 インターネット
7 携帯アプリで利用できる機能を分類した例
8 機能モジュールの例
1 Production application 2 Management application 3 Database 4 Contents of database 5 Server 6 Internet 7 Example of categorizing functions available for mobile applications 8 Example of function module

Claims (2)

携帯電話で実行するアプリに必要なフォームやGPSなどの機能は,基本機能,通信機能,付加機能などの種類別に分類し,必要なときに簡単に利用して実装でき,スタンダードな使用法による機能モジュール。  Functions such as forms and GPS required for applications to be executed on mobile phones are classified according to types such as basic functions, communication functions, and additional functions, and can be easily used and implemented when necessary. module. 前項において分類した機能モジュールをプラットフォームにおける各種アプリケーションで利用しやすくなるようにしたデータベース。  A database that makes it easy to use the functional modules classified in the previous section in various applications on the platform.
JP2007297256A 2007-10-20 2007-10-20 Platform for mobile application production Pending JP2009104568A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2007297256A JP2009104568A (en) 2007-10-20 2007-10-20 Platform for mobile application production

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2007297256A JP2009104568A (en) 2007-10-20 2007-10-20 Platform for mobile application production

Publications (1)

Publication Number Publication Date
JP2009104568A true JP2009104568A (en) 2009-05-14

Family

ID=40706153

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2007297256A Pending JP2009104568A (en) 2007-10-20 2007-10-20 Platform for mobile application production

Country Status (1)

Country Link
JP (1) JP2009104568A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8261231B1 (en) 2011-04-06 2012-09-04 Media Direct, Inc. Systems and methods for a mobile application development and development platform
USD681654S1 (en) 2011-04-06 2013-05-07 Media Direct, Inc. Monitor with graphical user interface for a mobile application development tool
US8788935B1 (en) 2013-03-14 2014-07-22 Media Direct, Inc. Systems and methods for creating or updating an application using website content
US8898630B2 (en) 2011-04-06 2014-11-25 Media Direct, Inc. Systems and methods for a voice- and gesture-controlled mobile application development and deployment platform
US8978006B2 (en) 2011-04-06 2015-03-10 Media Direct, Inc. Systems and methods for a mobile business application development and deployment platform
US9134964B2 (en) 2011-04-06 2015-09-15 Media Direct, Inc. Systems and methods for a specialized application development and deployment platform

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8261231B1 (en) 2011-04-06 2012-09-04 Media Direct, Inc. Systems and methods for a mobile application development and development platform
USD681654S1 (en) 2011-04-06 2013-05-07 Media Direct, Inc. Monitor with graphical user interface for a mobile application development tool
US8832644B2 (en) 2011-04-06 2014-09-09 Media Direct, Inc. Systems and methods for a mobile application development and deployment platform
US8875095B2 (en) 2011-04-06 2014-10-28 Media Direct, Inc. Systems and methods for a mobile application development and deployment platform
US8898630B2 (en) 2011-04-06 2014-11-25 Media Direct, Inc. Systems and methods for a voice- and gesture-controlled mobile application development and deployment platform
US8898629B2 (en) 2011-04-06 2014-11-25 Media Direct, Inc. Systems and methods for a mobile application development and deployment platform
US8978006B2 (en) 2011-04-06 2015-03-10 Media Direct, Inc. Systems and methods for a mobile business application development and deployment platform
US9134964B2 (en) 2011-04-06 2015-09-15 Media Direct, Inc. Systems and methods for a specialized application development and deployment platform
US8788935B1 (en) 2013-03-14 2014-07-22 Media Direct, Inc. Systems and methods for creating or updating an application using website content

Similar Documents

Publication Publication Date Title
Rong et al. Nurturing business ecosystems to deal with industry uncertainties
US9881092B2 (en) Method and apparatus for content-aware role modeling and recommendation
JP2009104568A (en) Platform for mobile application production
US20060218191A1 (en) Method and System for Managing Multimedia Documents
US20100299338A1 (en) Method and apparatus for providing device compatibility service
US9794400B2 (en) Mobile terminal and ringtone playing method thereof
JP2008295015A (en) System for providing widget type idle screen content data for mobile communication terminal
CN105701122A (en) Log collection method, apparatus and system
Gasimov et al. Visiting mobile application development: What, how and where
WO2012113227A1 (en) Mobile-terminal-based information recording method and system
CN102769578A (en) System and method for integrating microblog management systems in multiple platforms
US12164932B2 (en) Dynamic plug and play resource discovery
CN102065174A (en) Method and system for pushing multimedia resources of mobile terminal
CN110324376A (en) A kind of business micro services Component Gallery
US20140346225A1 (en) Platform for modeling and embedding business scenarios in bar codes
US12056113B2 (en) Computerized system and method for performing parameterization of columns in a virtual semantic layer
US9578602B1 (en) Device aware social graphs
Goggin Mobile paradoxes: European emergence of mobile internet, users, and markets
Sefid‐Dashti et al. A reference architecture for mobile SOA
US9733998B2 (en) Method and system for managing and linking software applications
US12073264B2 (en) Decomposition of resource discovery roles, parts, and transport modeslc
Kim The Apple iPhone Shock in Korea
CN101299853A (en) Device and method for solving JAVA application function key key value matching
Kuklinski et al. Mobile Web 2.0. A Theoretical-TeAchnical Framework and Developing Trends.
CN103399752A (en) Mobile phone application chain reaction system and method based on Internet service