1 Reply Latest reply on Jul 1, 2005 12:35 AM by tom.elrod

    Is JBOSS remoting suitable for lightweight applets?

    pesalomo

      Hi,

      I wonder if JBOSS remoting is suitable for use in java applets. The total size of the applet should be small < 150kb. I need a way to communicate with enterprise beans, and it also have to handle http transport and proxy servers.

      Regards,

      Peter Salomonsen

        • 1. Re: Is JBOSS remoting suitable for lightweight applets?

          The remoting jar is over 200K as it is now, so is larger than what you are wanting. However, this includes a lot of extras that you probably would not need (callback persistence, samples, etc.). My goal is to break up the different parts of remoting into core framework and then different implementations that plug in (each being their own jar), but probably won't be able to do this till end of summer.

          However, remoting does have support for http(s), including proxy and basic authentication support. If can live with the remoting jar size for now (or feel comfortable removing the classes you will not need), it should be fine for applets.