October 2008
“「2009年は、パターンランゲージ復興の年になる」 解説: 開発間のナレッジ共有としてのパターンではなく、顧客と開発のように ...”
– by kkd
Oct 30th
“mvn archetype:create -DgroupId=sample -DartifactId=sample-j2ee...”
Oct 30th
“要約=============== 1934年フランス人昆虫学者 Antoine...”
– クマバチは飛ぶ|ある教会の牧師室 ww
Oct 29th
“クマンバチとは、ずんぐりした大きなハチの俗称ですが、一般的に「クマンバチ」と呼ばれているハチは物理学的に考えると、あの羽、体重、筋肉で飛ぶことは理論上不可能である...”
– ■トリビア投稿板 (via gkojax) (via gkojaxlabo) 吹いたw
Oct 29th
734 notes
Oct 29th
Oct 29th
679 notes
Oct 29th
547 notes
情報は風である
gkojax: Tumblrをはじめたときは、良いものを効率よく保存できればいいな、くらいに思っていた。 で、実際始めてみるとTumblrは保存ツールというよりは、良いものと効率よく出会うためのもので、Reblogはおまけみたいなもんだということに気づいた。 最近はどうかというと、良いものを右クリックで保存するという行為に不自然さを感じるくらいになってしまった。 情報は風である。ただそこを吹き抜けている。Tumblrはその場所につれてってくれる。ただそれだけのもの。 良い風が吹いたら「気持ちいい」 と言えば良い。「さっきの風は心地よかったな。いつでも感じられるように保存しよう」なんて考えはナンセンスだと、なんか悟ってしまった。 — lain65 — saronpasu — cxx — handa
Oct 28th
261 notes
Oct 28th
244 notes
“設計なきコードは無能なり コードなき設計もまた無能なり 拳禅一如”
– バカが征く - 20081027 (via kakutani) (via emeitch)
Oct 28th
3 notes
Oct 28th
340 notes
Oct 28th
Oct 27th
4 notes
“ドラ娘さんはカニをむかせたらすごいですよ。t-wadaがむいてもらって「あーん」してもらっていたことをここに記しておく。”
– 2008-10-26 - kunitの日記 (via kakutani)
Oct 27th
2 notes
Ruby on Rails 2.2 Release Notes →
(via kakutani)
Oct 27th
1 note
Oct 27th
3 notes
Oct 27th
3 notes
Oct 27th
“「右手に感情、左手に数値」”
– 札幌Ruby会議01で発表させていただきました - t-wadaの日記
Oct 26th
Oct 25th
Oct 24th
146 notes
Oct 24th
70 notes
Oct 24th
5 notes
Oct 24th
108 notes
Oct 24th
73 notes
Oct 24th
Oct 24th
318 notes
Oct 23rd
Oct 22nd
78 notes
Oct 22nd
Oct 22nd
36 notes
Oct 22nd
160 notes
Oct 22nd
179 notes
Oct 22nd
323 notes
Oct 22nd
1 note
Oct 21st
“Agile can be implemented anywhere people do work together. Visibility of work,...”
– What is Agile? Introduction and Characteristics. | Agile Advice - Working With Agile Methods (Scrum, XP, Lean)
Oct 21st
“Agile work is hard work.”
– What is Agile? Introduction and Characteristics. | Agile Advice - Working With Agile Methods (Scrum, XP, Lean)
Oct 21st
Oct 21st
Oct 21st
2 notes
Oct 21st
2 notes
Example6:Specifying an RPC/LITERAL SOAP Binding package org.eric.demo; import javax.jws.*; import javax.jws.soap.*; import javax.jws.soap.SOAPBinding.*; @WebService(name="quoteReporter") @SOAPBinding(style=Style.RPC, use=Use.LITERAL) public interface QuoteReporter { ... } http://cwiki.apache.org/CXF20DOC/developing-a-service.html#DevelopingaService-DefiningtheBindingPropertieswithAnnotations
Oct 20th
Example For example, an implementation class for a service that defined the operations sayHi and greetMe may look like Example1 Example 1: Implementation of the Greeter Service package demo.hw.server; import org.apache.hello_world_soap_http.Greeter; @javax.jws.WebService(portName = "SoapPort", serviceName = "SOAPService", targetNamespace = "http://apache.org/hello_world_soap_http", ...
Oct 20th
<jaxws:server id=”bookServer” serviceClass=”org.apache.cxf.anonymous_complex_type.AnonymousComplexTypeImpl” address=”http://localhost:8080/act” bus=”cxf”> <jaxws:invoker> <bean class=”org.apache.cxf.service.invoker.BeanInvoker”> <constructor-arg> <bean...
Oct 20th
“ursm またつまらぬものをビルドしてしまった”
– Twitter / Twitter (via thata)
Oct 20th
1 note
Oct 20th
“jar -tvf target/test-libs/jaxws-samples-wsse-sign-encrypt.war”
– Stack CXF User Guide - JBossws
Oct 19th
Oct 19th
36 notes
Oct 19th
6.2.4. Declaring advice Advice is associated with a pointcut expression, and runs before, after, or around method executions matched by the pointcut. The pointcut expression may be either a simple reference to a named pointcut, or a pointcut expression declared in place. 6.2.4.1. Before advice Before advice is declared in an aspect using the @Before annotation: import...
Oct 19th