操作方法
- l キー: 次のページへ
- h キー: 前のページへ
- j キー: 目次ページへ
- k キー: 目次ページから戻る
- 目次ページでは j k キーで一覧を移動し、クリックで選択します
Ajax application testing
Yappo: yappo@shibuya.pl
Shibuya . Plack Users
(Shibuya Perl Mongers)
Yappo is
- 大澤和宏
- Perl Hacker
- CPAN Author
- Farmer
Yappo is
- employee of etolabo
- The founder of etolabo is founder of mixi
- mixi is SNS famous for Japan
my joining communities
- Shibuya.PM
- Yokohama.PM
- perl casual
- smily hackathon
- coderepos, perl-users.jp
I am writing serialization
for modern
web application
development in japan
And
- Web Developer
- example is ficia.com
ficia.com is
- photo storage (not sharing)
- a lot of ajax code
- moderate perl code :)
we says
"iPhoto on the Web"
I am writing
a lot of
ajax code
Shobuya.JS is
- JavaScript comyunity in Japan
- but, core member lives in Kyoto :)
I want to carry out
talk about JavaScript !!!
However,
I am not worried.
Because is ...
in Shibuya.PM tech talk #9
in Shibuya.PM tech talk #9
- no Puer Perl talks
- only to XS talks
in Shibuya.PM tech talk #11
in Shibuya.PM tech talk #11
- Again, no Puer Perl talks!
- a lot of assembler talks!
- a lot of syscall talks!
- a lot of security talks!
in Shibuya.PM tech talk #12
in Shibuya.PM tech talk #12
- a very lot of NoSQL and KVS talks!
- Tokyo Cabinet, Lux IO, Redis, kumofs, Hadoop/hBase, golang, incline, mysql storage engine, CouchDB
I DON'T WORRY !!!!
Shibuya.PM is
too AMAZING!!!
Ajax application testing
Yappo: yappo@shibuya.pl
Shibuya . Plack Users
(Shibuya Perl Mongers)
Ajax application testing
Yappo: yappo@shibuya.pl
Shibuya.JS
12:51 < Sartak>
日本語で発表してw
(請用日語發表w)
(please speaking
in japanese lol)
今天的內容
- 關於使用了Ajax的WebApp的試驗
- 我製作了的JSTAPd的話
到現在為止的問題
- 以Perl的流派不能寫試驗
- (Test::More)ish
- 我望prove command使用
到現在為止的問題
- 以Perl的流派不能寫試驗
- (Test::More)ish
- 我望prove command使用
- 我♥歡Perl
Ajax的課題 for testing
- JUnit, UxU, jqUnit and more...
- 我調查了,不過,這是不滿
- 因為是不能合併了server side和client side的試驗
我做了JSTAPd製作
- JSTAPd is testing framework to test Ajax/Javascript libraries
JSTAPd's topic
- on the github/CPAN
- 自動地啟動browser
- 在PSGI/Plack上動
- 根據Twiggy進行long polling等試驗完成
Before Twiggy
- 在HTTP::Engine上動
- 到試驗結束每10msec訪問著JSTAPd
- it was accessing for JSTAPd at 10msec until end of test
Before Twiggy
- 在HTTP::Engine上動
- 到試驗結束每10msec訪問著JSTAPd
- 晚喲!/遅いよ!/too heavy!
After Twiggy
- 為了試驗完成通知的連接只一個
- connecting JSTAPd for only one session for test finished
- 快!
對我因為用
幻燈片說明在
這兒竭盡全力,
顯示實際
使用的那樣
詳細
- perldoc JSTAPd::Tutorial
- perldoc JSTAPd::Tutorial::Intro
- perldoc JSTAPd::Tutorial::API
- perldoc JSTAPd::Tutorial::Test
得到方法
- http://github.com/yappo/JSTAPd/
- http://search.cpan.org/~yappo/JSTAPd/
- CPAN的東西還舊