| Thread | Last Post | Replies |
|
| Problem behavior when overriding DeletePrefCharAction | 04 Sep 2005 17:00 GMT | 2 |
I have extended HTMLEditorKit to override DeletePrevCharAction. The new action is added to the ActionMap of a JTextPane. The problem is that, in response to a backspace key (physical) press, my custom DeletePrevCharAction.actionPerformed(evt) method is called
|
| Commenting in Java | 04 Sep 2005 11:40 GMT | 38 |
Java comments Commenting in Java Basics: 1) Javadoc comments are for permanent API documentation
|
| How JVM is loaded in your program ? | 04 Sep 2005 11:38 GMT | 7 |
As JVM is not an .exe , it is like a dll ,,,So we can not give any command on prompt to load he JVM into memory ,,,then Can anybody Please tell me that how JVM is loaded when you run a Java program ?
|
| Unicode Editor | 04 Sep 2005 11:36 GMT | 6 |
What is your favourite text editor or IDE for creating Unicode-16 or Unicode-8 text files? If you would like to add a sentence or two why you like it, so much the better. This is for the entry at http://mindprod.com/jgloss/unicode.html
|
| Thread.stop() (no don't go away, please read!!!) | 04 Sep 2005 11:32 GMT | 5 |
Like many before me I have recently been wrestling with the fact that Thread.stop() has been deprecated and as such, if I want to halt a thread during some processing that does not periodically check whether to keep going or have the potential to throw InterruptedException's, I
|
| Yet Another Web Application Mess... | 04 Sep 2005 11:07 GMT | 51 |
Face it, every day there is another framework coming out for web application contruction. We developers all know that all of them are not easy to learn. Each new framework be it struts, tiles, ajax, flex, and all those variants are one way or another introduced another
|
| Storing and parsing variable length strings | 04 Sep 2005 09:32 GMT | 24 |
Hi folks... I have an application which needs to store variable-length strings (up to 24 characters long) that must then be matched according to prefix. That is, whenever a prefix is given, the application has to be able to
|
| IntelliJ IDEA and Tomcat | 04 Sep 2005 04:18 GMT | 4 |
I am building web applications (JSP and Java in a war file) using IntelliJ IDEA (Web Module). I have configured IDEA to run Tomcat directly form IDEA. It seems very slow to run Tomcat from IDEA. Expecially, after I see the following line and it takes several minutes
|
| Help with SAXSource and javax.xml.transform.Transformer | 04 Sep 2005 01:59 GMT | 1 |
I fail to catch events when transforming xml. I have some code that successfully transforms an xml ... code ... // Setup XSL transformer
|
| J2EE single sign-on | 03 Sep 2005 19:54 GMT | 2 |
Does anyone know of products for providing single sign-on on multiple J2EE web apps ? Our company's requirements are as follows :- 1. We want single sign-on capabilities across 2 webapps. One deployed on
|
| How to 'readline' with ByteBuffer? | 03 Sep 2005 19:43 GMT | 4 |
I have to do multiple file reads to get unordered data. What I have works but is slow: try { /** unordered data, require seeks */
|
| Worker threads seem to affect gui processing | 03 Sep 2005 16:21 GMT | 4 |
I am trying to diagnose some problems with a WaitDialog implementation, i.e. a dialog which is displayed whilst a long running process (LRP) runs. I have pared down the code to a bare minimum for debugging purposes
|
| Question on HTTP interfacing (Java/C++) | 03 Sep 2005 14:20 GMT | 9 |
I am developing a front end application in C++, which is to communicate with an EJB backend (Java 1.4). I will need to be able to submit requests to the backend, and also, receive notifications from the backend. I have a C++ library that allows me to do HTTP GET and POST. I was
|
| Java XML document creation | 03 Sep 2005 09:27 GMT | 8 |
I'm new to XML document creation with Java and I've got to admit I'm struggling. I need to generate an XML file structure in Java (no content - just the structure) based on an array of parameters as follows:
|
| What happened to java.net.SocketTimeoutException? | 03 Sep 2005 09:07 GMT | 5 |
This morning, Sun's auto-update installed a new JRE on my machine - 1.5.0_04. Now all of my Java apps that use sockets are failing with: Exception in thread "main" java.lang.NoClassDefFoundError:
|