| Thread | Last Post | Replies |
|
| XML and Line Breaks/Whitespace | 17 Oct 2006 12:49 GMT | 2 |
I am parsing an XML file that has line breaks. When I use the method "getChildNodes" on a Node (which returns a NodeList of the children of that node), I am receiving the line breaks and spaces as children. What is the best way to remove/ignore these line breaks? Can I do it
|
| Requirements for j2ee developer | 17 Oct 2006 12:34 GMT | 3 |
I am a newly recruited software devloper and this is my first job. I allocated for a j2ee project. I know basic java; and things like networking, jdbc,rmi,servlets. I want to know what are the basic requirements a programmer should have
|
| How to implement start,stop resume for HTTP 1.1 protocol in java | 17 Oct 2006 11:59 GMT | 3 |
I want to implement start,stop and resume functionality for file download using http 1.1 protocol. in java technlogy. If anyone knows or have code for that, please let me know
|
| Tomcat log4j Logfile still growing | 17 Oct 2006 11:57 GMT | 1 |
I've an Tomcat application running with this log4j configuration. log4j.rootLogger=INFO, MyFileAppender, MyConsoleAppender log4j.appender.MyConsoleAppender=org.apache.log4j.ConsoleAppender log4j.appender.MyConsoleAppender.layout=org.apache.log4j.PatternLayout
|
| JSP & WebSphere 6.0 | 17 Oct 2006 10:25 GMT | 1 |
I read 2 things about "WebSphere compatible JSP code". I would like to be sure that is true: 1. WebSphere can't perform evaluation within a taglib. Ex:
|
| How to use Windows Active Directory | 17 Oct 2006 10:08 GMT | 4 |
Now, I need to implement SSO for my project. My project's env is JBoss. window2003 AP. My problem is I have no idea how to do SSO for my project. I checked it on internet. someone said it need use some production what can support SSO, like weblogic. but I am not sure it's
|
| SWT , unregular tables | 17 Oct 2006 09:50 GMT | 4 |
Everybody , I am confronted with a trouble in using SWT to develop my GUI . I have a bunch of data to display in my table. And I can't display these in a regular table , for
|
| java book | 17 Oct 2006 09:45 GMT | 2 |
Can anyone suggest me any good book for java for my upcoming interviews?? thx
|
| Problem creating text files with JSP | 17 Oct 2006 05:16 GMT | 1 |
Im developing a web application with JSP, and im finding this problem. Im trying to create a text file with some information. This is an extraction of the code im using: ...
|
| how do Java handle JFrames from applet.. | 17 Oct 2006 04:16 GMT | 1 |
Hei! i have a simple applet.. my applet only creates one JFrame with Canvas on nothing else.. my problem is that my applet and JFrame both work just fine on my netbeans
|
| Java Program error need help | 17 Oct 2006 03:59 GMT | 4 |
I am working on this program for class and I can't figure out why I am getting class or interface expected on the last two { symbols. Please help, I am not trying to cheat, just need a point in the write direction. Thank you
|
| I"m a new Java student and i've got my program working except for one problem help | 16 Oct 2006 22:28 GMT | 5 |
My programs working now except for one problem when the program asks you to enter a number and you enter anything other than a number it outputs the error (Error , please enter the number again) but if it's on Enter number 1 and i enter a letter like t when it goes back to
|
| Custom Iterable, Issue with standard Interface? | 16 Oct 2006 19:50 GMT | 2 |
I have a similar situation as demonstrated below. I cannot find a proper solution to make method iterator() work properly. It works with the custom interface Iterable2 (see below). I tried several alternatives I could think of but to no avail (see comments in code).
|
| useful hints and tips | 16 Oct 2006 18:04 GMT | 4 |
I have only started programming recently and am interested in some of the "tips n tricks" that can be used in programming. What made me think about this is the following post http://groups.google.co.uk/group/comp.lang.java ...
|
| Math.floor | 16 Oct 2006 17:26 GMT | 1 |
Can someone direct me in the right direction on this? I just don't understand what it's asking. An Application of method.floor is rounding a value to the nearest integer. The statement y = math.floor( x + 0.5 ); will round the number x to the
|