Does anyone know if there is a DataSet class in Java like there is in .Net? I am familiar with EJB3 and the \"java way\" of doing data. However, I really still miss the se
you may want to look into this open-source library:
https://www.developerfusion.com/project/20506/casperdatasets/
Its easy to use (a lot like using the sql resultset), and its all in-memory. it also supports complex queries and indexes on your data.