インターネットと経営/多拠点開発・分散開発
提供: Internet Web School
(版間での差分)
(→関連項目) |
|||
20 行: | 20 行: | ||
== SourceForge.net == | == SourceForge.net == | ||
+ | |||
+ | == Google Developers == | ||
+ | |||
+ | Google Developers(旧 Google Code)は,Googleが関連するソフトウェアやオープンソースのソフトウェア開発に興味を持つ | ||
+ | 開発者向けに立ち上げた,プロジェクトホスティングサイトである. | ||
+ | オープンソースのコードや,標準のAPIをサポートするサービス群から構成されている. | ||
+ | |||
+ | Google API は,Googleが提供している,Webやデスクトッププログラマ向けの各種APIのリポジトリ. | ||
+ | AdSense,Google Checkout,Google Toolbar などがある. | ||
+ | |||
+ | *AdSense | ||
+ | *Google Checkout | ||
+ | *Google Toolbar | ||
+ | |||
+ | Google Data APIは,Googleのサービス(マップ,メール,カレンダー,ドキュメント等)から | ||
+ | データを読み書きするアプリケーションを作成できる. | ||
+ | 公開されているAPIとしては以下のようなものがある. | ||
+ | |||
+ | *Google Apps | ||
+ | *Blogger | ||
+ | *Google Base | ||
+ | *Google ブックス | ||
+ | *Googleカレンダー | ||
+ | *Googleソースコード検索 | ||
+ | *Google Spreadsheets | ||
+ | *Googleノートブック | ||
+ | *Picasa Web Albums | ||
== CodePlex == | == CodePlex == | ||
34 行: | 61 行: | ||
*GitHub http://github.com/ | *GitHub http://github.com/ | ||
*SourceForge.net http://sourceforge.net/ | *SourceForge.net http://sourceforge.net/ | ||
+ | *Google Developers http://developers.google.com/ | ||
*CodePlex http://www.codeplex.com/ | *CodePlex http://www.codeplex.com/ | ||
2016年4月27日 (水) 03:02時点における版
インターネットと経営 > 多拠点開発・分散開発
目次 |
概要
PCやモバイルアプリケーションの多拠点開発・分散開発のためには, ソースコード管理・プロジェクトホスティングサービスの利用が不可欠です.
ソースコード管理・プロジェクトホスティングの主な機能としては,以下が挙げられます.
- 開発コードのホスティング
- バージョン管理・課題管理
- バグトラッキングと管理
- Wiki
- コードコメント
- プルリクエスト
- コレクション管理
GitHub
SourceForge.net
Google Developers
Google Developers(旧 Google Code)は,Googleが関連するソフトウェアやオープンソースのソフトウェア開発に興味を持つ 開発者向けに立ち上げた,プロジェクトホスティングサイトである. オープンソースのコードや,標準のAPIをサポートするサービス群から構成されている.
Google API は,Googleが提供している,Webやデスクトッププログラマ向けの各種APIのリポジトリ. AdSense,Google Checkout,Google Toolbar などがある.
- AdSense
- Google Checkout
- Google Toolbar
Google Data APIは,Googleのサービス(マップ,メール,カレンダー,ドキュメント等)から データを読み書きするアプリケーションを作成できる. 公開されているAPIとしては以下のようなものがある.
- Google Apps
- Blogger
- Google Base
- Google ブックス
- Googleカレンダー
- Googleソースコード検索
- Google Spreadsheets
- Googleノートブック
- Picasa Web Albums
CodePlex
マイクロソフトによるオープンソースを含む開発をホスティングするサービス. Microsoft Visual Studio と連携できる Team Foundation Server を利用できるのが特徴.
- バージョン管理 : Microsoft Team Foundation Server(TFS), SVN(Subversion), Git, Mercurial
- 提供元 : Microsoft Corporation
参考URL
- GitHub http://github.com/
- SourceForge.net http://sourceforge.net/
- Google Developers http://developers.google.com/
- CodePlex http://www.codeplex.com/