| Thread | Last Post | Replies |
|
| recognizing & in a string | 31 Jan 2005 22:00 GMT | 9 |
how can one recognise & in java string when taken as command line argument,as many special characters like |,>,<, & and * are never accepted in the string and no exception ever handles them ,so I have already made an exception in my code to handle these 5 characters ie
|
| Struts: Data exchange between different applications | 31 Jan 2005 20:25 GMT | 5 |
Hi group, by using the Java Jakarta Struts framework, is there a way to exchange data between different web applications deployed at the same servlet container directly by using something similar tothe servlet context or
|
| copying a really huge long array | 31 Jan 2005 18:49 GMT | 13 |
before anyone screams in anger at me and tell me I should go back to some proper OO design classes, I want to say that the following scenario is completely hypothetical and my
|
| JPG skalieren und schnell anzeigen | 31 Jan 2005 17:48 GMT | 1 |
habe verschiedene M?glichkeiten ausprobiert eine jpg-Datei von einer A4 - Gr??e auf 500x700 zu skalieren und anzuzeigen. Das Anzeigen dauert mir allerdings zu lange. Die Datei ohne Skalierung darzustellen geht sehr schnell.
|
| coordinates for Frame client area | 31 Jan 2005 16:48 GMT | 15 |
How do I obtain the coordinates for the clientarea of a window, ie adjusted for caption, menubar, framewidth etc etc TIA
|
| Problem with swapping out panels | 31 Jan 2005 16:39 GMT | 2 |
I have a JComboBox and to it I addItem() 4 JPanels The idea being that I want whatever one is selected shown in a space below my comboBox Problem is, ONLY the first one I add (default) ever shows up. I can
|
| where did the images go in my jar-file? | 31 Jan 2005 15:07 GMT | 5 |
When I run my application from inside JCreator everything looks good. But when I run the same application from a JAR-file, none of the pictures (gif) shows. Any clue?
|
| Java and SOAP | 31 Jan 2005 14:10 GMT | 9 |
I have a little question. I want to use the new services offered by the NOAA (http://www.nws.noaa.gov/forecasts/xml/) and for this I need to create and send a SOAP request. I have written a little java file and it doesn't compile with NetBeans:
|
| JSTL forEach | 31 Jan 2005 14:09 GMT | 3 |
I'm new to JSTL, and I'm trying to understand the forEach interator. Looking through the example provided (jstl-standard-examples.war) <c:forEach var="customer" items="${customers}"> <c:out value="${customer}"/><br>
|
| Understanding the JSTL taglib directive | 31 Jan 2005 12:42 GMT | 1 |
Just a quick question : <%@ taglib uri="http://java.sun.com/jstl/core" prefix="c"%> Does this mean that the taglib is being imported from the sun.com website? Does this also mean that the computer I'm running this page on needs an
|
| Unresolved import javax.servlet under Netbeans 4.0 | 31 Jan 2005 12:40 GMT | 1 |
Running tomcat 5.0.28, netbeans 4.0, J2SE 1.4.2_06, Windows XP SP1 Create hello world servlet, with usual imports i.e import javax.servlet.*; import javax.servlet.http.*;
|
| Integerating Unix pipes with Swing Utilities | 31 Jan 2005 12:15 GMT | 4 |
I wanted to add the following feature to my Mail User Agent. Whenever a I click on a folder, the client will query the server for messages in it. If the folder has a lot of messages the client has to wait for a long time to get the messages. What I want is the client
|
| Remove warning messages from the command window | 31 Jan 2005 11:32 GMT | 2 |
I have a java application . A .bat file is used to launch the application which sets the environment variables and launches java. I am also using jclass in my application. I get several warning messages which are from jclass and also some exception messages from the
|
| url rewriting when the url contains parameters | 31 Jan 2005 11:15 GMT | 2 |
I am trying to maintain sessions by doing URL rewrite. Things were working fine till the URL did not contain any parameters. The URL that I have now is of the form: http://myurl?id=1&user=null and on doing a sessionID append it becomes
|
| prime checker with BigInteger | 31 Jan 2005 10:29 GMT | 1 |
I'm looking for an algorithm of prime checker for big numbers. It's supposed to use BigInteger class. Thanks for your help for newbie.
|