| Thread | Last Post | Replies |
|
| security, jsp, ajax, how to hide the URL or the javascript.js in web container | 07 Nov 2006 16:27 GMT | 1 |
We are going to apply AJAX and struts in a web app. One thing we have to concern is the security issue. let's say we put the javascript.js in a folder where jsp can load, and then specify the url in the javascript; but user can view the jsp via
|
| About multithreading | 07 Nov 2006 16:18 GMT | 13 |
I'd like to know if there is any way to know which execution thread holds a lock. That is, I would like to know, before a block synchronized(o), if any other thread holds the lock to o (for debugging, for example, because I think that no other thread should
|
| new to generics | 07 Nov 2006 16:05 GMT | 7 |
In the past I have used java pre generics for some programs related to my hobbies. I have come back to it after a couple of years and am biting the bullet and moving to 1.5(5.0)... In the past I have made some type specific packages to generate some
|
| Japanese character encoding | 07 Nov 2006 15:38 GMT | 1 |
I´m writing a program where I read a file which contains some japanese characters. When I add these to e.g. a JLabel they show up fine, but if I write them to a file or System.out they come out as ??. I have checked the string in a debugger and it shows the Unicode values in the
|
| Controlling sounds from any application sources | 07 Nov 2006 14:13 GMT | 1 |
I tried to read everything regarding java sound, but all I found was a stand-alone view of the platform's sound system, as if no other application would share it on the machine. What I need is to get control over the sound streams/lines used by
|
| Sending mail from a bean.. | 07 Nov 2006 13:41 GMT | 1 |
i need your help. I've a jsf application a page in which user can clicks on a button "Password lost?". I want the bean called by this botton sends an email to user showing
|
| Which magazine or membership you recommend me to subscribe or join for Java or OO? | 07 Nov 2006 13:26 GMT | 11 |
My company benefits include certain amount of money each year for joining membership or subscribing magazines. Could you give me some recommendations for Java programming or Object-oriented related? I am a commuter. So reading magazines in a train is very good for me. In
|
| Help with OutputStream.send() method. I want to know how much data this method already sent. | 07 Nov 2006 12:08 GMT | 4 |
I have a problem with my application that is: Some times I have to send data to a server, and I do this using this code: First I have to get the sockWriter:
|
| integer to BigInteger | 07 Nov 2006 10:19 GMT | 4 |
how do you convert an integer to BigIntger?? i thought it was just BigInteger(integer) but its not working... im sure ive done this before but i cant remember what i did...
|
| Links and file security in java servlets | 07 Nov 2006 09:56 GMT | 1 |
I am using java servlets in a website, and I want to have a page that displays links to files stored in a location on the server (separate to public_html for security reasons). The code I have currently works when just calling one file from one
|
| Mapping a big file into memory | 07 Nov 2006 09:14 GMT | 1 |
There is a big file and instead of loading this whole file i want to map a part of the file onto memory.And want to perform searching on the mapped part if the required data is not available unload that Memory part.And
|
| UDP and SSLEngine | 07 Nov 2006 08:01 GMT | 2 |
Was just wondering if anyone knows if there would be any issues with using the SSLEngine with a UDP non-blocking channel. I dont really have anything to test it with lost UDP packets or having the packets arrive out of order, would this cause problems? are there any utilities
|
| Need your Help Coding | 07 Nov 2006 04:38 GMT | 1 |
I need a small favor from JavaScript gurus I'm using Ieunit to automate our functional test scripts IeUnit is a framework to test logical behaviors of web pages. It helps users to create, organize and execute functional unit tests.
|
| Remote server Request | 07 Nov 2006 03:39 GMT | 3 |
I am beginner in httpunit, While writing test case for an web application on remote server, I am not able to get request from remote server. Iam getting IO err as java.io.IOException. How can i resolve it.
|
| Java 1.6 | 07 Nov 2006 02:53 GMT | 1 |
Did anyone hear about the java 1.6 - what's new ? Thanks, Joanna
|