| Thread | Last Post | Replies |
|
| why transient variable can not be final? | 13 Apr 2006 10:09 GMT | 1 |
why transient variable can not be final?
|
| Training for IDEA | 13 Apr 2006 08:46 GMT | 2 |
Can anyone recommend some companies which provide training on IntelliJ/IDEA? I'm looking for two different classes. The Basis - Pretty much the same as the IDEA In Action book that just came out. A 2 day intro to IDEA covering Setup, Editing, Testing,
|
| What is the Use of Proxy Object. | 13 Apr 2006 08:38 GMT | 5 |
I am in a confusion to get the usage of a Proxy Object and attaching a Handler to that one. Can you tell me what is the use and where it is useful with a simple use case. Thanks in Advance.
|
| A big problem about regular expression | 13 Apr 2006 05:53 GMT | 2 |
Now i need to match a string in a text file(actually a stored procedure file), the code is like below: private static void test1() {
|
| jpeg image quality | 13 Apr 2006 05:50 GMT | 3 |
Im stuck, and out of ideas.... Is there any way to specify NO COMPRESSION on a jpeg image? I have a renderedImage object that contains no more than 2 colors call them color A and color B. I would like to be able to access all the
|
| log4j 1.3: RollingPolicy - TimeBasedRollingPolicy - custom actions | 13 Apr 2006 05:13 GMT | 1 |
I am relatively new to log4j and java in general. I have established a SimpleSocketServer to receive log events from a SocketAppender. I am using org.apache.log4j.rolling.RollingFileAppender to roll my
|
| XML to DB | 13 Apr 2006 04:12 GMT | 2 |
I'm looking to make a piece of software that basically takes in large XML files and stores this information in the database. The tricks are that the XML will have similar qualities, but different repeating fields, and I have to be able to store each XML as I get it
|
| java question, | 12 Apr 2006 22:17 GMT | 2 |
Hello, I'm a c++ programmer and I have a qestion about a simple code implementation in Java. Basicly, I have a set of EventHandlers (just some class). Handlers could be added/removed/suspended/active...
|
| tomcat-maven-plugin problem - mvn is looking for org.apache.maven.plugins:maven-tomcat-plugin | 12 Apr 2006 21:00 GMT | 1 |
I'm trying to use tomcat-maven-plugin from http://mojo.codehaus.org/tomcat-maven-plugin/ But when I type mvn tomcat:deploy, i get [INFO]
|
| Connect to an HTTPS Server | 12 Apr 2006 20:55 GMT | 6 |
please help me on how to connect to an HTTPS Server using Java
|
| when is it necessary to use suffix of literals? | 12 Apr 2006 19:20 GMT | 4 |
I'm a bit confused about when to use trailing characters such as "L", "F" and "D" for literals. For example, if I have a double, then naturally I'll have something like: double j = 42;
|
| Associate a file to a servlet session | 12 Apr 2006 19:16 GMT | 3 |
for a certain servlet session i want to create some files (images) which are session specific. When the session is invalid or gets destroyed i want these files to be deleted. Anyone has some experience with that issue?
|
| taking a long time to send an object in rmi?? | 12 Apr 2006 18:56 GMT | 10 |
hi.. i tried to create a rmi server sample and a client, problem is if i try to send an object (even one with no fields or nothing just a dummy) it takes the server 60-80 seconds just to recieve it!! (this is between 2
|
| Custom JButton | 12 Apr 2006 18:21 GMT | 5 |
hey i want to create a customized JButton.......... can anyone help me out plz........ i want to create a button in any given shape (say e.g. in the shape of an animal like elephant or dog or etc...) so how can i change the shape of a button??????? i do NOT want to, however, display
|
| renameTo for Directories on Solaris | 12 Apr 2006 17:56 GMT | 5 |
I've been attempting to rename a directory on Solaris 8 and continue to have problems. I read other threads that mention it is not possible to do when moving between partitions on Solaris, but I am renaming to the same
|