JP2015162067A - application development support program and application development support system - Google Patents

application development support program and application development support system Download PDF

Info

Publication number
JP2015162067A
JP2015162067A JP2014036604A JP2014036604A JP2015162067A JP 2015162067 A JP2015162067 A JP 2015162067A JP 2014036604 A JP2014036604 A JP 2014036604A JP 2014036604 A JP2014036604 A JP 2014036604A JP 2015162067 A JP2015162067 A JP 2015162067A
Authority
JP
Japan
Prior art keywords
version
file
application
manifest file
project
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.)
Granted
Application number
JP2014036604A
Other languages
Japanese (ja)
Other versions
JP6192570B2 (en
Inventor
巧太郎 金子
Kotaro Kaneko
巧太郎 金子
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.)
Kyocera Document Solutions Inc
Original Assignee
Kyocera Document Solutions 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 Kyocera Document Solutions Inc filed Critical Kyocera Document Solutions Inc
Priority to JP2014036604A priority Critical patent/JP6192570B2/en
Priority to US14/633,154 priority patent/US9298451B2/en
Publication of JP2015162067A publication Critical patent/JP2015162067A/en
Application granted granted Critical
Publication of JP6192570B2 publication Critical patent/JP6192570B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management

Landscapes

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

Abstract

PROBLEM TO BE SOLVED: To provide a technique that does not require a table for relating a version of a project in an application development environment.SOLUTION: After a development environment is started, a file extraction part 44, with reference to a part 30 for holding building resources, retrieves all the projects existing in an object folder and confirms versions thereof so as to determine whether or not the versions are the same as a version of an environment of the file extraction part 44. When the versions are different, the file extraction part 44 updates a version-dependent file. Then, a manifest file creation part 48 creates a manifest file representing a difference from a public interface and connects it to an existing manifest file.

Description

本発明は、アプリケーション開発支援プログラム及びアプリケーション開発支援システムに係り、例えば、開発環境のプロジェクトに管理されるアプリケーションを作成するためのアプリケーション開発支援プログラム及びアプリケーション開発支援システムに関する。   The present invention relates to an application development support program and an application development support system. For example, the present invention relates to an application development support program and an application development support system for creating an application managed by a project in a development environment.

一般的にアプリケーションを作成するためには開発環境が必要であり、この開発環境を利用してターゲットとなるアプリケーション(ソフトウェア)を作成する。ターゲットとなるアプリケーションは、通常、プロジェクトと称される単位で構成され管理される。   In general, a development environment is required to create an application, and a target application (software) is created using this development environment. A target application is usually configured and managed in units called projects.

プロジェクトは、開発環境のバージョンと密接に関連している。そして、開発環境のバージョンは、そのアプリケーションが主な動作対象となるプラットフォームと密接に関連している。   The project is closely related to the version of the development environment. The version of the development environment is closely related to the platform on which the application is mainly operated.

アプリケーションに必要とされるファイル、ライブラリ等はプラットフォームのバージョン毎に異なる。もし、開発者が様々なプラットフォームのバージョンで開発しようとした場合、各プロジェクトを各バージョン用に修正しなければならない場合がある。   The files, libraries, etc. required for the application differ depending on the platform version. If a developer tries to develop on different platform versions, each project may need to be modified for each version.

このような背景のもと、開発者を支援するための技術が各種提案されている。例えば、ソフトウェアの開発環境及び実行環境におけるライブラリ管理方法に関して、特にライブラリ構成に関する規則を追加・変更・削除することができるライブラリ管理方法の技術がある(例えば特許文献1参照)。   Against this background, various technologies for supporting developers have been proposed. For example, regarding a library management method in a software development environment and an execution environment, there is a library management method technology that can add, change, and delete rules relating to the library configuration (see, for example, Patent Document 1).

特開平10−269065号公報Japanese Patent Laid-Open No. 10-269065

ところで、特許文献1に開示の技術では、管理表を利用しており更新が頻繁に行われる環境向きではなく、更新に関わる工数も大きいことから別の技術が求められていた。   By the way, the technique disclosed in Patent Document 1 uses a management table and is not suitable for an environment in which updating is frequently performed, and another technique has been demanded because man-hours related to updating are large.

