DataSet class in Java?

前端 未结 9 2119
孤独总比滥情好
孤独总比滥情好 2020-12-05 15:45

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

9条回答
  •  盖世英雄少女心
    2020-12-05 15:56

    I'm an author of ExDataSet. If you need a way to send DataSet from java/android application to .NET the web service, you should take a look on this library. It is 100% fully compatible in xml representation with .NET DataSet objects and supports sending tables, rows, relations, foreign and unique keys, nested tables etc.

提交回复
热议问题