The form below can be used to send comments or questions to the owner of this blog. All fields are required.
The form below can be used to send comments or questions to the owner of this blog. All fields are required.
Overcoming CFC Serialization Issues Using Java
Andrew Powell said: If you're just converting your VO's to Java, I don't think there's a "no looking back" fac...
[More]
Overcoming CFC Serialization Issues Using Java
Oscar Arevalo said: @Luis: That's an excellent point. I can imagine very easily leaving by mistake (i.e. improper var sc...
[More]
Overcoming CFC Serialization Issues Using Java
Andrew Powell said: I think the inherent issue is this: If you're going to use the native java objects to make your CFC...
[More]
Overcoming CFC Serialization Issues Using Java
Brian LeGros said: @Oscar: Oops, sorry, I meant a depth first traversal. We want to walk all of the nodes in the grap...
[More]
Overcoming CFC Serialization Issues Using Java
Brian LeGros said: @Oscar - Again maybe I'm being too naive, but I think a depth-first search algorithm implemented in ...
[More]