| Thread | Last Post | Replies |
|
| Application wide variables with Tomcat/Axis | 21 Sep 2006 00:58 GMT | 2 |
I have installed axis on Tomcat and a few WebServices. My Problem: I want to have a >>APPLICATION WIDE OBJECT<<, which you can reach from a WebService as well as a Java Application which is running on this server.
|
| Java, PHP and dotNet | 21 Sep 2006 00:52 GMT | 10 |
there are currenly a lot of technologies existing do build Web applications, e.g. PHP, Java, DotNet, Ruby (on Rails), Python etc. If I look on the other hand to the web space providing companies I see most of them supporting only PHP and MySQL. If I want to go to a Java
|
| Beginner's question | 20 Sep 2006 23:49 GMT | 5 |
import java.awt.Graphics; public class printtest extends java.applet.Applet { public void init()
|
| Java search and replace? | 20 Sep 2006 23:35 GMT | 5 |
Hi, I've got something I'd like to do, but I'm not exactly sure what it would be called. Basically it is a search and replace. I'll have a "template" file setup with tokens on the lines like $name & $phone_number. What I want to do is parse the file and replace each
|
| Test - please ignore | 20 Sep 2006 23:28 GMT | 1 |
|
| NoSuchMethodException | 20 Sep 2006 22:59 GMT | 3 |
If I get a NoSuchMethodException, does that mean the class is being found but there is no method with the specified name in the class? I'm trying to use the validator feature of Struts and I'm getting this error.
|
| I want to join a open-source project, who can give me some suggestions? | 20 Sep 2006 22:42 GMT | 8 |
hi, All I am a experienceless programmer in Java. I want to improve my coding technology in Java. So, I want to join a open-source project. If you hava some
|
| Ant question about FilterSets | 20 Sep 2006 22:01 GMT | 2 |
Do you know of a way of using FilterSets with the war, or jar task?
|
| Multiple File upload - how to write the form bean | 20 Sep 2006 21:24 GMT | 5 |
Hai , Can anybody help me in writing the form bean for multiple file upload by giving a sample code? Thanks in advance,
|
| How to convert EBCDIC in JDK1.3? | 20 Sep 2006 20:42 GMT | 2 |
In JDK1.5, I found that Cp1047 is great enough to handle EBCDIC char set. But our running environment is still in JDK1.3, and it can't find Cp1047 converter class. java.io.UnsupportedEncodingException: Cp1047
|
| After deserialization program occupies about 66% more RAM | 20 Sep 2006 19:31 GMT | 21 |
My program stores in RAM dictionary with about 100'000 words. This dictionary occupies about 380MB of RAM. But when I serialize that dictionary and then deserialize the program occupies about 620MB. Dictionary is the only variable to which program has reference in the moment of ...
|
| MappedByteBuffer | 20 Sep 2006 16:38 GMT | 2 |
I'm new to the java.nio but I need to use (I guess) the MappedByteBuffer. This is the case: In a loop i produce long values to append in a file or, if some condition apply, I need to update a previous stored value placed
|
| which data structure best fits this? | 20 Sep 2006 15:13 GMT | 8 |
i am looking for a data structure for fast retrievals... and here is my scenario. this table is about foreigncy exchange. i will have a buy currency, sellcurrency, levels, and rate.
|
| JDeveloper depends on Wizards ? | 20 Sep 2006 15:02 GMT | 1 |
I'm learning Java and using JDeveloper. I see that it's an Oracle tool. I'm developing the exercises that they suggest on its website. However, I don't like that many things like connection to database, developing master-details web forms, etc, are based on Wizards.
|
| jsp and generics | 20 Sep 2006 14:36 GMT | 2 |
I seem to be having a problem using generics in a jsp. Does anyone have any insite as to how to get the following to work? <jsp:scriptlet> <![CDATA[
|