This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
I want a simple table for my java program. I want to have eight rows and an aritary length of columns. The type of data will be of int. Can I get some directions on what java package to go for. many thanks
Well, this isn't quite the right forum for you question.
But if it is just one table to store simple small amounts of data. You might just find it easier to simply use a text file to store the data and use the io package to read and write to the file.
If there is more data than that then you can use a database and use JDBC to query and save the data.
Yes, I believe JBoss comes with Hypersonic Database, or you can use MySql. But I think it is basically overkill for very small amount of data. Both are free.