This week's book giveaway is in the Programmer Certification forum. We're giving away four copies of OCP Oracle Certified Professional Java SE 21 Developer Study Guide: Exam 1Z0-830 and have Jeanne Boyarsky & Scott Selikoff on-line! See this thread for details.
Newbie question, been a few years since I've touched Java. Does Java have any support for disconnected data? Like you could grab tables, say from a web service and store in an in-memory database, make changes and persist those changes back to the db?
Really looking for the equivilent of .NET's DataSet class.
Sorry about that, actually I wasn't sure where to post. If there is such an object in Java, it doesn't necessarily have to do with accessing a database, that is, you can build your own in-memory db in code, or read from a text/xml file/web service/whatever, not using drivers. That's why I posted in the beginner area.