| Thread | Last Post | Replies |
|
| String getTagValue(Document doc, String tag) | 25 Sep 2007 18:28 GMT | 2 |
I am used to work with javascript, where you can do things like "v=doc.getElementsByTagName('test')[0].childNodes[0].nodeValue". I am trying to do the same in java like this but i think l2=(NodeList) l1.item(t); is not the same as childNodes or is it ?
|
| Properly encoding "Project Gutenburg 1913 Webster Unabridged Dictionary". | 25 Sep 2007 16:27 GMT | 39 |
So, I've spent all day working on this. Funfun... Back story: Project Gutenburg create free ebooks from content that is now in the public domain, including the "1913 Webster Unabridged Dictionary". The problem with this particular work (pgw050*.txt), is
|
| sending via FTP | 25 Sep 2007 16:12 GMT | 3 |
Anyone got any tips on sending a file via FTP? I don't need anything fancy, just send a file to a location and report on success or failure. Can Java do this easily, or am I better off using a shell script to transmit the file (which would be more work)?
|
| Migrating: Eclipse -> Netbeans | 25 Sep 2007 15:36 GMT | 4 |
As you may have read from previous posts ive moved to a new company. Now this company uses Eclipse - They auto-build their product and use a seperate tomcat server to host everything.
|
| Inserting a Div element directly into JSP | 25 Sep 2007 15:30 GMT | 1 |
I'm using jsp to render a large part of my page. However, i also need to use a 'Component' that is a bit of complex standardized code being generated through Java. This 'component' is a DOM element( in my case, a Div ). I have a java function that returns this DOM element. How can
|
| J2ME | 25 Sep 2007 14:00 GMT | 3 |
I want to learn J2ME . Please tell me a good book or ebook for learning J2ME . I also need some good sites and forums about J2ME . Thanks
|
| I can not get data from Table cell | 25 Sep 2007 08:24 GMT | 5 |
I can not get data from Table cell Hi every one I try to get String from cell in jTable every time I try to get data from cell I only get null
|
| Doubt regarding "Protected" access specifier across different packages | 25 Sep 2007 03:58 GMT | 9 |
I have the following piece of code - ******************************************************************************************* 1. package MyPack; 2.
|
| Xml doc = dom.parseString(request.getReader()); | 25 Sep 2007 03:36 GMT | 22 |
Can anybody tell me howto parse a request.getReader() buffer into a xml dom object where you can do things like object.getElementTag("mytag") for example.
|
| JSTL - printing the current host url | 24 Sep 2007 23:58 GMT | 4 |
I want to dynamically output the hosts url - e.g. "http:/ www.myurl.com/" using a JSTL tag. I tried several things, but didn't get it to work. I read the J2EE API and found request.getRemoteHost() which might be what I need (not
|
| retecasa script | 24 Sep 2007 22:31 GMT | 2 |
Hi people, this is a new gwt-php-adodb script, if someone is interested can download it for free at: http://sourceforge.net/projects/retecasa/
|
| Why are the math calculations not working correctly? | 24 Sep 2007 15:45 GMT | 10 |
I can't figure out why the mathematical calculations are not working in this program. It should be taking the duracion (number of days) times the cost of the unit. This is for a university class and I could really use the help.... please!
|
| primitive wrapper classes | 24 Sep 2007 13:13 GMT | 21 |
I was just wondering what the main purpose of the primitive wrapper classes is in Java. Thank you.
|
| how to implement Skype in my page | 24 Sep 2007 11:29 GMT | 1 |
I want to implement skype in our site page. in this page I show a one button and that click I want to send call request to skype user.
|
| Validating an XML against an XSD - root element not found | 24 Sep 2007 08:36 GMT | 1 |
AAArrrghh! I have been trying to validate XML files against XSD files when both are on the local file system, on and off for the last month. It is 'almost' working, except that the validator
|