| Thread | Last Post | Replies |
|
| Solaris & applet | 24 Feb 2006 08:52 GMT | 1 |
Has anyone had MAJOR and numerous problems running applets which (under Windows) run fine but under Solaris bomb all over? I'm shocked that Sun seems to give little heed to how badly applets run (and how extensive the bug list is) under Solaris.
|
| JDBC | 24 Feb 2006 08:13 GMT | 1 |
hi , i am doing a project on ETL Tool Kit. I need to connect various database for it.where can i get driver for all database whic work on any platform. if it is jar file then how to use it .
|
| how to generate a random string | 24 Feb 2006 07:45 GMT | 9 |
As an aid for unit testing I want to write a method that generate a random string of a specified length: String getRandom(int length) {
|
| Preverifier error in Sun Java Wireless Toolkit | 24 Feb 2006 07:06 GMT | 2 |
Hi ppl, I'm using an SDK provided by my client and building a MIDlet application which does ApiCalls on this SDK. I copied all the jar files from the SDK and put it into my lib folder of my MIDlet project so that
|
| Any newsgroup on Servlets/JSP? | 24 Feb 2006 06:03 GMT | 2 |
Hi..All, Is there any newsgroup for Servlet/JSP? Regards.
|
| Jakarta File Upload - ServletFileUpload.parseRequest - NoSuchMethodError | 24 Feb 2006 04:31 GMT | 1 |
Im trying to test a simple file upload using Jakartas package, but am getting the following error... SRVE0026E: [Servlet Error]-[org/apache/commons/fileupload/servlet/ServletFileUpload.parseRequest(Lorg/apache/commons/fileupload/RequestContext;)Ljava/util/List;]:
|
| How should I start? | 24 Feb 2006 04:25 GMT | 8 |
pardon my newbie post with respect to what development platform i should use. i have many years experience with most flavors of C, perl, php, .net...yada, yada, yada...
|
| Workaround to pass javascript value to jsp... | 24 Feb 2006 04:13 GMT | 1 |
I would like to find out how to do the following workaround. I retrieve the value from database using a javabean and return this to jsp page and display the data using html/javascript dropdown listbox. I will need to use the selected value from user and pass this value to
|
| sending info from one jsp page to another... | 24 Feb 2006 03:47 GMT | 2 |
i have 2 html pages as below: page1.html: <html><head> <title>page1</title>
|
| JSP / EL question: how to pick out a request param for list/combo box, and radio button group | 24 Feb 2006 03:11 GMT | 1 |
Please excuse and guide me elsewhere if this is not the right group for this post. I cant figure out what the proper JSP / EL syntax is to pick out the value of a list/combo box and of a radio button group in an HTML form.
|
| Migrating a webapp on Tomcat to JBoss | 24 Feb 2006 00:01 GMT | 2 |
I have an application that is running as separate JSPs and servlets in the webapps directory in Tomcat 4.1. I need to migrate this to run on our existing installation of JBoss 4.0.2. Can I simply copy the webapp files from "C:\tomcat\webapps" directory to the
|
| Creating an Image from a rgb byte array | 23 Feb 2006 22:58 GMT | 1 |
I'm trying to convert a byte array to an image Object via MemoryImageSource. Three bytes together are a pixel, one byte per component: [r][g][b][r][g][b][r][g][b][r][g][b][r][g][b].... [] = one byte
|
| pls help regarding instruction | 23 Feb 2006 22:37 GMT | 3 |
I have installed the latest version of knoppix. it's a debian based distro. now I want to run tomcat on my server to run servlet. I have already installed tomcat4 but in the instructions given from this site: http://cymulacrum.net/writings/tomcat4/c260.html I don't
|
| Where are Netbeans 5.0 Log Files? | 23 Feb 2006 21:15 GMT | 3 |
I'm trying to test a web service using the 'Add Web Service" window in Netbeans 5.0 and getting the following error: "Error Parsing WSDL. Please see the log file for details. Exception = modeler error: model error: invalid entity name: "Fax" (in namespace:"
|
| Creating And Plotting Graphs | 23 Feb 2006 20:22 GMT | 2 |
Does anybody know of a tutrial or soemthing i can read that would teach me how to make a graph and to plot it as well? Simple charts will do for know but eventualy I need to make stock market related charts. And please don't refer me to JFreeChart i know its good but it doesn't
|