本発明はこのような状況に鑑みてなされたものであり、上記課題を解決できる技術を提供することを目的とする。   This invention is made | formed in view of such a condition, and it aims at providing the technique which can solve the said subject.

本発明は、ライブラリ及びマニュフェストファイルを含むビルド用資産をビルドしてアプリケーションを作成する際に用いられるアプリケーション開発支援プログラムであって、前記アプリケーションの動作ターゲットのプラットフォームが複数バージョン有る場合に、所定の資産保持領域に存在するプロジェクトを全て検索してそのバージョンを確認するプロジェクトバージョン確認工程と、開発環境に保存されているバージョン毎に異なるファイルを前記プロジェクトのバージョンに適したファイルに置き換えるバージョン依存ファイルを更新する更新工程と、公開インターフェイスとの差分のマニュフェストファイルを作成し、既存のマニュフェストファイルに結合するマニュフェストファイル作成工程と、を実行する。
本発明は、ライブラリ及びマニュフェストファイルを含むビルド用資産をビルドしてアプリケーションを作成する際に用いられるアプリケーション開発支援プログラムであって、前記アプリケーションの動作ターゲットのプラットフォームが複数バージョン有る場合に、所定の資産保持領域に存在するプロジェクトを全て検索してそのバージョンを確認するプロジェクトバージョン確認部と、開発環境に保存されているバージョン毎に異なるファイルを前記プロジェクトのバージョンに適したファイルに置き換えるバージョン依存ファイルを更新する更新部と、公開インターフェイスとの差分のマニュフェストファイルを作成し、既存のマニュフェストファイルに結合するマニュフェストファイル作成部と、を備える。
The present invention relates to an application development support program used for building an application by building a building asset including a library and a manifest file, and a predetermined asset when there are multiple versions of the operation target platform of the application. Project version confirmation process that searches all projects existing in the holding area and confirms their versions, and updates version dependent files that replace different files for each version stored in the development environment with files suitable for the version of the project An update process to be performed, and a manifest file of a difference with the public interface are created, and a manifest file creation process of combining with an existing manifest file is executed.
The present invention relates to an application development support program used for building an application by building a building asset including a library and a manifest file, and a predetermined asset when there are multiple versions of the operation target platform of the application. Updates the project version confirmation part that searches all the projects in the holding area and confirms the version, and the version-dependent file that replaces a different file for each version stored in the development environment with a file suitable for the version of the project An update unit that creates a difference manifest file with the public interface, and a manifest file creation unit that joins to the existing manifest file.

本発明によると、アプリケーション開発環境において、ターゲットのプラットフォームのバージョンを関連付けるテーブルが不要となる技術を提供することができる。   According to the present invention, it is possible to provide a technique that does not require a table for associating a version of a target platform in an application development environment.

本発明の実施形態に係る、アプリケーション開発支援システムを示す機能ブロック図である。It is a functional block diagram showing an application development support system according to an embodiment of the present invention. 本発明の実施形態に係る、アプリケーション開発支援システムを用いたプロジェクト更新処理を示すフローチャートである。It is a flowchart which shows the project update process using the application development assistance system based on embodiment of this invention.

以下、本発明を実施するための形態(以下、「実施形態」という)を、図面を参照して説明する。   Hereinafter, modes for carrying out the present invention (hereinafter referred to as “embodiments”) will be described with reference to the drawings.

図1は、本実施形態に係るアプリケーション開発支援システム10(アプリケーション開発環境)の概略構成を示す機能ブロック図である。アプリケーション開発支援システム10は、ソフトウェア的には所定の演算装置や記憶装置を有するコンピュータにより実行されるプログラムとして、ハードウェア的にはそのプログラムを実行するコンピュータ及びその周辺機器(表示装置、入出力装置等)により実現される。   FIG. 1 is a functional block diagram showing a schematic configuration of an application development support system 10 (application development environment) according to the present embodiment. The application development support system 10 is a program executed by a computer having a predetermined arithmetic device and storage device in terms of software, and a computer that executes the program in hardware and its peripheral devices (display device, input / output device) Etc.).

