タグ

frameworkに関するtakatoshionoのブックマーク (9)

  • 『Ethna』徹底解説

    404 お探しのページは見つかりません GREE Engineering トップへ戻る

    『Ethna』徹底解説
  • YappoLogs: perlフレームワークのSoozyをCatalystっぽくしてみた

    perlフレームワークのSoozyをCatalystっぽくしてみた 前に公開したオレオレフレームワークをCatalystのように使えるように大改造してみました。しかも互換性も残ってる。 Catalystのようにというか、結構Catalystからインスパイアさせてもらいました。 Pluginとかも殆どCatalyst。。。 特徴は ・plugin ・MVCすべてのサブクラス別にconfig.yamlを持たせる ・動作モードによって設定を動的に切り替えられる ・ヘルパースクリプト搭載 ・Modelもヘルパースクリプトで勝手に生成(table定義とか接続情報とか) ・テストWebサーバを簡単に立ち上げられる ・Session ・認証 ・設定ファイルに条件を書くだけで、自動的にクエリのvalidatorが走る ・設定ファイルに条件を書くだけで、自動的に認証チェックが行われる ・標準のViewはTT

    takatoshiono
    takatoshiono 2006/08/03
    オレオレなの。すごいなあ
  • TL - Perlフレームワーク

    TripletaiLとは TripletaiLは、プログラミング言語であるPerlで日語のWebアプリケーションを構築するためのフレームワークです。 安全性、生産性、保守性という三つの要素を重視しており、少人数での開発に適する形で設計されています。 フレームワークはオープンソースとして、meta::cpan上で公開されています 安全性 セキュリティに配慮した設計がなされており、これに関連する機能を備えています。 テンプレートへの文字列展開やフォームへの値の埋め込み時に、自動で <> などの文字をエスケープします。 DBへのSQL実行におけるプレースホルダはもちろんのこと、CSRFを防止する機能や、セッションにおいて同一ドメイン上HTTP/HTTPS両方の領域で安全かつ領域をまたいでも安全に扱うことが可能なdoubleモードといった機能があります。 生産性 TripletaiLは日製で

  • Say Hello to Solstice - Solstice

    New Versions! April, 2008 A new version of all our software is available! CommonView Released April, 2008 Check out our latest collaborative tool. RESTful Web Services Jan, 2008 Solstice provides support for RESTful development. Solstice is a Web application development framework for Perl. Based on the MVC programming paradigm, it provides a sensible layout for Web applications that helps yo

    takatoshiono
    takatoshiono 2006/06/30
    Solstice serves as the foundation for a suite of enterprise communication and collaboration tools used at the University of Washington.
  • The JavaScript Library World Cup — SitePoint

    Love them or loathe them, JavaScript libraries are making a huge impact in the area of DOM Scripting. As AJAX matures, and the complexity of the scripts required to support its expanding use increases, it becomes much less feasible to produce custom code from scratch for every project. In addition, the growth of AJAX and the burgeoning interest in Web 2.0 applications is bringing many new people t

    The JavaScript Library World Cup — SitePoint
  • https://handelframework.com/

    takatoshiono
    takatoshiono 2006/05/27
    ecommerce framework
  • CGI::Application - CatalystCompared

    Via CGI::Application::Generator. After some initial setup, you can quickly create a module shell in your preferred style. It's not as powerful or as easy to use as it could be, but there has been little demand to improvement it since CGI::Application projects need little infrastructure. Built-in: catalyst.pl. It's a multi-tiered system where this script generates more scripts specific to your proj

    takatoshiono
    takatoshiono 2006/05/27
    Below is a table which compares some features of the CGI::Application framework to Catalyst.
  • Martin Fowler's Bliki in Japanese - エンタープライズアプリケーション開発のパターン

    以下の文章は、Martin Fowler による Developing Patterns of Enterprise Software の日語訳である。 以下は、個人的な調査で集めたエンタープライズ ソフトウェア開発に関するパターンのカタログである。 最終更新日: 2005/2/19 近年、小粒だが有用なエンタープライズ システム開発パターンが記述されてきている。 このページでは、特筆すべきパターンや、パターンの相互作用などについて述べていく。 各パターンに関するより詳しい情報については、 PatternShareを参照するとよいだろう。 ここはマイクロソフト パターン グループにより運営されており、 独自にパターン カタログの体系付けを行っている。 パターン作者を結びつける公式的な組織は存在していない。 しかし、私たちは非公式な関係で結びついている――お互いの作品をレビューしあっている

    takatoshiono
    takatoshiono 2006/03/25
    まずはGoFをやらんとな。あとは知識を詰め込む前に試行錯誤して動くものを作ってみたほうが勉強になる気がする
  • Web Frameworks explored: blog.bulknews.net

    Web Frameworks explored O'Reilly Network に掲載されてる DHH のインタビュー や LLDN でさらに最近話題になっているなあと感じる Ruby On Rails なわけですが、Rails の数ある特徴の中でも、以下の部分が一番大きなポイントなのかなと。 O'Reilly Network: Ruby on Rails: An Interview with David Heinemeier Hansson ED: What's your favourite Rails feature? DHH: In general, all the things it doesn't do. All the features we said no to. All the ornaments we turned down. All the 20% solutions

    takatoshiono
    takatoshiono 2005/09/12
    perlとruby
  • 1