| Thread | Last Post | Replies |
|
| Unicode characters in URL | 21 Jun 2005 14:29 GMT | 3 |
I have a servlet which takes in a name in the URL. http://localhost/myServlet.123?name=blah When this name contains unicode characters, then my ActionForm gets different characters, not the ones posted. (On the status bar of IE6.0,
|
| how should I use bean with Jsp & Servlets in an web-application? | 21 Jun 2005 14:05 GMT | 2 |
how should I use bean with Jsp & Servlets in an web-application? plz let me know immediately.
|
| java packages | 21 Jun 2005 14:01 GMT | 6 |
trying to make a java application to use packages now and having lots of problems and i don't know why. Just added to the top of each source file package DBS_Intercept;
|
| jTDS driver | 21 Jun 2005 13:34 GMT | 16 |
I am working on a multi-user web-application (about 100 concurrent users). We use Tomcat 4.1.30, J2SE 1.4.2, MS SQL 2000 (JNDI pooled connection). We are meeting some performances problem when a lot of users are
|
| references/addrresses in imperative languages | 21 Jun 2005 06:51 GMT | 10 |
in coding Python yesterday, i was quite stung by the fact that lists appened to another list goes by as some so-called "reference". e.g. t=range(5) n=range(3)
|
| Web Services | 21 Jun 2005 02:09 GMT | 1 |
I am developing a web application that will need to poll the server from the browser for some information (specifically, when a refresh is needed). I have already accomplished this with Web Services, but it does not work for Netscape 7.0. Does anyone know how to make Web
|
| Multiple Inheritance In Java | 20 Jun 2005 22:48 GMT | 7 |
this is my first post since i joined the group a week ago. I m working with java for a year now since i come from a C++ background i can't help comparing the two languages. While studying for java i found many books stating that java does not
|
| Progress of http post | 20 Jun 2005 22:08 GMT | 1 |
I am posting some files to a server via http through java. And it all works very well. But now i want to add a progressmonitor to my transfer, because they take some time. But i can't find any way to get notified during the transfer. Only
|
| Is it possible to use an Object as value for a <html:select> (i'm using struts) | 20 Jun 2005 21:38 GMT | 6 |
I'm having trouble with struts, well actually i don't know if the problem is struts or instead i'm assuming html to be capable of something it's not. I have a ValidatorForm, say VF and one of it's attibutes called
|
| java web host | 20 Jun 2005 21:14 GMT | 1 |
Hi, I developed a web site based on servlet, jsp and struts. I decided to host the web site on my own computer at home. Could anyone tell me what I need? What kind of computer? I have DSL from SBC, it that good enough? Firewalls? Anything else? I am expecting 100 visitors a day
|
| Open .html file from java application? How? | 20 Jun 2005 21:12 GMT | 4 |
I have a menuItem, that when I press it (ActionListener) I want it to open an .html file (local file:// or online http://) at the explorer. Does anyone know how can we do it? I know that this will make our application Operating System oriented, but it
|
| override method | 20 Jun 2005 20:50 GMT | 1 |
I want to implement rmi and get this error test/PatientGui.java [151:1] getEnToonData() in test.PatientGui cannot override getEnToonData() in test.ViewModel; overridden method does not throw java.rmi.RemoteException
|
| s-expression library for Java? | 20 Jun 2005 20:18 GMT | 12 |
I am looking for an s-expression library for Java. Something tailored specifically for this, I don't want to be calling Kawa from Java, for example. Thanks in advance,
|
| simple question about classpaths | 20 Jun 2005 19:41 GMT | 3 |
I picked up some really useful looking libraries for creating graphs, but I'm not sure how to include them in my project. The .java and .class files are sitting in a folder on my desktop, i tried adding copies of them to my project but that didn't work. I'm assuming i need
|
| Add Browser Gate to GZip Servlet Filter | 20 Jun 2005 19:31 GMT | 1 |
This is an solution (kind of) to the issue I had with servelt filters. Basically, don't use servlet filters for your gzip compression on the server. Instead put apache in front of your web server and have apache do your compression (as well has serving up static content).
|