| Thread | Last Post | Replies |
|
| creating simple JMS-MDB client w/ external lib | 05 Mar 2004 04:32 GMT | 2 |
I am a beginner with JMS Message Driven Beans. I would like to write a simple client that sends a message to an MDB running in JBoss. The message format uses classes which are specified in an external "message.jar" file. So far, the only examples of clients that I have seen are ...
|
| WinHTTrack | 05 Mar 2004 00:58 GMT | 1 |
I wan to write aplication to reach data from Internet like WinHTTrack, are there any classes to use? Any sugestions how I can realise this task? JAcek
|
| Getting string from an Arraylist? | 04 Mar 2004 22:22 GMT | 3 |
I am trying to load the contents of an ArrayList to a Combo Box, but with the current code I wrote, all the elements in the ArrayList are displayed in one line cuz I used the toString() operation. Is there any way to get rid of the [ ] at the end and the ',' between the
|
| Redirection from one server to another...I am NOT a programmer, but need the info. | 04 Mar 2004 21:44 GMT | 2 |
I have two servers running the same application (One is the primary and one a backup of sorts.). The application is Java based, so I thought this was the place to start. Please pardon my ignorance...The two servers are utilized by in-house users only.
|
| Call by reference in Java? | 04 Mar 2004 20:34 GMT | 13 |
hy, I've a simple, maybe stupid question. How does a "pointer" look like in Java? I've just tried a "*" like in C, but it didn't work.
|
| Does anyone have any pointers to writing a program to read/post news groups in JAVA? | 04 Mar 2004 12:19 GMT | 2 |
Does anyone have any pointers to writing a program to read/post news groups in JAVA? Regards, Casey
|
| Making md5-hash 'mysql compatible' | 04 Mar 2004 08:43 GMT | 5 |
To store a password in a database, I have used MySQL's MD5-function to create a hash of the password. Now I have a user who enters a password (via an html form) that needs to be checked. I have tried to create an md5-hash using the MessageDigest class, but since this works on bytes
|
| code compiles with no errors but craps out at runtime | 04 Mar 2004 08:40 GMT | 13 |
This code claims to compile fine but the java terminal leaves so quick I can't see what is going on; I'm guessing right now that an exception is being thrown right away How can I pause execution without possibly throwing an exception?
|
| Help ray with his jsp!! | 04 Mar 2004 07:24 GMT | 1 |
i was wondering how to load a notepad file into a database with the click of a button on a jsp frontend. the notepad would have a list of people and their required attributes eg. ('543210', 'MARY', 'Earl', 'home', 'Place', 'JOSEPH');
|
| Operators available to byte, short, char types variables | 04 Mar 2004 05:30 GMT | 3 |
I would like to ask will <<, >>, >>>, ^, ~ operators be applicable to above mentioned primitives ? So far I couldn't write code to apply above operators to mentioned primitive types variables.
:) |
| java.lang.nullpointerexception | 04 Mar 2004 00:34 GMT | 1 |
When i compile my code all is well, untill i trigger an event, then errors start appearing in command prompt...saying: java.lang.nullpointerexception at Opdracht6_2.adjustmentValueChanged(Opdracht6_2.java:35)
|
| 2D array | 03 Mar 2004 22:32 GMT | 3 |
help !! can somebody know what's wrong with this 2 D array ... private static final String[] users = { "Alice,20020115,100,20020314,-2,20020520,50,20030220,-34,20030724,-10,200308 01,5",
|
| Can ^, ~, >>, <<, >>> operators applied to byte, short or char types variables | 03 Mar 2004 21:58 GMT | 2 |
I have tried to compile below expression embedded in .java program. byte b1=1, b2=2; short s1=1, s2=2; char c=10;
|
| Getting Annotation for a Return Type (Java 1.5 Beta) | 03 Mar 2004 18:37 GMT | 2 |
I can't find any way to get access to an annotation on the return type of a method. For example the code below complies however there is no method on the "Method" class (that I can see) that gives me access to the annoation.
|
| Downloading data from an applet, possible? | 03 Mar 2004 15:52 GMT | 2 |
Hey all-- I've written a game theory simulation applet, ala Axelrod. I'm putting together a presentation based on what I'm learning from the simulations I'm running, and I find myself looking for an easy way to
|