Russell Beattie Notebook - AtomME: Posting from a Java mobile phone via the Atom API
Last week we were deep in the POST vs. PUT/DELETE debate when I started working with Sam Ruby on a simple J2ME app which would post to an Atom-enabled weblog via J2ME. Sam did the heavy lifting of working out the Base64 and SHA1 encoding in J2ME-compatible Java (which he published on his weblog last week) and I used that code to create a small J2ME application which simply allows you to post a title and content field to a weblog.
AtomAPI を直接、 J2ME 搭載の携帯端末から使えるようにしたアプリケーションだそうです。やっぱでてくるかなとおもったけど面白げ。Blog Hacks ネタに DoJa から AtomAPI たたいてみようかなとか思ってたんですがドメイン制限とかで結局面白いアプリが思いつかなくて挫折したんだったなー。
ちなみに J2ME だと PUT/DELETE のメソッドが実行できないとかでいろいろ問題があるそうな。
アプリ側でUTF-8が扱えるならいけるんじゃないすか?
Posted by: miyagawa on July 29, 2004 06:53 PM