8
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

フレームワーク機能調査一覧

Last updated at Posted at 2015-02-18

今流行のフレームワークってなんだろう?と思いつらつらと探してみましたが、そもそも自分がフレームワークに望むことってなんだろう?と思い一覧化してみました。

(たまに見直すかも)

機能一覧

  • Web機能
    • 動的ページ生成
    • テンプレートエンジン
    • バリデーション
    • 静的ページ公開
    • フィルタリング
    • ファイルアップロード
    • REST
    • Ajaxデータバインディング
    • セッション管理
    • 認証
    • HTTPS
    • キャッシング
  • DB機能
    • DB接続
    • トランザクション
    • O/Rマッピング
    • DBマイグレーション
    • 初期データ投入
  • アプリケーションコンテナ
    • 起動方法
    • リダイレクト
    • URLリライト
    • ホットリロード
    • デプロイ
  • その他
    • ロギング
    • 例外処理
    • DI
    • テスティング
    • メッセージング
    • ジョブ

おわりに

これらを全て満足するフレームワークを探すのでは(もちろん)なく、フレームワークが何を提供するのかを調べ、自分が作ろうとしているプロダクトの機能を満たすにはどうすれば良いのかを考えれば良いと思います。

自分の中の黄金パターンのようなセットを考えるのも良いかも。

8
7
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
8
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?