1 Reply Latest reply on Nov 6, 2007 10:16 AM by shane.bryzak

    Seam Remoting interface.js too large

    ryoung2504

      I am using Seam Remoting (version 2.0GA) and everything works ok except that it is very slow. The reason for this is that the interface.js file produced includes type definitions for EVERY seam component in my system and takes a couple of seconds to serve.

      The url is "/seam/resource/remoting/interface.js?navigationSystemService" and is generated by and s:remote tag.

      I have added exclude parameters to my WebRemote annotations and this restricts the data sent back back but does nothing to limit the interface.js file produced. Is there any way to slim this down and thus improve the speed of my site?