flosc is a Java server that can communicate with anything that uses the OpenSound Control protocol. This includes software audio synthesizers like Max/MSP, Reaktor, and SuperCollider, and hardware like Lemur and SmartController. It can also communicate with Macromedia Flash (versions 5 and later) using Flash's XMLSocket feature. flosc acts as a gateway between OSC and Flash, allowing messages to g
lib/log4j/ これらのJARをクラスパスに通します。 IoCを試す ではさっそく作っていきましょう。まずは基本のIoCな機能をためします。 テスト用のビーンとインターフェイス まず、今回繰り返し使う、簡単なビーンとインターフェイスを作ります。 IFoo.java package bean; public interface IFoo { void doSomething(); } Foo.java package bean; public class Foo implements IFoo{ private String message = ""; public String getMessage() { return message; } public void setMessage(String message) { this.message = message; } publ
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く