アプリケーション開発支援システム10は、開発ツール部20と、ビルド用資産保持部30と、ビルド部40とを有する。   The application development support system 10 includes a development tool unit 20, a build asset holding unit 30, and a build unit 40.

開発ツール部20は、アプリケーション(ソフトウェア)の開発環境を提供するためのソフトウェアツールであって、いわゆるGUI(Graphical User Interface)によって、アプリケーションの設計、コーディング、デバッグ、及びテスト等を支援するための統合環境を提供する。ここでは、開発ツール部20は、作成するアプリケーションの開発環境を「プロジェクト」と呼ばれる単位で管理する。具体的には、ユーザーは、アプリケーションを作成する際に開発ツール部20を使用しプロジェクトを定義するととともに、定義したプロジェクトにおいてソースコード等の編集を行う。プロジェクトは、ファイル、ライブラリおよびフォルダから構成され、フォルダにはプロジェクトのコンポーネントが格納される。   The development tool unit 20 is a software tool for providing an application (software) development environment, and is integrated to support application design, coding, debugging, testing, and the like by a so-called GUI (Graphical User Interface). Provide an environment. Here, the development tool unit 20 manages the development environment of the application to be created in units called “projects”. Specifically, when creating an application, the user uses the development tool unit 20 to define a project and edits source code and the like in the defined project. A project is composed of files, libraries, and folders, and the components of the project are stored in the folder.

ビルド用資産保持部30は、プロジェクトにおいて作成されるアプリケーションをビルドする際に必要とされる各種のファイルやライブラリ等を保持する。   The build asset holding unit 30 holds various files, libraries, and the like required when building an application created in a project.

ビルド部40は、ビルド用資産保持部30に保持されているファイルやライブラリ等を用いてビルドを行い、所望のアプリケーションを作成する。ここで、ビルドとは、ビルド用資産保持部30のファイル等に基づいてアプリケーションの実行コードを生成することである。一般的にはコンパイル及びリンク等の過程を含む処理をいう。   The build unit 40 builds using a file, library, or the like held in the build asset holding unit 30 to create a desired application. Here, “build” refers to generating an execution code of an application based on a file or the like of the build asset holding unit 30. Generally, it means processing including processes such as compiling and linking.

ビルド部40は、ビルド実行部42と、ファイル抽出部44と、インターフェイス照会部46と、マニュフェストファイル作成部48とを備える。   The build unit 40 includes a build execution unit 42, a file extraction unit 44, an interface inquiry unit 46, and a manifest file creation unit 48.

ビルド実行部42は、ビルド用資産保持部30に基づいてアプリケーションを実際にビルドするためのコンパイラ等のプログラムツールである。   The build execution unit 42 is a program tool such as a compiler for actually building an application based on the build asset holding unit 30.

ファイル抽出部44は、オペレーションシステム(以下、「OS」という。)等のプラットフォームが複数バージョン有る場合に、それら全てのプラットフォームに共通に必要とされるライブラリを抽出する。ここで、抽出するとは、実際に検索してプロジェクトにおける必要な場所に配置することである。これはビルド時のリンクのためのパスが通っていれば配置場所は特に限定しない。また、共通というのは全てのバージョンで共通なファイルとなる。この共通ファイルは固定である。   When there are a plurality of versions of a platform such as an operation system (hereinafter referred to as “OS”), the file extraction unit 44 extracts a library that is commonly required for all the platforms. Here, to extract means to actually search and place in a required place in the project. As long as the path for the link at the time of build passes, there are no particular restrictions on the location. In addition, common is a file common to all versions. This common file is fixed.

さらに、ファイル抽出部44は、共通に必要とされるライブラリの抽出処理につづき、ターゲットとなるプラットフォーム、より具体的にはプロジェクトのバージョンに対応したファイルを探索する処理を行う。探索するためにはファイルとライブラリを区別する必要があるが、区別に拡張子を利用してもよい。この処理により、ファイル抽出部44は、共通でないが必要とされるライブラリを特定する。   Further, the file extraction unit 44 performs a process of searching for a file corresponding to the target platform, more specifically, the version of the project, following the library extraction process that is commonly required. In order to search, it is necessary to distinguish between a file and a library, but an extension may be used for the distinction. By this processing, the file extraction unit 44 specifies a library that is not common but is required.

