| Thread | Last Post | Replies |
|
| Eclipse - White space causing all text files to show up as having conflicts | 21 Jun 2006 18:31 GMT | 3 |
When we do a CVS synchornization in Eclipse, the Java files work well, but ALL (dozens) of text files show up as having conflicts, apparently because white space is NOT being ignored. When
|
| New J2EE deployment tool | 20 Jun 2006 13:50 GMT | 1 |
I work for a brand spanking new start-up in Austin Texas. We just went beta with our new J2EE deployment tool on Friday, and I want to spread the word a bit. Basically, it allows you to forego writing deployment scripts or having to document a bunch of manual configuration steps.
|
| Looking for Java Applets | 17 Jun 2006 13:44 GMT | 1 |
Aside from SUN, what are the best places on the net to find Java Applets?. Thanks, Java Expresso
|
| sysdeo and tomcat... | 16 Jun 2006 14:21 GMT | 1 |
Hi evereybody, don't know if this posting is right here, but even if not i hope that someone could help me, i have tomcat 5.5.17 installed and sysdeo plugin 3.1 with eclipse 3.2 and java 1.5.
|
| Tomcat - How to upload a file with the right name | 14 Jun 2006 12:50 GMT | 2 |
I create a servlet in Tomcat that pass a file to the client, like this: // Open the file and output streams FileInputStream in = new FileInputStream(file); OutputStream out = response.getOutputStream();
|
| Excel in Java | 13 Jun 2006 15:48 GMT | 6 |
Could anyone recommend a good product created in java (independed from Microsoft) to work with excel files. I have a good mathematical model in excel with some charts which relies on formulas. I would like to use it in a different java application as a part of it. I need to ...
|
| Info on java localization needed | 13 Jun 2006 14:13 GMT | 1 |
Hi, everyone. I'm currently running a promo campaign for a small java app. We believe we could really capitalize on multiple languages for UI. Is there any simple/fast way to localize java application without any special technical skills?
|
| Checkstyle and Java 1.5 | 10 Jun 2006 04:01 GMT | 1 |
Hi - I searched and could not find the answer to this. We just switched from Java 1.4.1 to Java 1.5. I upgraded checkstyle to 4.1 (from 3.4) and am getting the following errors: [checkstyle]
|
| Java Design By Contract | 08 Jun 2006 12:23 GMT | 1 |
I am currently implementing dbc for java that is 100% dource compatible and doesn't rely on 'code in comments' techniques. I will provide a simple java package containing the framework and processing
|
| Free(as in beer) Java code analyzers? | 02 Jun 2006 04:27 GMT | 2 |
Hi; I recently found out about this free(as in beer) java code analyzer: http://findbugs.sourceforge.net/ Are there better ones to be had for free?
|
| About Tomcat: How to use servlet-api.jar | 01 Jun 2006 21:10 GMT | 2 |
I have recently installed Apache Tomcat 5.5 on Windows 2000 OS. How to use the file C:\Program Files\Apache Software Foundation\Tomcat 5.5\common\lib\servlet-api.jar
|