| Thread | Last Post | Replies |
|
| binary file upload from a form to a byte[] | 12 Jan 2007 00:56 GMT | 2 |
I'm developing a web application which has to receive binary files uploaded by users through a form. This is the form (which is inside a JSP): <form method="post" action="MyServlet" enctype="multipart/form-data"
|
| a statefull ejb doesn't get the timeout. | 11 Jan 2007 23:01 GMT | 1 |
We've been trying to find a solution for having a statefull ejb doesn't get the timeout. We are going to have a universal session table in database. Every 2,3 seconds( this period of time is shorter than the timeout set in application
|
| Non Serializable Objects | 11 Jan 2007 22:35 GMT | 3 |
I am working on a java project and I have to serialize a class (created by me) which has many references to other classes that should be serialized too. I add the marker "implements serializable" to all the necessary
|
| Generics Compile Problem | 11 Jan 2007 22:26 GMT | 2 |
Can anyone tell me why this code will not compile? I'm only including the relevant portions of the code. I don't understand the error from the compiler: public class Msg
|
| tag library not found in jsp page - mystery | 11 Jan 2007 22:14 GMT | 1 |
I'm having a big problem with jsp/tag libraries using oc4j. One particular tag library is not being 'found' for some mysterious reason. The particulars follow:
|
| Host | 11 Jan 2007 21:23 GMT | 22 |
Anyone Know of a good free webhosting site that supports java?
|
| Filtering JSP page based on client IP | 11 Jan 2007 21:10 GMT | 18 |
Because of local content rules I have to make some website pages unavailable for browsers in Canada. Since I am in Canada and I obviously need to view those pages I need some code such as if(IP==canada) {
|
| java.applet.Applet.getParameter() | 11 Jan 2007 20:04 GMT | 4 |
I would like to test to see if a parameter exists in the html file prior to calling getParameter(<key>), however I can not find any sort of method to allow me to do this. Is there a containsKey() method or something similar so that I could
|
| Java API to read barcodes | 11 Jan 2007 19:22 GMT | 4 |
Is there any java api to read barcodes from a pdf document ? Please let me know. Thanks
|
| timeout for ejb | 11 Jan 2007 17:50 GMT | 1 |
How to set the timeout for EJB? TK
|
| Writer doesn't write out "≤" character properly | 11 Jan 2007 17:31 GMT | 3 |
JDK 1.4.2, Eclipse 3.2.1, Windows XP. I'm having some character encoding problems I don't understand. I've read some text from a spreadsheet (using POI). When I step through the debugger, I can view the string I've built in the Variables area, and
|
| Obtaining the bytecode for a class without reading it from .class file | 11 Jan 2007 17:24 GMT | 7 |
I was wondering if anyone tried to obtain the bytecode of a class ( obtain it as a byte[] for example), but without having to read it from the .class file found in the classpath. I am asking this because sometimes the classpath could contain some
|
| Java XML Signature validation error | 11 Jan 2007 16:56 GMT | 3 |
I have created detached xml signature using java XML Signature (javax.xml.crypto.dsig.* classes). Signature is referenced using element id (#). XML looks something like this:
|
| Keyword extractor source code....where I can find it??? | 11 Jan 2007 16:16 GMT | 2 |
Hi,sorry for my english but I don't speak it very well.... Someone knows where I can find the Keyword Extractor source code written in java? A software that analyzes a text and extract the keyword of the text (the most present words in the text....for example
|
| Problem with Netbeans 5.5 web tutorial | 11 Jan 2007 14:23 GMT | 4 |
Hello: I am trying to use the tutorial: "Introduction to Developing Web Applications". I am not getting the end result that the tutorial says I should get. After I run the program as they suggest I get the appropriate web page. I enter my name, but when I click the submit
|