インターフェイス照会部46は、抽出されず残っているライブラリに関して公開インターフェイスを問い合わせる処理を行う。インターフェイスへの問い合わせについては、他のアプリケーションがそのライブラリ上で利用できるAPI(Application Programming Interface)を探し出すためのものである。この処理はビルド対象のアプリケーションがどのAPIを利用するかまた利用しないかを決定するために宣言されるものであって、動的に生成される。この情報を記載したファイルはマニュフェストファイルと呼ばれるものであり、多くの開発環境においてビルド時に必要となる。   The interface inquiry unit 46 performs a process of inquiring a public interface regarding a library that remains without being extracted. The inquiry to the interface is for finding out an API (Application Programming Interface) that other applications can use on the library. This process is declared to determine which API the build target application uses or does not use, and is dynamically generated. A file in which this information is described is called a manifest file, and is necessary for building in many development environments.

マニュフェストファイル作成部48は、インターフェイス照会部46によって探し出された差分のマニュフェストファイルを作成し、既存のマニュフェストファイルに結合する。   The manifest file creation unit 48 creates a difference manifest file found by the interface inquiry unit 46 and combines it with the existing manifest file.

以上の構成による処理を説明する。図2は、アプリケーション開発支援システム10によるプロジェクト更新処理を示すフローチャートである。   The process by the above structure is demonstrated. FIG. 2 is a flowchart showing project update processing by the application development support system 10.

ユーザーは、開発環境を起動すると、開発ツール部20を操作し表示装置に開発用のGUIを表示させ、アプリケーション作成処理を開始する。まず、ファイル抽出部44は、ビルド用資産保持部30を参照して、対象フォルダに存在する全てのプロジェクトを検索しバージョンを確認する(S10)。より、具体的には、対象フォルダにある全てのプロジェクトを検索し、全てのプロジェクトのターゲットプラットフォームバージョンをリストアップする。なお、ターゲットプラットフォームバージョンとは、そのプロジェクトがビルドされてアプリケーションを生成した場合に、対象となるプラットフォーム(例えばOS)のバージョンである。   When the user activates the development environment, the user operates the development tool unit 20 to display the development GUI on the display device, and starts application creation processing. First, the file extraction unit 44 refers to the build asset holding unit 30 and searches for all projects existing in the target folder to confirm the versions (S10). More specifically, all projects in the target folder are searched, and target platform versions of all projects are listed. The target platform version is a version of a target platform (for example, OS) when the project is built and an application is generated.

ファイル抽出部44は、検索したプロジェクトが自身の環境と同じバージョンであるか否かを判断する(S12)。同じバージョンであれば(S12のY)、プロジェクトを更新する必要がないため、更新に関する処理は終了する。   The file extraction unit 44 determines whether or not the searched project is the same version as its own environment (S12). If the versions are the same (Y in S12), there is no need to update the project, and the process related to the update ends.

異なるバージョンの場合(S12のN)、ファイル抽出部44は、バージョン依存ファイルを更新し、開発環境に保存されているバージョン毎に異なるファイル、例えばライブラリ等を置き換える処理を行う(S14)。当然、開発環境は自らのプラットフォームバージョンのバージョン依存ファイルを保持する。   If the versions are different (N in S12), the file extraction unit 44 updates the version-dependent file and performs a process of replacing a different file, such as a library, for each version stored in the development environment (S14). Naturally, the development environment maintains version-dependent files for its platform version.

つぎに、マニュフェストファイル作成部48は、公開インターフェイスとの差分のマニュフェストファイルを作成し(S16)、既存のマニュフェストファイルと結合する(S18)。具体的には、マニュフェストファイル作成部48は、インターフェイス照会部46によって探し出した差分のマニュフェストファイルを作成し、既存のマニュフェストファイルと結合する。   Next, the manifest file creation unit 48 creates a manifest file that is a difference from the public interface (S16), and combines it with the existing manifest file (S18). Specifically, the manifest file creation unit 48 creates a difference manifest file found by the interface inquiry unit 46 and combines it with the existing manifest file.

