What Are Snaplets?A snaplet is a composable web application. Snaplets allow you to build self-contained pieces of functionality and glue them together to make larger applications. Here are some of the things provided by the snaplet API:Infras... 続きを読む
Lot's (if not most) of the current Web frameworks provide an admin module for basic CRUD operations, but I find the ones I know usually very limited... So, my question is, which Web framework out there provide the best administration backend?... 続きを読む
AngularJS is what HTML would have been, had it been designed for building web-apps. Declarative templates with data-binding, MVC, dependency injection and great testability story all implemented with pure client-side JavaScript!Declarative UI... 続きを読む
Circumflex is a set of software components for quick and robust application development using Scala programming language. Circumflex features two mini-frameworks: Circumflex Web Framework Circumflex ORM These frameworks provide Domain-Specifi... 続きを読む
(´ > ω < )Pyramid1.2リリースだよーーーー!インストールするにはpip install pyramid==1.2easy_install pyramid==1.2変更点の細かいところは、公式を見てもらうとして、大きな変更点を紹介するよ! debug toolbar*あの* Django の debug toolbar を移... 続きを読む
limit my search to /r/Pythonreddit:{name}find things posted in {name} onlyauthor:{username}return things submitted by {username} onlysite:{domain}get links to pages on {domain} onlyurl:{text}search for {text} in urlselftext:{text}search for {... 続きを読む
Gilson #DEV Java, Python, Desenvolvimento Ágil e Software Livre Hey guys, Currently the python has been featured in web development, in view the appearance of various frameworks such as Django, Turbo Gears, Pylons, among others. And with that... 続きを読む
技術動向, 書籍紹介, Struts以前、いつまでStruts1を使い続けるの?という記事を書きました。技術から離れているSEの方は、いまだにJavaのオープンソースフレームワークと聞くとStrutsくらいしか思い浮かばないという人も多いと聞きますが、その記事では、Strut... 続きを読む
Python, Event, Translation はじめにみなさん、本日はクリスマスですね。Python Webフレームワークアドベントカレンダー2010最終日ですね。最終日はスペシャルゲストということで、pocooの中心メンバである@mitsuhikoが寄稿してくださいました。pocooはWerkzeu... 続きを読む
Creating the Project Egg Before getting started we should setup a virtualenv in order to isolate our web application from our system Python environment. Note: all examples were developed on Ubuntu 10.10 using the bash shell $ cd ~/dev $ wget ... 続きを読む
11夜連続企画(できなかったらすみません)。いろんなJava Webフレームワークで同じ画面を作ってみます。まぁ、よくある足し算プログラムです。 題材 足し算プログラム 計算結果は、別画面に遷移し出力する。 submit時にリクエストパラメータ名称で処理を切り分... 続きを読む
Copyright © 2009 Cody Fauser, James MacAulay, Edward Ocampo-Gooding, and John Guenin NoteYou are reading the text of an O'Reilly book that's under development. The authors are publishing the book to this site as it's being written, and we're ... 続きを読む
■ [ruby] Sinatra 1.0がRuby 1.9.2で動かない問題 1.9.2でSinatraを動かすと、何も言わずに終了してしまうんだけど enable :run と一行入れればOK。 http://ruby.about.com/b/2010/09/08/sinatra-not-working-on-1-9-2.htm ■ [rails] deviseのメッセージを日... 続きを読む
今後のためのメモ。Djangoのデプロイの仕方はなんとなく馴染んだけどFlaskのやり方がいまいち分からなかったので出来るようになってみた。ついでにアプリごとにサブドメイン切ってみる。パフォーマンスとかは全然考えていない。 条件てきなものapp置き場 /mnt/w... 続きを読む
I've been working with Python's Tornado for about 2 months now and I love it. Tornado is a non-blocking web server written in Python. It's structure is similar to web.py so users of that popular Python web framework will feel right at home. T... 続きを読む
6月30日、株式会社gumi CTO 堀内康弘氏による技術セミナー「Python×Django×AWSで作るソーシャルアプリ ~3日に1つアプリをリリースできた理由~」が開催された。オプト主催のソーシャルアプリコンテスト タイアップセミナーの一環で、今回で2回目の開催となる。... 続きを読む
Flask-Testing¶ The Flask-Testing extension provides unit testing utilities for Flask. Source code and issue tracking at Bitbucket. 続きを読む
Home Plog How and why to use django-mongokit (aka. Django to MongoDB) 続きを読む
It has been a while since the Socket Benchmark of Asynchronous server. That benchmark looked specifically at the raw socket performance of various frameworks. Which was being benchmarked by doing a regular HTTP request against the TCP server.... 続きを読む
Buro is a very simple Python-powered open-source web framework inspired by Flask, but following different design decisions. Consequently it's powered by Werkzeug and Jinja2. I hope that Buro doesn't look like a bad copy of Flask, and in that ... 続きを読む