タグ

2010年2月13日のブックマーク (3件)

  • 第6回 Firebug要らずなChromeのWeb Inspector | gihyo.jp

    こんにちは、太田です。今回はChrome拡張の開発時のノウハウとして、開発ツールの解説をお送りします。Google ChromeにはWebKit由来のWeb Inspectorというデバッグツールが搭載されています。以前にも少しだけ紹介しましたが、今回は具体的な使い方まで掘り下げて解説します。なお、今回のWeb Inspectorの解説はChrome拡張だけでなく、JavaScriptを使ったウェブアプリケーションの開発に一般的に役立つノウハウとなっています。 WebKitのWeb Inspector Chrome拡張の開発の必需品であるWeb Inspectorですが、こちらは元々WebKit(Safari)で開発されたもので、Google ChromeChromium)に搭載されているものはさらに機能が追加されています。FirefoxにはFirebugという定番ツールがありますが、そ

    第6回 Firebug要らずなChromeのWeb Inspector | gihyo.jp
    penult
    penult 2010/02/13
    Google ChromeでもFirebugのような機能がデフォルトで使えるらしい。
  • Home | Liferay

    Platform Overview All the flexibility you need to create the exact solutions you want. Offerings Launch and manage your solutions faster in the cloud with deployment options that suit your business. Start a Pre-Built Trial Begin experiencing the power and flexibility of Liferay SaaS and build a Liferay solution within minutes.

    Home | Liferay
    penult
    penult 2010/02/13
    オープンソースのJava製ポータルアプリケーション。MITライセンスのコミュニティ版と、商用ライセンスのエンタープライズ版がある
  • OVal - object validation framework for Java 5 or later

    OVal is an extensible object validation framework for Java 5 or later. Annotations (@NotNull) or XML configuration files can be used to express class constraints. OVal can optionally use AspectJ to enforce automatic validation (DbC) How to use: https://sebthom.github.io/oval/USERGUIDE.html OVal releases are available via the the Bintray JCenter Maven repository https://bintray.com/bintray/jcenter?

    penult
    penult 2010/02/13
    Java用バリデーションフレームワーク。対象はフィールド/プロパティの他AOPでのメソッド引数検証も可。制約の定義はannotation/POJO/XMLで可能、記述はJavaScript/Groovy/BeanShell/OGNL/MVELで可能。ライセンスはEclipse Public License v1.0。