I am trying out a web app using servlets and jsps and need to model isbn number of an item in my class as well as in hibernate mappings.
Which jdbc dri开发者_运维百科ver should be used for connecting with oracle 8i? I am using jdk 1.6 and tomcat.The choices would be (in the decreasing order of preference):
Has anyone experienced an issue where WAS does not use the Windows username when connecting to a Websphere MQ resource?None of our developer boxes have ever experienced this problem in the past, they\
I want to access my applicant database that\'s why I created a DAO class for it. I think I have lots of code smells because I keep on repeating some code. So what can I do to make my code simpler in
We have used the eclipse memory analyzer and it shows the following things in the heap. The heap snapshot has been attached. Could this cause a开发者_JS百科 memory leak in the future?
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing th
How to Display a pdf document 开发者_JAVA技巧in a web page(Not seprately,just Inside the webpage) using jsp or servlet?You need to use the <object> or <embed> tag to contain the adobe read
I have a Java EE application that generates an Excel file and sends it to the browser (Internet Explorer 8) over HTTPS. The user is presented with the usual IE \"Open/Save/Close\" dialog. If he clicks
I\'m curious as how to handle lookup of 3rd party web services within an enterprise application e.g. a payment gateway.
We are having a web app in a remote server. The whole app size is about 30mb. For every enhancement, we will be adding one or more jsps and .class files. We wont touch .js files and image files.