October 2008
「2009年は、パターンランゲージ復興の年になる」
解説:
開発間のナレッジ共有としてのパターンではなく、顧客と開発のように
...
– by kkd
mvn archetype:create -DgroupId=sample -DartifactId=sample-j2ee...
要約===============
1934年フランス人昆虫学者 Antoine...
– クマバチは飛ぶ|ある教会の牧師室
ww
クマンバチとは、ずんぐりした大きなハチの俗称ですが、一般的に「クマンバチ」と呼ばれているハチは物理学的に考えると、あの羽、体重、筋肉で飛ぶことは理論上不可能である...
– ■トリビア投稿板 (via gkojax) (via gkojaxlabo)
吹いたw
情報は風である
gkojax:
Tumblrをはじめたときは、良いものを効率よく保存できればいいな、くらいに思っていた。 で、実際始めてみるとTumblrは保存ツールというよりは、良いものと効率よく出会うためのもので、Reblogはおまけみたいなもんだということに気づいた。 最近はどうかというと、良いものを右クリックで保存するという行為に不自然さを感じるくらいになってしまった。
情報は風である。ただそこを吹き抜けている。Tumblrはその場所につれてってくれる。ただそれだけのもの。
良い風が吹いたら「気持ちいい」 と言えば良い。「さっきの風は心地よかったな。いつでも感じられるように保存しよう」なんて考えはナンセンスだと、なんか悟ってしまった。
— lain65 — saronpasu — cxx — handa
設計なきコードは無能なり コードなき設計もまた無能なり 拳禅一如
– バカが征く - 20081027 (via kakutani) (via emeitch)
ドラ娘さんはカニをむかせたらすごいですよ。t-wadaがむいてもらって「あーん」してもらっていたことをここに記しておく。
– 2008-10-26 - kunitの日記 (via kakutani)
Ruby on Rails 2.2 Release Notes →
(via kakutani)
「右手に感情、左手に数値」
– 札幌Ruby会議01で発表させていただきました - t-wadaの日記
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)
Agile work is hard work.
– What is Agile? Introduction and Characteristics. | Agile Advice - Working With Agile Methods (Scrum, XP, Lean)
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
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",
...
<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...
ursm またつまらぬものをビルドしてしまった
– Twitter / Twitter (via thata)
jar -tvf target/test-libs/jaxws-samples-wsse-sign-encrypt.war
– Stack CXF User Guide - JBossws
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...