I want to make a little application. That will have register, save, update, delete, login for user. This will be in JSP. I know JSP very well.
I have done some work JSP, with the MSAcess , SQL Server database with JDBC.
But I have naver ever use “Oracle” for this. But I really want to do this with Oracle 8 or 9 version. I search and found different type of method for integration.
Can you please help me for “How to Integrate Oracle with java or JSP?” if you have some examples, code , links , blog , tutorials, please share if that can help me.
Thanks in Advance
Everything else is pretty similar except that you need a different database driver. You can check out this link and this link. You should also read about how to tune your code for optimal performance and a good read on that topic is here.
This would also be a good time for you to get introduce to the DAO pattern. A good example is here.