In Java, *Integer* is an object and can be set to null whereas *int *is a primitive and cannot be set to null.
In RequestFactory only the wrapped versions of primitives (= objects) are allowed. So you might use *Boolean* and *Integer* but not *boolean* and *int *. In GWT you can use both but *does is affect the generated JavaScript code whether you use Integer or int*? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/J698-WLJtdIJ. 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.
