| Thread | Last Post | Replies |
|
| Need to wait() Thread in EJB code | 12 Oct 2005 20:41 GMT | 2 |
I need to accept a request and then query two systems. I need to send off the first query to a queue then execute the second query. After getting the result from the second query I need to wait for a response from the first query via an MDB before combining the data from both
|
| difference between null object and null string | 12 Oct 2005 19:43 GMT | 16 |
please look at the code snippet below:- public class PowerSupply { public PowerSupply(Object voltage){ System.out.println ("PowerSupply(Object) executed");
|
| xmlencoder/decoder persistence delegate | 12 Oct 2005 17:40 GMT | 2 |
I am using the xmlencoder/decoder classes to save objects, some of which do not have no-argument constructors. I understand that one could use something like: String[] prop = {"param1", "param2"};
|
| open source jdbc pooling | 12 Oct 2005 16:13 GMT | 12 |
I am looking for some open source database pooling for my Struts/mySQL application. I have looked at the db-commons from Apache and proxool and they seem fine. I have also looked on the Sun site, but didn't really see anything that was suitable.
|
| Unicode font implementation | 12 Oct 2005 15:52 GMT | 3 |
Previously I was trying to read a unicode file (with Arabic/Farsi characters) and display the characters in a mobile device (I was developing the application in J2ME). I discovered (thanks to this forum) that the device must support the
|
| proguard questions | 12 Oct 2005 13:34 GMT | 12 |
hi all~ i'm j2me a developer. minutes ago i downloaded proguard to obfuscate code and reduce jar size, i followed the manual and eventually it works, all procedure is fine but ! the matter is the .jar file after
|
| I dont know why 'Null Exception' error. | 12 Oct 2005 13:07 GMT | 6 |
my 'Menu' class ------ class Menus{ private JMenu jMenu;
|
| Problem with decompiler | 12 Oct 2005 12:19 GMT | 4 |
I decompiled a jar with jad, but I found this in the code: .. break MISSING_BLOCK_LABEL_344; SQLException e;
|
| newbie: j2me, adding resources to midlet | 12 Oct 2005 11:31 GMT | 3 |
midp 2.0 J2ME Wireless Toolkit 2.2 JDK 5 Excuse me if my question is a bit stupid but I'm a newbie...
|
| Hibernate create: null error | 12 Oct 2005 11:03 GMT | 3 |
I have been puzzling over this for the last couple of days and was wondering if any of you could help me. I get the following error when I try to load a jsp in my webapp: Error looking up property "town" in object type
|
| Authentication with Slide and WCK | 12 Oct 2005 09:14 GMT | 1 |
I'm using Slide and WCk to implement a simple store. I had no big problems up to date. But now I want to enable authentication. I implemented the SessionAuthenticationManager, but I don't know, how to enable authentication. Where do I have to put the jaas.config file?
|
| obfuscator for j2me apps | 12 Oct 2005 08:17 GMT | 6 |
howdy~ i'm a developer for j2me. i'm seeking obfuacator for midp1 apps, while i have one for midp2 in handy, any help ?
|
| regexp on changing input | 12 Oct 2005 08:12 GMT | 3 |
I have an application that recieves a rather large ammount of data through a serial connection. Since serial connections are rather slow the data takes a fair while to recieve (10-90 sec). To show the user that something is indeed happening I print the data
|
| cycle in a jsp | 12 Oct 2005 06:08 GMT | 4 |
in a jsp i need to repeat this line <jsp:useBean id="uv" class="it.finsiel.tea.nhxnwi.util.UserValue" with different id as example :
|
| reading files on a network drive | 12 Oct 2005 04:49 GMT | 8 |
I wrote the following program for reading files from a jsp page on my local drive, now when I try to read a file on a mapped drive, the mydirectory.exists() returns false. File mydirectory = new File("PathOnTheNetwork");
|