しぶとくつづけます、 WebObjects ネタ(笑)
Project WONDER の News 欄を見ると、4/20 に
Ajax framework added.
と書かれている。
Nightly build から、2.0.0.69 ってのを落として来てみると確かに入ってる。
けど、まだ動きが不安定な気が、、、
いつのまにか emacs-rails 0.39 が出てた。
前のバージョン(0.2 だっけ?)はどうも私の環境(Tiger, Carbon Emacs(GNU Emacs 22.0.50.1(powerpc-apple-darwin8.3.0))) では挙動不審だったのだが(私が使い方をわかってないだけかも)、 0.39 は軽く使ってみた感じでは非常に良いです。
インストール方法は、中に入っている README 参照なんですが、 いちおう私がやった方法も書いておきます。
README に書いてある通り、 snippest.el と find-recursive.txt を取得。
snippest.el はバージョン番号は 0.2 のままなんですが、 私が今まで入れていたバージョンと若干差分があったので取得して入れ直しました。
あとはこれらと、emacs-rails 0.39 をインストール。
$ cp snippest.el /Applications/Emacs.app/Contents/Resources/site-lisp/ $ cp find-recursive.txt /Applications/Emacs.app/Contents/Resources/site-lisp/find-recursive.el $ cp -r emacs-rails /Applications/Emacs.app/Contents/Resources/site-lisp/rails
README に書いてある通りに ~/.emacs.el に以下を記述。
(defun try-complete-abbrev (old)
(if (expand-abbrev) t nil))
(setq hippie-expand-try-functions-list
'(try-complete-abbrev
try-complete-file-name
try-expand-dabbrev))
(require 'rails)
あとは、Carbon Emacs を起動。
使い方は Emacs の「Ruby on Rails」メニューからたどれば だいたいわかるでしょう。
すみませんが、フランス人です。i can't understand your post but i'm looking for information about the Ajax framework of the WOnder project and it looks like you know it well...
I'd like to use drag and drop in my webobjects application so i have downloaded the WOnder frameworks. I have added the Ajax.framework and ERJars.framework to Library/Frameworks. I have added these frameworks in my webobjects project (XCode). I have made "import er.ajax.*;" in Application.java, Session.java and DirectActions.java. I have no error when I build. But it seems I can't use DraggableCompenent and others in WebObjects Builder... Do you know how to make the wonder frameworks work ? Am I doing something wrong ? If you have any idea, please e-mail it to me.
ありがとうございます