| Thread | Last Post | Replies |
|
| any | 24 Oct 2008 13:34 GMT | - |
|
| javax.print: impossible to print a PDF/PS document with 2 pages per sheet? | 24 Oct 2008 11:08 GMT | - |
- the dialog in javax.print.ServiceUI.printDialog does not allow to set a "number of pages per sheet" - the javax.print.attribute.standard.NumberUp does not seem to work, when added in the PrintRequestAttributeSet and used by the following
|
| XSS and HttpServletRequest.getQueryString | 24 Oct 2008 07:35 GMT | - |
We are filtering XSS characters by using a J2EE filter and wrapping request class. All the getParameter() methods are overridden to return value after cleaning XSS characters. Do you think it is required to clean output of getQueryString() also?
|
| Question About using MemcachedClient coming with 100% cpu problem | 24 Oct 2008 06:47 GMT | - |
When using net.spy.memcached, I come with this problem, I use MemcachedClient.get to get from memcached,but sometimes my app logs exception info below and the cpu goes 100%. the code I use to call mc:
|
| print - lookupPrintServices working with OrientationRequested, NumberUp? | 23 Oct 2008 11:18 GMT | - |
In my company, there are many printers able to print in "2 pages per sheet"/landscape mode, but 1°) when requested with the code below, no print service is found
|
| netbeans problem | 23 Oct 2008 06:15 GMT | - |
when i am developing java application program in netbeans ( new project ->java->desktop Application ->database) the "next" option is not highlighted and therefore i am not able add the table (from the MySql database) what might the problem ....... pls anyone help me
|