help me migrate from ADO.NET to jdbc
843859Sep 17 2006 — edited Sep 17 2006hi,
i am a hobbyist programmer in vb.net. i wish to migrate to jave. i wish to develop a standalone desktop app centered around a database with 20 or so tables with parent/child relationship.i have following questions:
1. when it comes to databases which java technology is the latest?
2. to substitute DataGrid in .NET should i use jTable or something else?
3. to maintain concurrency in displaying parent child records what should i do? is there a java alternative for CurrencyManager class? in other words if one parent and one child table is displayed i need to display the correct child record when a parent record is selected.
lastly which is the best website to learn the ral world java programming. i find tutorials much lacking in real world teaching unlike .NET. maybe i donot yet know where to look. please help. i shall be very grateful.