| Thread | Last Post | Replies |
|
| Droplist calling scriptlet/beans | 20 Mar 2007 15:11 GMT | 1 |
I would like to have an HTML dropdown list where each selection calls a method. The following code doesn't work, but it I hope it gives the idea of what I'm trying to do: <FORM NAME="frm">
|
| Way to get session variables into a non-servlet? | 20 Mar 2007 14:44 GMT | 8 |
I have several arrays of information that I want sorted through and updated. They all depend on each other, and thus need to be updated together. Since I use these arrays in several different JSP files, I want to run the logic just one time and then use the arrays for
|
| jsp custom tags beginner | 20 Mar 2007 14:02 GMT | 2 |
I am working on this exercise where I have to accept name from a user in a text field who then hits the submit button. This submit button should go to a second page which displays 'Hello, username' in the window.
|
| Maximum Length for a Java Class Name ? | 20 Mar 2007 12:59 GMT | 7 |
Can anyone tell me the maximum length of a Java class name? Thanks, MattC
|
| Web Service for Thesaurus | 20 Mar 2007 12:44 GMT | 5 |
I am currently writing an application which deals with text. I want to add a thesaurus feature. For that I am looking for a Web Service which provides a thesaurus optionally in different languages. Google didn't help so much yet.
|
| trainning | 20 Mar 2007 12:27 GMT | 2 |
i want to get expert in swing which best book i should follow
|
| What Swing Component do I need? | 20 Mar 2007 11:21 GMT | 2 |
Hi, I'm kinda new to the Swing API. What text component should I use for a large chunk of unformatted text that I want to display to the user. JLabel doesn't seem to fit the bill (it's too small and for labeling components). Thanks
|
| activation.jar && mail.jar | 20 Mar 2007 11:16 GMT | 4 |
Are the old activation.jar and mail.jar packages now an integral part of J2SE 1.6? If so, did they just become a part as of 1.6 ? Thanks, Ike
|
| Pie chart | 20 Mar 2007 11:14 GMT | 2 |
I need to generate PIE charts & Bar graphs in my web based java program. Is there any API for that ?? Please help!
|
| J2ME: allowing for "Allow HTTP traffic?" confirmation when doing a connection timeout mechanism | 20 Mar 2007 11:10 GMT | 2 |
I'm using threading in a J2ME app to allow a timeout on an attempt to connect to server. However, I'm having an issue with the usual confirmation the user gets on first connection attempt: you know, the message that say something like "This application would like to send
|
| java | 20 Mar 2007 11:06 GMT | 1 |
from where can i get support for latest formats in java
|
| Blocking client and NIO server (Write back to the client issue) | 20 Mar 2007 08:25 GMT | 5 |
I have to develop a NIO server which can handle hundreds J2ME clients. The clients has no NIO capabilities and use blocking reading/writing methods. I have no trouble to send msg from the client to the server
|
| HTML parsing using Java and Xerces | 20 Mar 2007 03:35 GMT | 1 |
Hey, Is it possible to do the following? 1. Enter a search term in ask.com (Manually) and hit search 2. Once the Result page is shown, view the source file and save it to the hard disk (Manually)
|
| Java String to integer conversion not working | 20 Mar 2007 02:54 GMT | 14 |
I'm am working on converting a String "596" (I'm reading it from a txt file) to an integer using parseInt() however I get NumberFormatException for the input string : "596". I tried to use trim() method before using parseInt on the String but still doens't
|
| Sun's open road | 20 Mar 2007 02:47 GMT | 2 |
http://tinyurl.com/2js59p http://news.com.com/Gosling+looks+down+Suns+open+road/2008-7344_3-6168505.html?t ag=nefd.lede http://tinyurl.com/2n5j34 http://news.com.com/Sun+hires+Debian+Linux+founder/2100-7344_3-6168567.html?tag= nefd.top
|