| Thread | Last Post | Replies |
|
| deprecating abstract methods | 17 Apr 2006 14:54 GMT | 5 |
My question is somewhat trivial and difficult at the same time. How should I correctly declare deprecated an abstract method? The thing is, that if I left the method abstract, I'm forced to implement it, so the deprecation does not have any effect.
|
| Class Extension que | 17 Apr 2006 14:46 GMT | 8 |
I have a newbie question about extending classes in Java. I have 2 files File1.java and File2.java. File1.java is the base class and File2.java extends it. //File2.java
|
| maximized window by default | 17 Apr 2006 13:21 GMT | 1 |
hello friends i have a query in java swing when i execute my application i want it to be displayed in maximized window
|
| Java Network I/O | 17 Apr 2006 09:34 GMT | 1 |
Hi, I'm a 2nd year undergrad with a personal project on my agenda. The project I've been working on is a ChatApplication under the Client/Server Architecture, which is still in its early stages. I will do my best to explain my current problem.
|
| Check process existence | 17 Apr 2006 09:34 GMT | 3 |
I'd like to check if a specific process with a given pid exists. I went through the archives of the mailing list and I found a message dated in 2001, with this piece of code : Process p = Runtime.getRuntime().exec("/bin/kill -0 " + pid);
|
| Doubt in .properties file reading | 17 Apr 2006 08:32 GMT | 1 |
I have a doubt regarding properties file from which I am reading some key-values. Now I have few different keys (4-5) having same value .e.g. key1=value1 key2=value1
|
| Dears | 17 Apr 2006 05:03 GMT | 3 |
Dears : Iam a new member in this group and i want to say hi to you
|
| childNode(true) and subtree | 17 Apr 2006 04:08 GMT | 2 |
I have gone through many threads on this topic, but am still clueless about the solution of my problem. I am using : childNodesBuffer = currentchildelem.cloneNode(true).getChildNodes();
|
| Question on JAVA Webservices | 16 Apr 2006 14:49 GMT | 1 |
I jave Java 1.4.x installed on HP UNIX box. I want to build JAX-RPC Webservices accessible using https. Do I need anythings else to develop this type of Web Service. If yes, what is needed and where can I download it from.
|
| Why so many methods deprecated in java.util.Date. | 16 Apr 2006 11:31 GMT | 1 |
eg. /** * Returns the day of the month represented by this <tt>Date</tt> object.
|
| html to ps | 16 Apr 2006 10:51 GMT | 2 |
I write client application to hylafax. Hylafax can send only ps (postscript) files (am I wrong). My program recives html files (from www application) to send. How could I convert html file to ps? I can use JEditorPane to convert html to image, but I don't know how save it
|
| [tomcat] port 80 | 16 Apr 2006 07:41 GMT | 7 |
I started my first test using tomcat as a container for servlets / java server pages. Any request to the special server port (8080) is fine. But I want to use the standard http port. The user should be able to access some pure http
|
| com.sun.mirror.apt | 16 Apr 2006 01:31 GMT | 4 |
I am running the following java on a Windows XP Home Ed PC java version "1.5.0_06" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05) Java HotSpot(TM) Client VM (build 1.5.0_06-b05, mixed mode, sharing)
|
| javadoc filter | 15 Apr 2006 23:43 GMT | 1 |
Anyone got a neat way of removing or *not* generating everything below 'method summary' for each class/interface. TIA, Mike W
|
| Form-based authentication confusion | 15 Apr 2006 23:24 GMT | 1 |
I would like to put some of our web pages in a password-protected directory. If a user logs in, then he or she gets access to the directory. We have a table of users in a database table. I'm trying to use form-based authentication. I've googled around and read a
|