| Thread | Last Post | Replies |
|
| ClassCastException with readObject | 15 Mar 2006 19:13 GMT | 2 |
I'm having trouble of getting ClassCastException in my code: I'm trying to get file from server side. In my servlet service, I get retObjct, it will pass to client side. ...
|
| rotate text for Excel output from JSP | 15 Mar 2006 18:15 GMT | 2 |
I have a JSP file that allows user to view output in Excel with a push of a button. My problme is that the output format doesn't come out the same. I use writing-mode style to rotate the text sideways at 90 degrees when I output it in Internet Explorer. The problem is this tag
|
| Increment timestamp by one day | 15 Mar 2006 18:12 GMT | 2 |
how would i increment the timestamp by one day. i currently have, java.sql.Timestamp timestampTo = new java.sql.Timestamp(localDateTo.getTime()); now i want to increment the timestamp by one day.
|
| doubt abt rmi | 15 Mar 2006 17:40 GMT | 3 |
hai why i shud maintain one interface,one class remote object..cont i place my remot e methods in one class.what are stubs and skeletons reply
|
| Uploading a file to a server | 15 Mar 2006 17:35 GMT | 2 |
I am currently developing some software for a Palm TX using j2me. The final stages of the project require me to upload a data file to a server. There are going to be many datafiles coming from many different palms and so each one must be unique (in name) as to not overwrite a
|
| Error with JDeveloper | 15 Mar 2006 14:47 GMT | 1 |
i have a problem. I downloaded the new Jdeveloper 10.3.1. When a try to run a class i always receive the error: "process exited with exit code 128". The compilation is correct. My OS is Win2003 server SP1, but i tried in a pc with the same OS and it works correctly.
|
| need advice jaxm and web service | 15 Mar 2006 12:29 GMT | 7 |
hi guys.. I need to do something that will send and retrive data via webservice.
>From some googling efforts, i found that jaxm might just fit the purpose. However, this library is no longer distributed with jwsdp, and
|
| netbeans - invocation of custom processor during build? | 15 Mar 2006 12:12 GMT | 1 |
I would like to integrate a source generating program in netbeans build process. During build process my program should be invoked, the program will generated some .java file(s) which should get compiled. Does anybody know if this is possible?
|
| Lazy construction of parameters | 15 Mar 2006 12:01 GMT | 27 |
I would like to convert code such at this: if (entry == null) { log.warning("No entry found in storeEntries for arcfilename: "
|
| should getInstance() be idempotent? | 15 Mar 2006 11:03 GMT | 51 |
Seems it should be, at least if there's state involved. What about pooled Singletons, though? In that case I wouldn't necessarily expect the same object to come back with every call. Seeking opinions...
|
| Struts help | 15 Mar 2006 07:48 GMT | 2 |
I want to set the value of my select box, but can't get the value in there. The following, works perfect: <html:select property="selectedShortCodeL" value="400">
|
| updated object not properly sent over socket | 15 Mar 2006 06:35 GMT | 3 |
Hi, I am encountering a strange problem with a client/server socket program. In a tight loop, I am changing a field of an object and then sending it over a socket. However, the change is not evident at the receiving socket at the other end! This problem occurs with the
|
| Jsp on netscape 4.78 ??? | 15 Mar 2006 05:58 GMT | 1 |
In INTERNET EXPLORER 6, on pressing the Enter Key, either the page is Submitted or the onKeyDown/onKeyPress is invoked. IN NETSCAPE 4.78 on a solaris platform, the same does not happen...
|
| RAM for JVM | 15 Mar 2006 04:13 GMT | 4 |
Just a quick question. anybody have any idea about how much RAM is required for JVM?? Thanks n Regards, Prasad.
|
| XMLSerializer.setNamespaces(boolean) deprecated? | 15 Mar 2006 02:06 GMT | 1 |
I have some code that is using "apache.xml.serialize.XMLSerializer" (from WebLogic 8.1) to serialize DOM trees to an XML string. I recently noticed it wasn't serializing namespace references. I discovered the "setNamespaces(boolean)" method, which when passed
|