There is no requirement that getAllAs(start, size) should call getA(id): getAllAs(start, size) can be implemented in any way on the server. http://code.google.com/webtoolkit/doc/latest/DevGuideRequestFactory.html#impl
As to the DB design: if A keeps list of Bs in a string field, may be the relationship between A and B is not 1:n but n:m instead? In such a case may be A's string field simply duplicates some existing table that implements m:n? (probably no...) -- 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.
