| Thread | Last Post | Replies |
|
| non parsed header servlet | 04 Jul 2005 05:45 GMT | 1 |
I am working on an servlet based proxy server. I want it to behave like nph-cgi script i.e. it won't return any header except those i specify in my code. Is there any way to do that?
|
| Easy one. | 04 Jul 2005 01:37 GMT | 4 |
Dear helpful people, this is a simple one. I am missing something obvious here I'm sure of it while trying to do an exercise : Borland doesn't like button1.addActionListener(this) and flags it with the familiar red key and ! thing. I knoweth not why. Thanks!
|
| set VM variables using java program | 02 Jul 2005 13:26 GMT | 7 |
is it possible to set the virtual machine arguments, -ss(for native stack size) and -oss (java thread stack size) from java program ? if possible, how ? Thanks in advance
|
| API's on Drag and Drop - Balakumar Muthu | 02 Jul 2005 11:16 GMT | 1 |
Does any one knows or has used any full-fledged API's on Drag & Drop and Optimizing tools in Java. Please kindly reply, Thanks in advance. -- Balakumar Muthu
|
| Preventing Java Plug-in security warning? | 02 Jul 2005 05:10 GMT | 1 |
I am using Firefox 2 on a Mac OS X. From our servers, a third party has created a page with a Java applet. When we visit this page, we get this security warning ---BEGIN WARNING MESSAGE---
|
| Individual Pixels | 01 Jul 2005 21:31 GMT | 1 |
I have a Canvas Component and it's Graphics object, and can draw rectangles. How may I set and get individual pixels? Thanks Paul
|
| Stoopid noobie question (compiling Servlets) | 01 Jul 2005 15:37 GMT | 2 |
I know this is going to sound incredibly dumb, but I'm stuck. Trying my hand at Servlets for the first time. Following along with a book alright, but can't figure out how to get my servlets to compile. Okay, first I ran this little app to make sure I knew which JRE I was
|
| Servlet Container and Application Server difference | 01 Jul 2005 15:35 GMT | 2 |
I've tried to figure out by myself, but I can't find the way out of this maze, and googling around, nothing really satisfies me. Tomcat is a "Servlet Container", Ok? JBoss and Geronimo are "Application Server", right?
|
| Classloader or whatelse? | 01 Jul 2005 15:26 GMT | 1 |
My program needs to create a class, see code below to understand ;-) /** * Loads system's class and execute it */
|
| Array of fixed dimension | 01 Jul 2005 15:01 GMT | 3 |
I've a class where is defined an array of 2 columns and 24 rows. I defined for this class a constructor with an argument that is an array like the array defined in the class.: ...
|
| how to set virtual machine arguments from applet, that is embedded in jsp | 01 Jul 2005 11:20 GMT | 1 |
I want to set the JVM arguments of the client(-ss and -oss) using applets.. some one suggested that it can be done usin JNLT(Thank u very much for that)... but when i searched, what i understood is that, JNLT is used as an alternative to applet.
|
| back into the swing (no pun intended) | 01 Jul 2005 11:07 GMT | 2 |
I received a Java 2 Certification from Sun a couple years ago. Because of personal tragedy, I was unable to continue in my career and apply my knowledge more thoroughly. I would like to get back into Java so I can refresh myself on theory
|