22 July 2004 - java_dev (original) (raw)

Java developers

July 22nd, 2004

12:10 am - belenkiy - WebSphere 502 Encoding Problem Hi All.I hope someone can help me with my problem.I want to specify default encoding of all responses sent to the client within the server configuration. Under WAS 3.5 there was a directive in the was.conf file:appserver.java.system.property=default.client.encoding=ISO8859-8Under WAS 502 I tried to define the following JVM system properties within the servant Address Space:DEFAULT_CLIENT_ENCODING=ISO8859-8client.encoding.override=ISO8859-8but it did not help.The main porpose is to avoid specifying the encoding in the servlet:response.setContentType("text/html; charset=ISO8859-8")Technical informationWe run on z/OS 1.4WebSphere 502Gosha__________________Comments

| | 08:55 pm - tragek I'm currently in the midst of a little ethical debate. Having used debian for a very long time, I have become accustomed to, and very supportive of it's free software guidelines and social contract. The problem lies here in java. I really want to get deep into java, however I see a point rapidly approaching when the free compilers and VMs inside of the debian repositories are not going to be able to run these java programs. Already, eclipse 3.0 is out of reach, unless I install sun's JDK. However, the terms of the JDK licence are pretty scary, and infact may affect my ability to develop free software at a later date. (For example, I would be barred from contributing to free VMs such as sablevm etc.)Has anyone here actually read the licence on the java jdk, and is it still worth it to give up my freedom, in order to run and write java software? | | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |

10:34 pm - banana - Spam I've been having a diverting discussion with a poster about whether or not he had spammed this community. I think he did. He thinks not. So, should I delete his post or apologise to him for misreading his intentions? You be the judge. Is gamahucheur's recent post spam? Yes, it's an unsolicited advertisement for his software No, he was posting about Java develpment Would you like me to add a no-advertising rule to the community info page to clarify things for future posters? Community members only may vote.

| | 11:13 pm - slamice Alright,I'm making an applet which edits an image, but I can't get the image from an URL to display on the same window where the buttons are. Someone told me that there was an embed class somewhere, but I can't find it. Anyone know? | | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |