| Thread | Last Post | Replies |
|
| convertDateTime keeps complaining about the format | 19 Feb 2006 00:38 GMT | 2 |
Regardless of the formats that I try I keep getting the message "Sorry, your input is not in the right format." What's the right format?? <tr> <td><h:outputText value="Time"/></td>
|
| [JSF] How to determine the WEB-INF path of the current web application? | 19 Feb 2006 00:25 GMT | 7 |
I'm new to the Java world writing my first Java web application with JSF 1.1 and Tomcat 5.5. I have the following problem: I've created a Properties file and placed it in the WEB-INF directory of the web application. The file contains several configuration options like
|
| Books | 18 Feb 2006 22:39 GMT | 9 |
I'm looking for recommendation on advanced books for Java. I'm programming in the language for over a year now, so I don't need basic tutorials, but advanced topics in Java (not GUI). Thanks
|
| Potential new recruit to Java. Could I/Should I use Java? | 18 Feb 2006 22:17 GMT | 15 |
I'm writing a new ecommerce web application using Ruby on Rails. I'm working on the back end and am thinking about different ways to do it. So many choices. First, I prototyped the standard thing: HTML forms based backend/admin. Second, I tried a cool Rails based AJAX drag/drop
|
| Project help | 18 Feb 2006 21:51 GMT | 4 |
i'm vinny i'm doing my Bsc computer sciencein india. i've a minor project to do .i want to write a s/w (file recovery )and a file analyser ie,seach a particular folder assigned by the user and and move the filesto foldere specified by the user(mp3 files to music files ,jpg
|
| Uptodate MSN messenger API? | 18 Feb 2006 20:47 GMT | 1 |
Guys, Does anyone know of an up to date MSN Messenger API in Java? I've found similar for Yahoo and Skype, but I'd like to be able to use MSN (mainly because our company is moving off Yahoo to MSN over the coming year).
|
| Is there a program that will maintain or correct the format of a java file? | 18 Feb 2006 20:45 GMT | 19 |
I just wrote my first java program (ImageJ). When I went from writing c to VisualBasic I didn't like the fact that VB controlled the format of the text. But I've since gotten use to it and now find maintaining indentation and such a drag.
|
| NoClassDefFoundError when I try to use objects from multiple eclipse projects | 18 Feb 2006 19:08 GMT | 1 |
I have two projects setup in Eclipse one is a jsp web app that deploys to jboss and the other is a standard java project that has business objects and dao objects. I can see all the objects from my dao project in the web project while I am developing ... I added the project to the
|
| Start process in different user | 18 Feb 2006 15:53 GMT | 1 |
I need to run a Shell script or program with Java's Runtime.exec() method. The script works great, But the new problem is sometime, I have to run the script as a different user from the one who started current Java app.
|
| Source for Programming ! | 18 Feb 2006 09:36 GMT | 1 |
Programming Source .... http://get-best.com/IT_Interview_Questions/programming.htm
|
| SSL Client with client certificate | 18 Feb 2006 05:00 GMT | 2 |
How can I program a ssl client so that its client certificate is passed to the server for authentication? Is there any sample code around? Best regards, - Joe
|
| What is the purpose of the serialVersionUID in the J2SE's Source Code? | 18 Feb 2006 04:59 GMT | 9 |
This question is self-explanatory Just wondering why some of the creators of Java put this seemingly useless long type number in their source code.
|
| Server redirected too many times - authentication issue | 18 Feb 2006 00:31 GMT | 1 |
here's my problem. I'm writing a crawler which needs to access password protected ASP pages. I know the password protected URL, but accessing it without login invokes login screen, which (after logging in) redirects me back to the page. I know URL of that login page too.
|
| generating class diagrams and other uml diagrams from the code.. | 18 Feb 2006 00:05 GMT | 3 |
I am working on a project right now with Jboss as the server and Intellij 5 as the IDE. Is there any way I can generate the class diagrams and the sequence diagrams backward ie., from the code in Intellij. I know we can do that in WSAD.
|
| Spawned process output | 17 Feb 2006 23:07 GMT | 2 |
Attached is an example of how to grab stdout and stderr from a spawned process. Comments are welcome. Randall /* Exec.java */
|