通常、公開インターフェイスの処理は単純な置き換えができない場合の代表的な例である。アプリケーションは自らが動作するプラットフォームのAPIを利用するが、どのAPI(またはAPIグループ)が公開されていて、その中でどのAPI(またはAPIグループ)を利用するかをマニュフェストファイル等に記載しておくことが要求されるプラットフォームが、比較的多い。例えば、組み込みシステムで利用されるOSGi環境等である。このような場合、プロジェクト作成者が作成したマニュフェストファイルには、プロジェクト作成者が記載した部分とプラットフォームが要求する部分とが1つのファイルに存在する。したがって、単純な置き換えはできない。そこで、上述のように、公開インターフェイスとの差分のマニュフェストファイルを作成し、既存のマニュフェストファイルと結合することで、プラットフォームが要求するバージョン依存部分のみ置き換える。   Normally, public interface processing is a typical example where simple replacement is not possible. The application uses the API of the platform on which it operates, and describes which API (or API group) is open and which API (or API group) is used in the manifest file. There are relatively many platforms that require this. For example, an OSGi environment used in an embedded system. In such a case, the manifest file created by the project creator includes a part described by the project creator and a part required by the platform in one file. Therefore, simple replacement is not possible. Therefore, as described above, a manifest file that is different from the public interface is created and combined with the existing manifest file, thereby replacing only the version-dependent part required by the platform.

以上、本実施形態では、様々なプラットフォームがターゲットとなるプロジェクトが複数存在する場合に、自動的に開発環境のターゲットプラットフォームに対応することができる。その結果で、プラットフォームバージョンとプロジェクトとを関連付けるテーブルといったものが不要となる。従来技術ではファイル、ライブラリ、マニュフェストファイルとプラットフォームバージョンを関連付けるテーブルといったものを管理し、アプリケーションビルド時にバージョンを選択し、必要なライブラリを特定してビルドすることが多かった。これは開発環境が肥本化、複雑化していく要因の1つである。しかし、本実施形態ではターゲットプラットフォームバージョンの切り替えは選択方式ではなく、開発環境も自バージョンファイルのみ同梱すればよく、管理テーブル等も不用になる。   As described above, in the present embodiment, when there are a plurality of projects targeted for various platforms, it is possible to automatically correspond to the target platform of the development environment. As a result, a table for associating the platform version with the project becomes unnecessary. In the prior art, files, libraries, tables that associate manifest files with platform versions, etc. are managed, and when building an application, a version is selected, and necessary libraries are often identified and built. This is one of the factors that make the development environment more complex and complex. However, in this embodiment, switching of the target platform version is not a selection method, the development environment only needs to be included in the own version file, and the management table and the like are not required.

特に、Android(登録商標)やLinux(登録商標)のようなオープンソースのオペレーテンングシステムではバージョンが頻繁に更新されるため、上述のような方式を用いることは非常に効果的である。また、特別のリソースや処理能力は不要であり、他の既存機能にほとんど影響しないという利点もある。また、このような開発環境(アプリケーション開発支援システム10)は、例えばプリンターや複合機といった画像形成装置に関するアプリケーションの作成に有効である。すわなち、プリンターや複合機は、現実的な処理の観点から寿命が長いものもあり、特に多くのOS(プラットフォーム)に対応する必要がある。一方、パーソナルコンピュータでは、ハードウェアの処理能力等の観点から、使用可能なOSは数世代(数バージョン)に限られることが多い。この点で、画像形成装置のアプリケーションに関して、本実施形態の機能を利用することで、多様なプラットフォームに対応したアプリケーション作成環境の利便性を向上させることができる。   In particular, in an open source operating system such as Android (registered trademark) or Linux (registered trademark), the version is frequently updated. Therefore, it is very effective to use the above-described method. In addition, there is an advantage that no special resources or processing capability is required, and other existing functions are hardly affected. Such a development environment (application development support system 10) is effective for creating an application relating to an image forming apparatus such as a printer or a multifunction peripheral. In other words, some printers and multi-function peripherals have a long life from the viewpoint of realistic processing, and are particularly required to support many OSs (platforms). On the other hand, in a personal computer, usable OSs are often limited to several generations (several versions) from the viewpoint of hardware processing capability. In this respect, the convenience of the application creation environment corresponding to various platforms can be improved by using the function of the present embodiment regarding the application of the image forming apparatus.

