lijoveliyath
New Member
I am developing a Java application that will be storing several tables filled with SAX parsed XML data into a mySQL database. I am required to build an interface to allow the user to make several defined queries about the data. As a means to query/interface with the database, is there an existing Java API or third party code that will allow me to easily filter/query different pieces of information from my tables?I have some web development in the past where I have utilized existing widgets such as this one.. http://www.yiiplayground.cubedwater.com/index.php?r=UiModule/dataview/gridViewIf there is an existing API to easily build a GUI to do this, could someone please refer me to them?Thanks!