Is there a Java's equivalent of .NET's DataSet?
Hi! I recently switched from C# to Java 1.4
When I was coding in C# I took advantage of disconnected DataSet structure that gave me the ability to sort, filter, run queries against, do xml import/export, serialize, persist and other conveniences.
I am curious if there is implementation/open source project of the DataSet in Java
with similar features ?
Thank you in advance,
--Michael