以上、本発明を実施形態をもとに説明した。この実施形態は例示であり、それらの各構成要素の組み合わせにいろいろな変形例が可能なこと、またそうした変形例も本発明の範囲にあることは当業者に理解されるところである。   The present invention has been described based on the embodiments. This embodiment is an exemplification, and it will be understood by those skilled in the art that various modifications can be made to combinations of these components, and such modifications are also within the scope of the present invention.

10 アプリケーション開発支援システム
20 開発ツール部
30 ビルド用資産保持部
40 ビルド部
42 ビルド実行部
44 ファイル抽出部(プロジェクトバージョン確認部、更新部)
46 インターフェイス照会部
48 マニュフェストファイル作成部
DESCRIPTION OF SYMBOLS 10 Application development support system 20 Development tool part 30 Build asset holding part 40 Build part 42 Build execution part 44 File extraction part (project version confirmation part, update part)
46 Interface inquiry section 48 Manifest file creation section

Claims (2)

ライブラリ及びマニュフェストファイルを含むビルド用資産をビルドしてアプリケーションを作成する際に用いられるアプリケーション開発支援プログラムであって、
前記アプリケーションの動作ターゲットのプラットフォームが複数バージョン有る場合に、所定の資産保持領域に存在するプロジェクトを全て検索してそのバージョンを確認するプロジェクトバージョン確認工程と、
開発環境に保存されているバージョン毎に異なるファイルを前記プロジェクトのバージョンに適したファイルに置き換えるバージョン依存ファイルを更新する更新工程と、
公開インターフェイスとの差分のマニュフェストファイルを作成し、既存のマニュフェストファイルに結合するマニュフェストファイル作成工程と、
を実行することを特徴とするアプリケーション開発支援プログラム。
An application development support program used when building an application by building a building asset including a library and a manifest file,
A project version confirmation step of searching all the projects existing in a predetermined asset holding area and confirming the version when there are a plurality of versions of the operation target platform of the application;
An update process for updating a version-dependent file that replaces a different file for each version stored in the development environment with a file suitable for the version of the project;
Create a manifest file that is the difference from the public interface and combine it with the existing manifest file;
An application development support program characterized by executing
ライブラリ及びマニュフェストファイルを含むビルド用資産をビルドしてアプリケーションを作成する際に用いられるアプリケーション開発支援プログラムであって、
前記アプリケーションの動作ターゲットのプラットフォームが複数バージョン有る場合に、所定の資産保持領域に存在するプロジェクトを全て検索してそのバージョンを確認するプロジェクトバージョン確認部と、
開発環境に保存されているバージョン毎に異なるファイルを前記プロジェクトのバージョンに適したファイルに置き換えるバージョン依存ファイルを更新する更新部と、
公開インターフェイスとの差分のマニュフェストファイルを作成し、既存のマニュフェストファイルに結合するマニュフェストファイル作成部と、
を備えることを特徴とするアプリケーション開発支援システム。
An application development support program used when building an application by building a building asset including a library and a manifest file,
When there are multiple versions of the operation target platform of the application, a project version confirmation unit that retrieves all projects existing in a predetermined asset holding area and confirms the version;
An update unit that updates a version-dependent file that replaces a file that is different for each version stored in the development environment with a file suitable for the version of the project;
A manifest file creation unit that creates a difference manifest file with the public interface and combines it with an existing manifest file;
An application development support system comprising:
JP2014036604A 2014-02-27 2014-02-27 Application development support program and application development support system Expired - Fee Related JP6192570B2 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2014036604A JP6192570B2 (en) 2014-02-27 2014-02-27 Application development support program and application development support system
US14/633,154 US9298451B2 (en) 2014-02-27 2015-02-27 Non-transitory computer-readable recording medium storing application development support program and application development support system that automatically support platform version

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2014036604A JP6192570B2 (en) 2014-02-27 2014-02-27 Application development support program and application development support system

Publications (2)

Publication Number Publication Date
JP2015162067A true JP2015162067A (en) 2015-09-07
JP6192570B2 JP6192570B2 (en) 2017-09-06

Family

