| Thread | Last Post | Replies |
|
| Broken behavior of java.io.File() | 23 Feb 2006 17:56 GMT | 4 |
I'm seeing several examples of broken behavior with java.io.File(): * mkdirs() sometimes returns false, despite succeeding (the directories exist afterward on the filesystem)
|
| SMTP server | 23 Feb 2006 17:38 GMT | 3 |
When the mail is to be send , there are 2 SMTP servers required. One is senders and another is receivers. As i know from the following site. Just visit :- http://computer.howstuffworks.com/email.htm/printable
|
| calling java from DOTNET 2? how stable or painfull? | 23 Feb 2006 16:55 GMT | 1 |
hi.. (sorry but i posted this in a dotnet newsgroup as well becoue i don't know which would be better handling this question). i have a java application server whish uses RMI as a delivery transport for it's apis (it's gets the command in XML but the underlying protocol
|
| who can crack this? | 23 Feb 2006 16:47 GMT | 18 |
I have an old piece of software that is no longer sold or supported by the company since it went out of business several years ago. they no longer sell or support it...and i can't find registration keys for it anywhere. the software is infovox 230 v2.1 and it is out of copyright.
|
| Preparing UML - Unified modelling language | 23 Feb 2006 16:39 GMT | 3 |
hi, guys since last 2 yrs, i am working in java. Now, i want to learn UML and Rational Unified process. can anyone give me exact idea how i should go for preparation, how much
|
| proper name for "comes out in the wash" | 23 Feb 2006 16:29 GMT | 13 |
I have always used the phrase "comes out in the wash" for a programming simplicity principle. Surely it also has a grander academic name. What is it? See http://mindprod.com/jgloss/comeout.html
|
| J2ME: Fullscreen text input | 23 Feb 2006 16:17 GMT | 3 |
I'm realy new at J2ME. I want to create a normal text input screen but with a char counter below the text. Is this possible? THX Mr. S
|
| jprogressbar indeterminate mode | 23 Feb 2006 16:09 GMT | 4 |
I have a JProgressBar that has setIndeterminate(true). So that it will show a small graphic moving back and forth while I do some lengthy LENGTHY calculations. The only problem is that the bar that is supposed to be bouncing
|
| Bigdecimal division problem | 23 Feb 2006 16:03 GMT | 5 |
For the below Code snippet iam expecting 3333333.4 but iam getting 4E+6.Could any one help me to understand the logic. thanks in advance BigDecimal quotient = BigDecimal.valueOf(10000000.0).divide(new BigDecimal(3),RoundingMode.CEILING);
|
| RE: Moving from education into professional programming | 23 Feb 2006 15:30 GMT | 3 |
I asked a couple of days back about advice on moving into the professional programming world. Thanks so much for everyones advice its has been a great help. I am mainly looking to get into the games programming. I know this is a
|
| Program needed to sort a table in the chronological order | 23 Feb 2006 15:29 GMT | 3 |
Columns are generated dynamically. They do not contain any dates. They contain tags like 1b for 1 business day and 2b for 2 business days, 1m for 1 month , 2y for 2 yrs etc... That will be a part of the column name and not the full column name.
|
| Is there any example available for reading XML with XSD validation | 23 Feb 2006 15:02 GMT | 2 |
I want to validate my xml file agaist xsd configurations with dom4j API. Can anybody provide a example for me for processing it in SAX? Thanks
|
| localization tools | 23 Feb 2006 14:56 GMT | 3 |
We need to localize a non-localized web application. Can anyone suggest a tool that searches and picks up strings needed to be localized in java, jsp files and build up the Englist resouce property
|
| Generics Info request | 23 Feb 2006 14:55 GMT | 4 |
Does anyone know of a resource that explains the ideas behind Java generics, that is: * The intended user model * New concepts required for this user model
|
| Markup in Eclipse | 23 Feb 2006 14:37 GMT | 1 |
Hey all I'm working with Tapestry which uses files with the extension .application. These files are in fact XML files but with another extension, how do I make Eclipse use the same markup(colors etc) in
|