タグ

ブックマーク / so-wh.at (1)

  • E4Xでサーブレット - so what

    E4Xをサーブレットで使えたら面白いんじゃなかろうかと思って実装。 こんな感じのフレームワークってないのかなぁ?Rhino速いんだし… servlet.jsがこんな感じで、http://localhost:8080//rhino-servlet/servlet.jsにアクセス。 var body = <html> <body> hello, Rhino! </body> </html> ; out.println(body); RhinoServletがこんな感じ。 public class RhinoServlet extends HttpServlet { protected void service(HttpServletRequest req, HttpServletResponse res) throws ServletException, IOException { Servl

    E4Xでサーブレット - so what
    j5ik2o
    j5ik2o 2008/10/28
    こりずにE4Xを調べる。fmfm... Rhinoで使えるのか
  • 1