| Thread | Last Post | Replies |
|
| implement problem | 09 Jun 2005 23:35 GMT | 5 |
I have an claass that implements another one public class PatientImpl extends UnicastRemoteObject implements PatientInterface In PatientInterface, i have this class
|
| jdbc and urlencoding | 09 Jun 2005 22:01 GMT | 2 |
maybe this might be a dummy question, but how do you solve the urlencoding-problem when selecting something from a database String name = "in 't donker"
|
| Dumb question: How do I get an object's parent? | 09 Jun 2005 19:49 GMT | 2 |
I know it's a dumb question but then I'm newbie, so sorry about that. class MyObject { anotherClass innerObject;
|
| Apache axis on Tomcat 5.59, Java 1.5.0_01 | 09 Jun 2005 18:21 GMT | 2 |
I am a newbie in Webservices and try to install one on Tomcat 5.5.9. The url http://localhost:8087/axis/services/AdminService?wsdl displays the correct xml File. :-)
|
| Synching Column Move and TableModel | 09 Jun 2005 18:08 GMT | 7 |
Please bear with me as I try to explain thoroughly my problem. I have Jtable who's model contains a list of objects. these objects have methods getValue and getPreviousValue, and my model has simplar methods which simply delegates to the underlying object.
|
| Sorting and Table model | 09 Jun 2005 18:07 GMT | 5 |
i am thinking of using the sampler TableSorter provided by Sun: http://java.sun.com/docs/books/tutorial/uiswing/components/table.html#"sorting" I have a question however. I am writing and app that recieves data from a feed and displays it in
|
| Proxy vs. Stub | 09 Jun 2005 16:38 GMT | 4 |
What is the difference between a proxy and a stub?
|
| JSP: Escaping Expression Language (EL) | 09 Jun 2005 16:35 GMT | 1 |
A strange thing happened to on of my apps. I have this: <INPUT type="CHECKBOX" name="directory" value="${piFolder.category}\${piFolder.group}">
|
| Java Web Start Problems | 09 Jun 2005 16:01 GMT | 2 |
I have a Java application which runs fine when launched from the command line, picking up any args that I pass. This application also launches using Java Web Start, except for the fact that any args passed in the <argument> tags of the jnlp file seem
|
| Implement interface | 09 Jun 2005 15:30 GMT | 3 |
When a class implaments an Interface must the class implement all methods? Whan happen if the class don't implament all methods in the interface. Will it cause compile error then. //Tony
|
| Which presentation framework? | 09 Jun 2005 15:16 GMT | 1 |
Hi all, I'm planning to do a new web app, and I'm weighing up several presentation frameworks. I've always used JSP, but I'd like to know other alternatives. Looking for frameworks I've found these ones: JSP, JSF, Tiles, SiteMesh. Are there any more? (I suppose yes :), which would ...
|
| Java WSDP and Tomcat 5 | 09 Jun 2005 14:23 GMT | 6 |
I am trying to install wsdp 1.5 on a machine with tomcat 5.0.28 and I am not successful. I was successful to install it with the provided tomcat version only. Can anyone please tell me if wsdp 1.5 works only with the provided
|
| Process.waitFor(): a strange behaviour | 09 Jun 2005 14:02 GMT | 2 |
I have a strange behaviour with the Process.waitFor() method under linux mdk 10.1 and java 1.4.2. my jar archive reacha.jar launches an external programm via Runtime.getRuntime().exec,
|
| How to modify a fwsdd file using Eclipse Webtools ? | 09 Jun 2005 12:33 GMT | 1 |
I would like to insert some modifications in the wsdd file related to my web services under Eclipse Webtools. But even if I modify the filer and republish the web service under Tomcat, modifications are not applied...
|
| HTTP Proxy in J2ME simulator | 09 Jun 2005 12:06 GMT | 1 |
I am currently testing a J2ME midlet, designed for an IDEN-based cellular phone. I am testing it on the appropriate IDEN emulator. My problem is that I would like to configure it to use an HTTP proxy, but for some reason the midlet ignores the sdk's configuration.
|