| Thread | Last Post | Replies |
|
| does volatile works on object reference | 20 Apr 2007 12:10 GMT | 3 |
i am a bit confused on the usage of volatile keyword. consider the following statement public class Me {
|
| how can I get the servlet access url from servlet context | 20 Apr 2007 10:10 GMT | 4 |
I am coding for a WebApp I wrote a servlet and defined the mapping in web.xml like: <servlet> <display-name>MySer</display-name>
|
| Another book recommendation thread | 20 Apr 2007 09:13 GMT | 2 |
Sorry to do this once again, but this is another question relating to book recommendations for Java programming. I have had a look around the archives in the group, and not really found what I am looking for.
|
| Hox to match Linux PID to tomcat thread | 20 Apr 2007 09:07 GMT | 5 |
On our production server (Suse Linux) we run a Tomcat server. From time to time, our users tell us, that our web application is running slow. Starting the command "top" I see that one Tomcat-Process is running
|
| Web Service Stub | 20 Apr 2007 07:20 GMT | 1 |
I would be really thankful if somebody could decipher the below statements for me. I have started to work on web services using Axis and Ant scripts, and was successful with a small example. I need to integrate the example with the Spring framework and with the
|
| Installing an old version of Java | 20 Apr 2007 02:46 GMT | 3 |
I already installed the newest versions of java, which in my case would be JDK/JRE 1.6.0. But I'm in a little bit of a problem now, because I need to run a program that does not support java 1.5+
|
| JFreeChart in Applet: Problems with refreshing chart | 20 Apr 2007 02:42 GMT | 1 |
I've created an applet and then added a JFreechart ChartPanel to it. jContentPane.add(myChartPanel); myChartPanel is a member variable of my applet and I see the plot just fine. Then I change the chart by setting
|
| Starting and Stopping an External Process | 20 Apr 2007 01:03 GMT | 3 |
After realizing I'm spending way to much time playing games I decided to create a Tea-Timer application. The purpose of the application is to launch another application such as solitaire or wow or what have you. Then countdown to a specified
|
| how to open data file contained in jar with JFileChooser | 20 Apr 2007 01:02 GMT | 4 |
I thought this would be straight-forward but I haven't been able to find an answer. I package sample data (image files) in a jar with my application. I want to let the user select from these and open them using a JFileChooser. But I
|
| why does Sun JVM have a hard max mem limit of 93meg on 2gig pc with no setting modified? | 19 Apr 2007 23:33 GMT | 2 |
have a several PCs running WinXP SP2 and W2k SP2 latest patches. all have AMD or Intel chips with at least 1 gig ram. have Java applet that at times requires ~250 meg of ram. on some boxes it runs in less than 1 min on other takes over 30 mins.
|
| Observer/Observable and update(Observable o, Object arg) | 19 Apr 2007 22:30 GMT | 2 |
So, I am currently using Observer/Observable pattern in quite a few spots in an application I'm designing. It works great and makes designing the entire application fairly pain-free. There's just one question I had about part of the system that seems a
|
| Cannot append a node from XML into the HTML dom in IE | 19 Apr 2007 21:47 GMT | 1 |
I cannot append a node from XML into the HTML dom (textarea field) in IE. But I can for the text input html elements! Is anyone aware of this and what is the possible solution? Thanks.
|
| How to be cautious to prevent PRIVACY LEAKS when my class has array as instance variable? | 19 Apr 2007 21:26 GMT | 4 |
My class is like following: public MyClass { private double[] _dataArray = new double[100];
|
| running Jar file in back end of webserver | 19 Apr 2007 21:22 GMT | 2 |
is there anyone who can help with this problem. I have a piece of java software that is sitting on my webserver. I can run the jar file from within the command line and it returns a series of results to the command line. I also have the source code for this app.
|
| Java! hooah! What is is good for...? | 19 Apr 2007 17:35 GMT | 8 |
I am thinking about learning to programme in Java. I have heard lots of good stuff about it, but really all I get to read is what people "think" potential developers want to know, rather than what they "do" want to know. I see it's quite a robust, portable language, which
|