ID=53882272

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2014036604A Expired - Fee Related JP6192570B2 (en) 2014-02-27 2014-02-27 Application development support program and application development support system

Country Status (2)

Country Link
US (1) US9298451B2 (en)
JP (1) JP6192570B2 (en)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9921828B2 (en) * 2015-09-22 2018-03-20 Oracle International Corporation Merging versions of an inclusion application that is incorporated into a master application
TWI622887B (en) * 2016-08-19 2018-05-01 Program change of computer system and online management method
JP6987541B2 (en) * 2017-06-16 2022-01-05 株式会社東芝 Image forming apparatus and control method of image forming apparatus
KR102006242B1 (en) * 2017-09-29 2019-08-06 주식회사 인사이너리 Method and system for identifying an open source software package based on binary files
US10664294B2 (en) * 2018-02-28 2020-05-26 Intuit Inc. Matching adopting users and contributing users for decentralized software localization
US11294666B1 (en) * 2020-06-09 2022-04-05 Amperity, Inc. Data structures for managing configuration versions of cloud-based applications

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004129220A (en) * 2002-07-31 2004-04-22 Ricoh Co Ltd Image forming apparatus and version check method
JP2006309719A (en) * 2005-03-31 2006-11-09 Ricoh Co Ltd Image forming apparatus, information processing method, program, and recording medium
JP2007122348A (en) * 2005-10-27 2007-05-17 Ricoh Co Ltd Image forming apparatus, security management method, security management program and recording medium
JP2007257046A (en) * 2006-03-20 2007-10-04 Fujitsu Ltd Software generation device for several os version and software generation support program for several os version
JP2009258905A (en) * 2008-04-15 2009-11-05 Mitsubishi Electric Engineering Co Ltd Software selection program and installer
JP2011008487A (en) * 2009-06-25 2011-01-13 Ricoh Co Ltd Compatibility evaluation apparatus, compatibility evaluation method, and program
JP2011053729A (en) * 2009-08-31 2011-03-17 Kyocera Mita Corp Program development support device and system
JP2012093979A (en) * 2010-10-27 2012-05-17 Hitachi Solutions Ltd Osgi bundle and deployment package automatic creation system, automatic creation method and automatic creation tool
JP2012208841A (en) * 2011-03-30 2012-10-25 Kyocera Document Solutions Inc Application development support device and method

