| Thread | Last Post | Replies |
|
| newbie Java regexp question | 02 Jul 2007 22:18 GMT | 4 |
Below is a small test program I wrote to try and do a simple parse of an XML expression, where I can extract the tag(s) and the data on a single line. Yes, I know about the other ways to parse
|
| Mysql executeQuery... | 02 Jul 2007 21:58 GMT | 6 |
I'm stuck with my code :( I changing from Interbase to mysql but for some reason I cannot make them work if resultsets should be Map[] This works with
|
| Volunteer -- Java/XML for Open Source Public Voting Project | 02 Jul 2007 17:58 GMT | 4 |
Please get in touch with me if you are interested in helping. Alan Dechert dechert@gmail.com http://openvoting.org
|
| Sample code error - method getParameters | 02 Jul 2007 14:24 GMT | 6 |
I get an method getParameters error when running the sample code. I looked for a org.javax.jar to import, could not find it?? Could anyone help to point out what is wrong. Thanks
|
| Exceptions no longer incur overhead? | 02 Jul 2007 13:25 GMT | 6 |
One of our classes has a method to look up an object. If the object does not exist, it throws an exception to indicate that. I thought it would be better to just return null, as exceptions incur overhead. I talked to the senior java developer who wrote the class, and he said
|
| Add certificate to request | 02 Jul 2007 09:18 GMT | 2 |
Hi - how do I add a digital certificate to a request to a webservice? With .net you can get a "proxy" to the webservice, on which you can set a certificate before calling a webservice method. There are even built-in methods which present a popup window for an X509Store from which ...
|
| Java/OO techniques for modularity and re-use | 02 Jul 2007 02:11 GMT | 6 |
Please help if you can (with probably a very basic OO newbie question): - I have created a class that uses the java.net.Socket class to talk to my server and everything is great. I then converted the code to use the javax.net.SSLSocket class and (thanks to how easy Java makes it for ...
|
| Collections.class methods anachronisms? | 02 Jul 2007 00:47 GMT | 3 |
The Collections class is supposed to, among other things, return type safe collections from existing collections with static methods such as .checkedList(). My question is: What is so special about these static methods since
|
| problem on Eclipse : using external jar. | 01 Jul 2007 21:14 GMT | 4 |
At Eclipse 3.2 I have done : After adding external jar by : project properties (right mouse click) -> java build path -> libraries -> add external jar,
|
| exceptions | 01 Jul 2007 18:20 GMT | 3 |
I am trying to figure out exactly what determines if an exception is checked or unchecked. Is it whether or not the exception class is derived from RuntimeException?
|
| beginner's question | 01 Jul 2007 16:59 GMT | 7 |
import java.awt.Graphics; public class printtest extends java.applet.Applet { public void init()
|
| uploading jad file to mobile using http | 01 Jul 2007 15:32 GMT | 1 |
I don't know if this is the exact right place to ask, but with my question being java related i guess it is a good starting point. I have created a working jad/jar java game using j2me and have successfully uploaded it to my cell phone using usb/ppp. However i'd
|
| RMI server lifecycle/threading | 01 Jul 2007 09:41 GMT | 1 |
I am looking for a good reference on how the RMI remote object runtime is managed: *) Is it possible to register another object from within a remote call (server side)? Is it possible to unbind an object from within a
|
| Subclassing SSLSocket | 01 Jul 2007 09:34 GMT | 4 |
I'd like to specialize a SSLSocket with the following functionality: - after the 'normal' SSL Handshake phase, do some more stuff (as part of an 'extended' handshake) While trying to achieve this, I've stumbled upon the problem that the
|
| Consume .net webservice | 01 Jul 2007 07:13 GMT | 3 |
Hi, I have a webservice written in c#, which I now want to consume from a java application. In the .net world it is relatively simple to use Microsoft's visual
|