mobylet

0.8.2からのSAStrutsの設定

app.diconにmobylet.diconを記述する。 <components> <include path="convention.dicon"/> <include path="aop.dicon"/> <include path="j2ee.dicon"/> </include></include></include></components>

各キャリアの絵文字

ソース上、DB上にimode絵文字があるとmobyletで各キャリア用の絵文字になるのはfirefoxで確認したのだが、 formからimode絵文字を入力し、DBに保存し、そのデータを再び呼び出しformで修正しようとすると 3キャリアともに以下のようなhtmlタグが出てしまう。 <img src="chrome://msim/content/emoji/e/51.gif" alt="" border="0" width="15" height="15" />…

0.9.0リリースまでにちょこちょこと実装

文字コード http://sweetbat.ddo.jp/miraque/をプレーンJavaからSAStrutsに切り替えるまで、文字コードはWindows-31Jを使用していました。主に携帯電話向けに作ったサイトだからそのほうが無難だったからです。 でもmobyletに出会ってからはそのような心配は…