| Thread | Last Post | Replies |
|
| Oracle thin driver - invalid arguments in call | 22 Apr 2005 09:18 GMT | 1 |
I have been using MySQL with no trouble, now I am trying Oracle 10g, but am getting an exception on the following: conn =
|
| Why RMI Stub depends On Concrete Remote Class? | 22 Apr 2005 08:45 GMT | 11 |
i am learning rmi. after read the tutorial and specification, some thing come up to confuse me: to get a stub, one on client has to rmic from a concrete remote class. this seems unreasonable since i think the stub should only
|
| Displaying a Map in a JTable | 22 Apr 2005 05:27 GMT | 7 |
I have a Map<String, String> which I would like to display in a scrollable JTable. One solution I've thought of is transforming the Map to a 2D array, which I could feed to JTable constructor.
|
| reg: creation of web.xml file in tomcat | 22 Apr 2005 04:28 GMT | 1 |
can anybody tell how to write web.xml file in tomcat easily. or is there is any tool for that? i have to write this web.xml file for my lim folder saved in webapps so that i can access servlet stored in it.
|
| Beginner Java Tutorials | 22 Apr 2005 01:02 GMT | 4 |
I've been doing some googling for some good Java Tutorials, I've found a few, but are there any must haves that you'd reccomend to a beginner in Java? Help Appreceated,
|
| freeing memory | 21 Apr 2005 23:12 GMT | 17 |
I am using internal frame in my program. How can i free the memory it used when i close and Internal frame ?? plz help. regards,
|
| Log4J problem in exportated JAR in WSAD 5.1.2 | 21 Apr 2005 23:09 GMT | 1 |
Hi, I have a strange problem. I am doing a small librairie for another projet. I have made a JAR using WSAD 5.1.2. When the other projet try to use the JAR it trows this exception:
|
| Talking to C++ sever using Java socket | 21 Apr 2005 22:31 GMT | 8 |
I am trying to figure out a way to have a Java client talk to a C++ server. I can open a connection with the server and the simple test works fine. However I am not sure how to pass the Java types, viz. ints/shorts/String to the server so that the server can recognize it in
|
| Help!!! Who's calling my JSP? | 21 Apr 2005 22:21 GMT | 4 |
A user on the corporate intranet ( Windows 2000 ) fires up their web browser and points at my JSP ( running on Tomcat 5.5 ). I want my JSP to be able to automatically detect their network username. I don't want them to type in a thing - EVER! I want to
|
| Recursos Tomcat 4.1 | 21 Apr 2005 21:40 GMT | 2 |
Hola a todos tengo una aplicacion en servlets java corriendo sobre tomcat, todo bien hasta ahí, el problema comienza cuando tengo muchos usuarios conectados (mas de 10) el tomcat me empieza a comer recursos como
|
| Java Messaging Or Webservice.... | 21 Apr 2005 21:32 GMT | 1 |
Hi I was wondering if anyone could suggest which method is more suited to my problem, I have an application consisting of servlets and jsps' and want to extend it using J2ME. Basically for now a tiny J2ME app that first authenticates a user with login name and password and then
|
| how to compare a null string | 21 Apr 2005 21:01 GMT | 3 |
hi.... can someone tell me how to check whether a jTextBox is null or not...i tried this code and it does not work... if(t.getText()==null)
|
| String.Format | 21 Apr 2005 20:58 GMT | 3 |
Is it possible to create a string from an int with leading 0's using String.Format() ? e.g. i have the int value of 1 and i want to create a string containing "00000001"
|
| POSTing: can character encoding be specified? | 21 Apr 2005 20:49 GMT | 6 |
When you use a URLConnection, can you impose a Unicode character encoding for the text POSTed? I image one could add the encoding like this: BufferedWriter bufferedWriter = new BufferedWriter(new OutputStreamWriter(urlConnection.getOutputStream(), "UTF8"));
|
| Packaging and distribution of EJBs - your opinion, please | 21 Apr 2005 20:40 GMT | 2 |
*** This was first posted in c.l.j.beans, but received no responses *** Hello everyone, I am working on an EJB-based commercial product. When done, it will be deployable on a number of application servers that use different XML
|