| Thread | Last Post | Replies |
|
| web service for getting current IP address | 04 Mar 2006 15:46 GMT | 2 |
Does anyone know if there's a free webservice (SOAP, XML-RPC, etc) that will return the client's current IP address? I'm building a Google Maps mashup and hosting it at a dynamic IP address, so I want to be able to update the license key automatically.
|
| Classpath problem with Tomcat | 04 Mar 2006 14:31 GMT | 4 |
Ive got a major problem with Tomcat unable to find directories or a major FUBAR on CLASSPATH. For example, since my servlet, which needs to access a particular jar file (a MySQL Driver), and cannot find it in WEB-INF/lib, I have unpacked it and put the corresponding class files into ...
|
| database columns vs. gui columns and sorting | 04 Mar 2006 10:48 GMT | 5 |
I keep running into a problem of how to bridge how data is saved in the DB and how it is presented to the user, especially when sorting lists. Say I have a table named users. it has all the usuall columns (id, name etc.) and in addition a status, that can be 1 for active user, 2 for
|
| Launching Browser from Java Application: Verify Load Complete? | 04 Mar 2006 09:23 GMT | 2 |
Is there a way to check from a Java Application when a browser has finished loading the contents of a url? I use the following command to kick off Internet Explorer from my Java Application: Process p = Runtime.getRuntime().exec("rundll32
|
| Source Code Spell Checker | 04 Mar 2006 06:30 GMT | 1 |
There's a relatively new product in source code spell checking area that should help developers keep their code and GUI spell-clean. It's called Source Code Spell Checker by Parasite Software - http://www.parasitesoft.com/scsc.html
|
| odd mouselistener issue | 04 Mar 2006 04:17 GMT | 1 |
I'm probably doing something stupid... but: I've got a JFrame with borderlayout. In the centre box, I've got a JPanel. If I add a mouselistener to the jframe, it works fine (but I've got coords relative to the frame which is correct but not what I
|
| WebSphere 5.1 is not having split() method in String class | 04 Mar 2006 03:36 GMT | 2 |
hi all i am using WebSphere 5.1 but it is not supporting split() function of String class. what should i do?
|
| Help: HelloWorld | 04 Mar 2006 03:33 GMT | 15 |
I'm trying to teach myself Java. I downloaded AND installed j2se, and set the JAVA_HOME path. I installed gcj as a compiler, and it seems to work just fine.. But that's when all my problems start.
|
| J2EE - which techno/framework client to cover this need ? | 04 Mar 2006 03:27 GMT | 2 |
We are going to build an application that will be deployed on a J2EE 1.4 application server (that 's the only point we are positive about) and accessed only within the intranet. The issue here is regarding the interface :
|
| Reading _multiple_ Externalizable objects from ObjectInputStream | 04 Mar 2006 01:31 GMT | 7 |
I'm passing a list of Externalized objects over HTTP. On the other end of that HTTP connection I get the ObjectInputStream, but I am having trouble reading objects from it. That is, on the sending side I send N objects, but on the receiving end
|
| finding java difficult | 03 Mar 2006 23:04 GMT | 6 |
I know Visual Basic and few other commands in Oracle but I am having trouble learning high level Java. Should I just read over and worry about it later? I understand Arrays and If statements but found for example, " overiding and hiding methods" difficult. It states a
|
| Newbie Ant questions | 03 Mar 2006 21:40 GMT | 4 |
Can someone please explain the exclude patterns in an ant build file (ps: I couldn't find an explanation in Sam's Ant book)? <copy todir="${x}/y/z" overwrite="true" includeEmptyDirs="false" failonerror="false">
|
| Where to post Java freeware | 03 Mar 2006 21:29 GMT | 5 |
So, I've written a JSP custom tag library to expose the GoogleMaps API, without need to write any javascript/AJAX and without needing to know anything about the GoogleMaps API. You can integrate the tag library with JSTL to develop database drivern maps.
|
| java i/o... need help reading values from file | 03 Mar 2006 21:14 GMT | 5 |
hey i need to read the values from some log files. the format is like this : Time Price 082257 0.0295
|
| JOLAP | 03 Mar 2006 21:06 GMT | 1 |
Anybody knows about some JOLAP implementation?
|