RE: GWT - DTO
One of my experience in DTO:
"Attribute in parent class would not be serialized in GWT-RPC"
A extends B {
String label
}
B{
String name:
}
If A is a DTO, the attribute name would not be serialized object object
instaniated from class A.
Please correct me if i am wrong.
-----Original Message-----
From: google-web-toolkit@googlegroups.com
[mailto:google-web-toolkit@googlegroups.com] On Behalf Of Lehel
Sent: Wednesday, April 18, 2012 5:22 PM
To: Google Web Toolkit
Subject: GWT - DTO
Hi,
Working with Oracle Sql data, I would like to ask, that it is possible to
serialize all kind of oracle data types, for GWT-RPC having DTOs?
thx,
Lehel
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to
google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home