タグ

2010年8月12日のブックマーク (4件)

  • Selenium

    Selenium automates browsers. That's it!What you do with that power is entirely up to you. Primarily it is for automating web applications for testing purposes, but is certainly not limited to just that. Boring web-based administration tasks can (and should) also be automated as well. Selenium WebDriver If you want to create robust, browser-based regression automation suites and tests, scale and di

  • Windowsにもソフトウェア更新情報を·WinSparkle MOONGIFT

    WinSparkleはWindows用のオープンソース・ソフトウェア。Mac OSXではアプリケーションごとに更新チェック機能が当たり前のように実装されている。それはアプリケーション更新通知機能ライブラリが存在するからだ。それがSparkleだ。 更新通知を出すライブラリ(紹介動画より) シンプルに組み込めて、起動時にアプリケーションの更新チェックを行うので常時起動のよく分からないプログラムを使ったりしてユーザビリティを損なうこともない。Windowsアプリケーションに組み込みたいならばWinSparkleを使おう。 WinSparkleはSparkleにインスパイアされて開発されているソフトウェアだ。単体で利用するものではなく、別途開発されているソフトウェアに組み込む。DLL化されているのでそれを組み込み、後はAPIを呼び出せば良い。MITライセンスなので商用にも組み込むことが検討できる

    akipom
    akipom 2010/08/12
    自動更新ライブラリとソフトウェアレポジトリを、なんでMicrosoftは標準で提供しなかったのか・・・
  • 管理職にリファクタリングを説明する

    Spring BootによるAPIバックエンド構築実践ガイド 第2版 何千人もの開発者が、InfoQのミニブック「Practical Guide to Building an API Back End with Spring Boot」から、Spring Bootを使ったREST API構築の基礎を学んだ。このでは、出版時に新しくリリースされたバージョンである Spring Boot 2 を使用している。しかし、Spring Boot3が最近リリースされ、重要な変...

    管理職にリファクタリングを説明する
    akipom
    akipom 2010/08/12
    リファクタリングの意義を、開発したことのない人に伝えるのは、本当にいっつも苦労するんだよな・・・
  • Gearman

    What is Gearman? Gearman provides a generic application framework to farm out work to other machines or processes that are better suited to do the work. It allows you to do work in parallel, to load balance processing, and to call functions between languages. It can be used in a variety of applications, from high-availability web sites to the transport of database replication events. In other word

    akipom
    akipom 2010/08/12
    そろそろバッチの分散処理化もきちんと考えんとイカンな・・・