How to Integrate Oracle9i with JAVA or JSP?
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.
精彩评论