| Thread | Last Post | Replies |
|
| Session Beans | 07 Nov 2005 12:20 GMT | 2 |
I am implementing a shoping cart apllication using ejb stateful session beans as an excercise in learning ejb. I use a jsp page as the client. I use sun system application server. My problem is, when the web server use the same JSP instance to handle multiple requests for the same ...
|
| Error in integrating SOAP | 07 Nov 2005 12:03 GMT | 2 |
Hello techie ! I have integrated WEBSERVICES from www.xmethods.net for currency calculator. I have already imported
|
| JScrollPane | 07 Nov 2005 11:47 GMT | 1 |
Are there any known problems with the JScrollPane in jdk 1.5? I can get the scroll pane to show up, but not to autoscroll. I've tried using .setAutoscrolls(true), but it didn't work.? Any help would be appreciated, although its not serious - I was just
|
| Java Exception Please Help | 07 Nov 2005 11:12 GMT | 3 |
Miller_Rabin.java:24: unreported exception java.io.IOException; must be caught or declared to be thrown String t = stdin.readLine(); I'm not sure how to fix this error. someone please help. I have a line
|
| Clearing the console | 07 Nov 2005 10:31 GMT | 2 |
I wanted to know is there exists any standard way to clear the console programatically. Thanking in advance. Bye
|
| Access out of process com objects? | 07 Nov 2005 09:26 GMT | 1 |
I have a windows exe program that, according the the API supplier, contains some out of process COM objects which I need to access from Java. I know that for 'in process' COM objects, I can convert it into a dll and use JNI to access the functions. But how do I access out of
|
| Generating PGPPublicKeyRing | 07 Nov 2005 09:02 GMT | 1 |
I'm stuck up with a problem i'm using Bouncycastle API to perform encryption & other things, i'm facing an issue while creating a PGPPublicKeyRing, the issue is i am provided with 2 Keys MasterKey & SubKey & i want to use these 2 keys to generate KeyRing that is the
|
| About implement Tomcat Realm | 07 Nov 2005 07:26 GMT | 1 |
We are implementing customize Tomcat Realm, but not sure from which place to get browser sent information. We would expect there is "HttpServletRequest" kind of object to pass to Realm object.
|
| Fingerprint reader SDK | 07 Nov 2005 04:29 GMT | 1 |
Can anyone tell me if a Java SDK for a fingerprint reader for MacOS exists? For research, I want to develope an application in Java that uses a fingerprint reader under MacOS X. Until now I could only find one Java
|
| What does this mean?? | 07 Nov 2005 01:12 GMT | 103 |
I have two rather silly questions so please bear with me what does the below code mean Rectangle alloc = (a instanceof Rectangle) ? (Rectangle) a :
|
| What is J2EE? | 07 Nov 2005 00:23 GMT | 42 |
What is J2EE? Is it free? Can I download it?
|
| simple stuff in swing | 06 Nov 2005 23:12 GMT | 11 |
Hello, I have just started learning swing and I have tried to make a small programme that shows a number that goes up by 1 every increment, I am trying to figure out how I can make it sleep and so on. Could anyone correct my code?
|
| JRootPane? | 06 Nov 2005 22:55 GMT | 14 |
I've got a JButton on a JPanel on a JTabbedPane on a JFrame. I'm trying to set the JButton to the default button so that when you press the enter key the button is pressed. The problem is I can't get the RootPane to call setDefaultButton() on. I get NullPointerExceptions on
|
| Can anybody recomend a free zip scan software! | 06 Nov 2005 22:53 GMT | 8 |
I always meet with some problem on class not found.Can anybody recomend a free zip scan software on windows?Lot thanks!
|
| Thread in Java Applet. Not Working? | 06 Nov 2005 22:14 GMT | 7 |
I will show my code. This is my first time working with threads. So I just thought I would do something simple and i want the MERRY CHRISTMAS! .. to be painted green. then using a thread I want to make it flash red. with a delay of 1 second. so it will flash red and green
|