Last week, we had the author of TDD for a Shopping Website LiveProject. Friday at 11am Ranch time, Steven Solomon will be hosting a live TDD session just for us. See for the agenda and registration link
hi all, I am newbie in AJAX so i bought Head First Ajax book to learn about Ajax.But all the book samples are in PHP based.So anyone can provide a sample or link For datbase connection using Ajax in jsp.My requiremnts is just want to connect to oracle dabase and want to display data in JSP pages.Its like report.Any help will be hightly appreciated.
yeah i know Ajax will not connect directly to the DB.We should use servelets or java class .I am sorry i doesnt mean that in my earlier post. My requirement is to connect to oracle db and then display the data in a jsp.I read about Ajax and i like the concept of Ajax.so any sample for my requirement.
Oracle provides ADF binding layer. Check to see if you could utilize it as your modeling layer. If not, any direct jdbc call will work. But that means you have more coding on your side.