I had a programmer write a bunch of RemoteObjects for me in Java and I noticed 
that he 
wrote everything as a static method.   It seems to make sense since most of 
this things are 
simple utilities, however, I also know that Flex is going to instantiate a 
class regardless of 
whether all it's methods are static.  Is there anything wrong with using static 
methods in 
remote object calls?

- Kevin

Reply via email to