| Thread | Last Post | Replies |
|
| Remote Debugging Without Pre-configuration | 15 Jan 2007 17:01 GMT | 1 |
How can I debug from a remote computer, without making any pre-configurations on the server side. I.e. I want to run the application normally, without any special parameters, on machine X, and then, when a problem occurres, to connect
|
| Static methods slower? | 15 Jan 2007 15:46 GMT | 15 |
I'm having a discussion with my colleagues (and boss) over the use of static methods in a class. My colleagues say that static methods should be avoided whenever is possible, because their use slows down the application.
|
| About physical path of the file | 15 Jan 2007 14:35 GMT | 1 |
Hi all... I want to create a java.io.FileInputStream using the path of the properties file but i dont want to hard-code the physical path. How i could generate this path at run time?
|
| Want to get a message when field value is changed | 15 Jan 2007 14:25 GMT | 9 |
class A{ private String feeling = ":-("; public void smile(){ str = ":-)";
|
| Where to find the Java source files? | 15 Jan 2007 14:21 GMT | 7 |
I remember Java source files are installed somewhere and I can take a look at them. For example, right now I hope to look at JFrame's file, JFrame.java. I forgot where to it is installed. Could you give me a hint? Thank you.
|
| systematic file(s) deletion | 15 Jan 2007 14:17 GMT | 39 |
Say, I have a bunch of files sitting under C:\Program Files\ThisProgram\DataFiles directory, and I'm running out of disk space, so, I'd like to sysmatically remove all the file that is more than two days old under this directory. How
|
| Column numbers is stack trace - enhancement request | 15 Jan 2007 12:55 GMT | 2 |
I filed the following enhancement request to Sun. Would like to hear opinion about how useful implementing this feature would be. Synopsis: Need column numbers in stack traces Description:
|
| Convert PDF to Image | 15 Jan 2007 11:52 GMT | 1 |
I need to convert a page from a PDF to a JPG image. I have found a solution based on jdk 1.4 version, but i need to find an equivalent for the jdk 1.3. http://www.jpedal.org/image_tut1.php
|
| [newbe] casting at run time | 15 Jan 2007 10:53 GMT | 6 |
i have next set of code interface A{} class B implements A{something} clas C implements A{something}
|
| [advice] Enterprise beans or not | 14 Jan 2007 23:00 GMT | 1 |
I need to program a web application that resides on a single server, and will never be on multiple machines. Would you advise me to do it with EJB or POJO's ? thanks
|
| What is the problem with writing singleton in multithreaded enviroment | 14 Jan 2007 20:23 GMT | 7 |
When declaring a singleton, we write: static CMySingle::instance() { static CMySingle instance;
|
| tomcat problem | 14 Jan 2007 18:01 GMT | 3 |
I'm trying to deploy my app without a path: instead of something like mydomain.com/path/somefile.html, one could just access it using mydomain.com/somefile.html. To get this to work, I have tried the following in server.xml:
|
| Reg Xml Parsing | 14 Jan 2007 17:41 GMT | 2 |
hi iam new to java and jdom parsing.my imput is user passes the xml file and a string (string is not a tag in xml its a attribute value).i need to look for the string in the xml file and get all its child attributes .my xml looks like
|
| how to download j2ee source thru fisheye? | 14 Jan 2007 14:41 GMT | 1 |
I want to take a look at the source code of j2ee. But I don't know how to download its source Java Novice =========
|
| About j2me application | 14 Jan 2007 10:37 GMT | 5 |
I am new in j2me. I want to build an text message editor for mobile that can support smiley & small pictures. What type of class can I use to build that editor. Please give me necessary information.
|