| Thread | Last Post | Replies |
|
| My web login screen does not function correctly | 07 Dec 2006 19:02 GMT | 2 |
I am using Oracle 9i and I have a user login table. It cycles through trying to match user and password. More information is below the code snippets. Is the problem Oracle or Java? Any help is greatly appreciated!
|
| http://www.j2eequestions.com | 07 Dec 2006 16:58 GMT | 1 |
I found these Excellent java j2ee interview questions to be interesting and quite good. See if these are useful for you too <a href = "http://www.j2eequestions.com">http://www.j2eequestions.com</a>
|
| Newbie: cloning a Number | 07 Dec 2006 16:48 GMT | 32 |
I have a class which take a Number as argument. I want to store it by making a copy in a member of the class. I thought about using clone, but my Eclipse IDE gives me an "Type mismatch: cannot convert from Object to Number" error.
|
| Adding fixed position content to a scrolled panel | 07 Dec 2006 16:25 GMT | 2 |
I have a problem with a drawn panel which is embedded into a JScrollPane. Most of the content needs to scroll with the pane, but I'd also like to be able to add a small label at a fixed position in the viewport.
|
| Modelling an object as Session Bean or Entity Bean ? | 07 Dec 2006 16:22 GMT | 3 |
I'm modelling an application for selling tickets on-line. Tickets are booked on-line then the user navigates to the payment page and pays with credit card. The business analyst decided to allow a 30 minutes reservation time for
|
| Is 'new' operator thread-safe? | 07 Dec 2006 15:43 GMT | 8 |
Is 'new' operator thread-safe? Is there any reference (e.g., JSR) to say it? Why this question? C++ standard does not care thread or thread-safe, then 'new' operator thread-safty in C++ depends on implementation (e.g,
|
| Memory "leak"? | 07 Dec 2006 15:33 GMT | 4 |
I'm doing a while true loop that never sets the boolean to false (ie I want this program to run endlessly). I've noticed after my thread sleeps for 30 seconds and wakes back up to continue, the memory used by the system goes up by 4K.
|
| where to put the hibernate configuration file ? | 07 Dec 2006 15:25 GMT | 1 |
where do we put the hibernate configuration file ? say, I have a class named 'person' and i have made a corresponding configuration xml file called 'person.hbm.xml' .
|
| Signed applet - Any way to check if user will get the security popup? | 07 Dec 2006 13:42 GMT | 6 |
I don't want to bypass the security at all even if I could, I understand why it's there. But I have a little applet on a webpage used by a closed group of users which works if not signed but provides some additional features if it
|
| j2me app | 07 Dec 2006 13:13 GMT | 6 |
how can i embedd the user phone number into the .jar that the user is downloading ?? Thanx in advanced.
|
| Clearing Java Cache | 07 Dec 2006 11:27 GMT | 16 |
Does anybody know if it is possible to clear the java classloader cache programmatically through an applet. I know that you can do it manually by opening the Java Console and then pressing x to clear it but I was wondering if you can do that programmatically (assuming that the ...
|
| jad for eclipse problem!! | 07 Dec 2006 10:07 GMT | 2 |
/*jadclipse*/ /* DECOMPILATION REPORT Decompiled from: E:\workspace\TempMessagePush\lib\hibernate
|
| GUI inquiry | 07 Dec 2006 08:54 GMT | 8 |
I'm new to JAVA GUI and hope you could help on 2 questions. 1) No matter how I constrain textarea (e.g. set column, row), when it is fed with a long string, the textarea just shows 2 rows and many columns. Is there any trick to force the swapping of line? I've tried both textarea ...
|
| tricks in hibernate id selection | 07 Dec 2006 08:53 GMT | 1 |
I see there are increment , identity or sequence , hilo or seqhilo , assigned , foreign etc are identity selector in hibernate . can anybody explain how to select an id out of this above list for an application ?
|
| Excellent J2ee interview questions | 07 Dec 2006 08:45 GMT | 2 |
I found these Excellent java j2ee interview questions to be interesting and quite good. See if these are useful for you too http://www.j2eequestions.com Cheers
|