タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

GWTとseasar2に関するmasap98のブックマーク (1)

  • GWTとS2(無理やり)

    GWTのRPCとS2を無理やりっぽく連携してみた。 GWTのサーバ側ははRemoteServiceServletを継承してservletとして公開しなくてはいけないようなのだが、面倒なので1つにしてみた。 public class GWTGateway extends HttpServlet { private static final long serialVersionUID = 1L; protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { try { String serviceName = getServiceName(request); S2Container s2Container = Singl

    GWTとS2(無理やり)
  • 1