| Thread | Last Post | Replies |
|
| problem with a thread | 02 Sep 2005 10:37 GMT | 3 |
I'll start by shortly explaining the rationale for my implementation. I have a gui form which takes input from the user and starts a lengthy processing of it. I want to keep the gui responsive so I've put the processing into a separate thread. There is exactly one thread doing
|
| Problems displaying unicode-characters | 02 Sep 2005 10:15 GMT | 4 |
I have a problem: I am using tomcat 4.x and 5.x, trying to offer our websites in different languages, also in (for example) polish and different languages other then ISO-8859-1 (Latin-1).
|
| Join Multiple Arrays using equals or comparable | 02 Sep 2005 09:52 GMT | 1 |
I've just spent the last hour searching the net to see if anyone has implemented a sort merge join of 3 or more sorted arrays. On joining the arrays you would get a new array of objects. Just like joining 3 or more tables on a column, the trick is I need to
|
| JRE 5.0 Update 4 lurking in background? | 02 Sep 2005 09:06 GMT | 3 |
Recently installed this JRE (last time I updated the JRE was a while back with 1.4). I came home to find my computer very, very sluggish. A quick check revealed javaw.exe to be sitting on nearly 200mb of memory and intermittent bursts of cpu usage. No Java apps or plug-ins were ...
|
| how java web start can read properties files from client spaecfied path | 02 Sep 2005 07:39 GMT | 1 |
how java web start can read properties files from client spaecfied path
|
| set vm-parameter when converting to jar?! | 02 Sep 2005 07:37 GMT | 2 |
I have an application in jbuilder and want to make it into jar file. my application as an vm-parameter and appearently when i make this jar file the settings are not set in the jar. how can i do this (in jbuilder)? thank you very much!!!
|
| What is the URL of a timestamp server for jarsigner? | 02 Sep 2005 00:59 GMT | 4 |
In Java 5.0, jarsigner is now able to access a timestamp server to put a timestamp in the signature. However, I cannot find a timestamp server that is compatible with jarsigner.
|
| Branded (TM) Skills | 01 Sep 2005 23:35 GMT | 1 |
How do you feel about branded skills? (skills specific to a brand name, such as Oracle DBA Developer, IBM WebSphere MQ, BEA WebLogic Developer, etc.). Do you highlight brand names of products you worked with in the past
|
| Printing to passbook printer from Java Web based app ? | 01 Sep 2005 22:29 GMT | 4 |
We want to move from Windows terminal server based GUI application to Java based web application (using JSP/JSF). The application must print Ticket using passbook printer : Epson Passbook Printer, TM-U950 / 0950P.
|
| Question for Sr. J2EE programmer | 01 Sep 2005 19:19 GMT | 12 |
I recently had a phone interview with a prospective employer for a J2EE developers position. This person questions were mostly about design patterns such as how to make a factory class, interface, singelton etc...
|
| Problems with Eclipse 3.0 | 01 Sep 2005 19:11 GMT | 3 |
I'm trying to run a simple java project in Eclipse3.0 and it was fine till I tried adding a src and bin folders in the Project->Properties->Source tab. I added a folder src under my project Ch1 and it added the bin folder too.
|
| java web services | 01 Sep 2005 19:07 GMT | 1 |
can someone send me an example code to create a simple java web service (server and client side) using apache axis? thank's in advance. Andrea
|
| socket Programming in java Help needed | 01 Sep 2005 17:04 GMT | 4 |
I am trying to read the data from the website and modify the data, using the java programming. for example: i have a website with some information for example: Age: 24
|
| Min. memory requirements (OC4j installed on Linux Red Hat) | 01 Sep 2005 15:27 GMT | 2 |
I am running our product on OC4j installed on Linux Red Hat 3. I start OC4j with the following args -XX:MaxPermSize=128M -Xms512M -Xmx512M Our product requires 512MB to run smoothly.
|
| ImageButton? For the millionth time....(Sorry) | 01 Sep 2005 15:14 GMT | 7 |
Does anyone know where I can find a fully functional imagebutton class that extends to canvas?
|