| Thread | Last Post | Replies |
|
| while loop in a while loop | 30 Mar 2005 22:19 GMT | 5 |
I have the following situation: while(rs.next()) { //loop1 while(rs2.next()) { //loop 2
|
| JAR in <applet> tag | 30 Mar 2005 21:51 GMT | 1 |
Why doesn't this work: <applet archive="foo.jar" code="foo.Bar" /> It doesn't look in the JAR for the class but in the file system...
|
| Exporting contents of JSP to Powerpoint | 30 Mar 2005 19:29 GMT | 6 |
I am trying to open the results of my JSP page in PowerPoint. I've tried both the following statements but it won't open in PowerPoint. I would like a simple example of a JSP page would open in PowerPoint.. Excel would be fine too. Thanks in advance.
|
| URLConnection & redirects | 30 Mar 2005 18:31 GMT | 1 |
Ok, as far as I know URLConnection does follow redirects ("Location: newURL" in the header), but what I do not know is how am I going to see if my URLConnection has been redirected and what the new URL looks like.
|
| jsp frontend development with struts | 30 Mar 2005 18:29 GMT | 2 |
I just did a project using Eclipse/myEclipse to deal with the combined html,jsp,struts and jstl tags, syntax... i found it has been a big mess, for coding, MyEclipse deals ok, but cant really do things like we can do in dreamweaver.
|
| how can I get username in my web application? | 30 Mar 2005 18:22 GMT | 1 |
I use IIS 6.0 and Tomcat 5.5.7. In IIS -> Directory Security -> Authentication Methods, I set the "Digest Auth. for windows domain servers" checkbox so that users can log on by domain username/passwords.
|
| how do I encode image as string | 30 Mar 2005 17:06 GMT | 10 |
I am trying to pass an image that I am manipulating in a java applet to a javascript fuction, to be used there as either the source for an img tag, or to save and/or print. Another possibility is to pass the image up to a php script for further processing on the server. I know ...
|
| Reader Writer monitor in JAVA | 30 Mar 2005 15:51 GMT | 4 |
I am trying to program a simple monitor for a multiple reader single writer problem in JAVA based on the pseudo code given at the bottom of this post. A link to my code is also given bellow. I get deadlock. I basically have producer and consumer classes which
|
| creating an object outside method | 30 Mar 2005 14:59 GMT | 2 |
There are 2 different places a class member can be instantiated, at the class level of within a method :
class MyClass {
|
| Error loading log4j properties file | 30 Mar 2005 12:10 GMT | 1 |
I am experiencing a very strange problem. I am using log4j for logging, and I *do* have a log4j.properties at the root of my source hierarchy (in the same directory as all my other .properties files). However I keep getting these errors saying the file can't be found. I
|
| [JSP] Is it possible to put a List into a session and use on a different page? | 30 Mar 2005 10:58 GMT | 2 |
I've got a simple list like : ---- List names = new ArrayList(); names.add("Bill");
|
| Blackdown : wrong value in java.vm.version property ? | 30 Mar 2005 10:44 GMT | 2 |
I have a third-party ORB that parses the 3 first chars of "java.vm.version" property to a float. It fails with "Blackdown" because the value of "java.vm.version" is "Blackdown-1.4.1-01"
|
| Ruffini evaluation method | 30 Mar 2005 09:09 GMT | 4 |
Hi friends, does anybody know where can I find the java code for the Ruffini polynomial evaluation method?? Thanks in advance A
|
| Does anybody know the JJ2000 Project? | 30 Mar 2005 09:01 GMT | 2 |
I have few questions regarding the JJ2000 implementation. (http://jj2000.epfl.ch/) I am trying to load JPEG2000 (J2k) image and make use of the scalability features
|
| Simple RMI Client questions | 30 Mar 2005 08:21 GMT | 1 |
Do you need security policy files from RMI clients in 1.4 and 1.5?
|