Hi all, I'm looking for a guideline in the GWT context (client classes and serialized classes) about when it is recommended to declare fields as concrete implementations of java.util Collections, i.e. ArrayList<String> rather than List<String>.
I found that classes used in RPC calls, fields should be declared with concrete types. Does this apply to pure client-side (compiled to Javascript) classes as well? If so, what would be the downside of using the generic interface? A larger compiler Javascript file? Thanks Thomas --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