Family Cites Families (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10269065A (en) 1997-03-27 1998-10-09 Hitachi Ltd Library management method
US8418131B2 (en) * 1998-11-25 2013-04-09 Helmut Emmelmann Interactive server side components
DE10121790B4 (en) * 2000-06-03 2006-11-23 International Business Machines Corp. Software configuration method for use in a computer system
US7133874B2 (en) * 2001-12-13 2006-11-07 Microsoft Corporation Prototyping model for components of a software program
US7424438B2 (en) * 2002-03-19 2008-09-09 Marc Vianello Apparatus and methods for providing career and employment services
US7454744B2 (en) * 2003-07-03 2008-11-18 International Business Machines Corporation Private source code commenting
US7454745B2 (en) * 2003-07-31 2008-11-18 International Business Machines Corporation Automated semantic-based updates to modified code base
US7562346B2 (en) * 2003-09-02 2009-07-14 Microsoft Corporation Software componentization for building a software product
US7516442B2 (en) * 2003-10-23 2009-04-07 Microsoft Corporation Resource manifest
US7607126B2 (en) * 2004-05-21 2009-10-20 Bea Systems, Inc. System and method for external override of annotations
US8667465B2 (en) * 2008-03-31 2014-03-04 Accurev, Inc. System for estimating a software product release time from version information
US8024703B2 (en) * 2004-10-22 2011-09-20 International Business Machines Corporation Building an open model driven architecture pattern based on exemplars
US7735062B2 (en) * 2005-01-21 2010-06-08 Outsystems—Software Em Rede, S.A. Software development system and method
US7761851B2 (en) * 2005-05-31 2010-07-20 International Business Machines Corporation Computer method and system for integrating software development and deployment
US8060871B2 (en) * 2006-03-30 2011-11-15 Microsoft Corporation Servicing software through versioning
US8276121B2 (en) * 2007-06-19 2012-09-25 Microsoft Corporation Selection of versioned resource among multiple compatible versions
US7930273B1 (en) * 2007-07-30 2011-04-19 Adobe Systems Incorporated Version management for application execution environment
US8015546B2 (en) * 2007-08-03 2011-09-06 International Business Machines Corporation Rapidly assembling and deploying selected software solutions
US8122434B2 (en) * 2009-05-29 2012-02-21 Invensys Sytems, Inc. Methods and apparatus for control configuration control objects associated with a track attribute for selecting configuration information
US8561015B2 (en) * 2009-06-15 2013-10-15 Microsoft Corporation Source code semantic zoom and spatial layout
US8856734B2 (en) * 2011-03-11 2014-10-07 Oracle International Corporation Type-safe dependency injection of services into enterprise components
US8671392B2 (en) * 2012-01-23 2014-03-11 Sap Ag Integrating software applications

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004129220A (en) * 2002-07-31 2004-04-22 Ricoh Co Ltd Image forming apparatus and version check method
JP2006309719A (en) * 2005-03-31 2006-11-09 Ricoh Co Ltd Image forming apparatus, information processing method, program, and recording medium
JP2007122348A (en) * 2005-10-27 2007-05-17 Ricoh Co Ltd Image forming apparatus, security management method, security management program and recording medium
JP2007257046A (en) * 2006-03-20 2007-10-04 Fujitsu Ltd Software generation device for several os version and software generation support program for several os version
JP2009258905A (en) * 2008-04-15 2009-11-05 Mitsubishi Electric Engineering Co Ltd Software selection program and installer
JP2011008487A (en) * 2009-06-25 2011-01-13 Ricoh Co Ltd Compatibility evaluation apparatus, compatibility evaluation method, and program
JP2011053729A (en) * 2009-08-31 2011-03-17 Kyocera Mita Corp Program development support device and system
JP2012093979A (en) * 2010-10-27 2012-05-17 Hitachi Solutions Ltd Osgi bundle and deployment package automatic creation system, automatic creation method and automatic creation tool
JP2012208841A (en) * 2011-03-30 2012-10-25 Kyocera Document Solutions Inc Application development support device and method

Also Published As

Publication number Publication date
US20150242205A1 (en) 2015-08-27
US9298451B2 (en) 2016-03-29
JP6192570B2 (en) 2017-09-06

Similar Documents

Publication Publication Date Title
JP6192570B2 (en) Application development support program and application development support system
US11256523B2 (en) Modular co-versioning in a dynamically linked runtime environment
US10824442B2 (en) Method and apparatus for loading multiple differing versions of a native library into a native environment
KR102010508B1 (en) System and method for updating source code files
US20180309630A1 (en) Automated constraint-based deployment of microservices to cloud-based server sets
US20150363195A1 (en) Software package management
EP3698241A1 (en) Using semantic annotations to control compatibility behaviors
JP6013315B2 (en) Application development support program and application development support system
JP2020060919A (en) System migration support device, system migration support method and program
JP2016001376A (en) Programmable controller system, and support device of the same
Kano Kachako: A Hybrid-Cloud Unstructured Information Platform for Full Automation of Service Composition, Scalable Deployment and Evaluation: Natural Language Processing as an Example
CN114138376B (en) Method for loading plug-in application, computing equipment and storage medium
US10310871B2 (en) Non-transitory computer-readable recording medium storing control program, control device and control method
JP2014164545A (en) Deployment method and program
JP2020091766A (en) Electronic computer, method, and program
JP2017091027A (en) System development support system
US9792197B2 (en) Apparatus and program
US20150205697A1 (en) Software development apparatus and method
JP7328922B2 (en) Setting device, setting method, and program
WO2017145357A1 (en) Information processing device, information processing method, and information processing program
JP6639238B2 (en) Programs and computers
JP2009098963A (en) Automatic module generation system
JP2007200125A (en) Coding agreement selection program
Xu et al. A portable strategy for preserving web applications functionality
JP2000293377A (en) Coexistence environment structuring method and recording medium where coexistence environment structuring program is recorded

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20160126

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20161115

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20161227

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20170227

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20170711

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20170808

R150 Certificate of patent or registration of utility model

Ref document number: 6192570

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees