0 Replies Latest reply on Dec 9, 2004 1:24 AM by cool_xiong

    Can invoke EJB directly by httpInvoker?

    cool_xiong

      I don't konw if after jboss can configure something , client can invoke ejb by http?

       xxxHome home = PortableRemoteObject.narrow(context.lookup("xxx"), xxx.class);
       xxxRemote remote = home.create();
       remote.xxxMethod();
      


      If invoke is by http, then my application can't be modified for fire-protected wall.

      thanks.