| Thread | Last Post | Replies |
|
| Design pattern question | 05 Mar 2008 08:12 GMT | 4 |
We are going to develop an application that will process incoming JMS messages. The application will receive JMS messages, process them based on their types, and reply by sending a new JMS message with usefull info (at
|
| getContentPane problem | 05 Mar 2008 08:07 GMT | 3 |
Hi. Thanks in advance for any assistance you can provide. Why isn't netBeans able to resolve the method getContentPane in the following line of code: c = getContentPane(); import java.awt.*;
|
| Reading file at a given offset on a web server | 05 Mar 2008 08:03 GMT | 2 |
Assume there is a file on a web server (linux), name "abc.dat". The file can be reached via: http://www.domain123.com/abc.dat There is no server side script or java program. Question
|
| remove java project package from Eclipse | 05 Mar 2008 07:52 GMT | 4 |
Does anyone know how to completely remove a package from Eclipse? I backed up all my .java source code and deleted the files from the Eclipse workspace, and deleted the project which corresponded to the package I was writing. However, when I go to create a new package
|
| PLEASE HELP - audio capture on J2ME | 05 Mar 2008 03:31 GMT | 2 |
Could some Java guru please help me? I am trying to create a simple J2ME application to capture audio input with a J2ME enabled device. For prototyping purposes, I am using the Sun Microsystems WTK2.2. I have gone over the source code for their 'mmademo' application, but
|
| existing utility class to escape/unescape xml | 04 Mar 2008 23:39 GMT | 1 |
I use JAXB to stuff some data into xml and pass it on to a client-side ajax application. I'm thinking I need to escape the data before stuffing it in. Are there any available utility classes to do this? I will eventually need to do the reverse when I get data from the
|
| Static Variables and JAR Files | 04 Mar 2008 19:37 GMT | 19 |
I am curious - does the scope of static variables carry across different JAR files? Here's the issue: BaseClass is in "BaseClasses.jar"
|
| Help compiling castor ibm java example | 04 Mar 2008 17:32 GMT | 3 |
C:\Users\Office...\com\pstephens\xml>javac -cp %CP% MarshalTester.java MarshalTester.java:11: cannot find symbol symbol : class CD location: class ibm.xml.castor.MarshalTester
|
| Sun Tech Days 2008 - Melbourne - My experiences | 04 Mar 2008 16:09 GMT | 1 |
I attended the Sun Tech Days 2008 in Melbourne today. It was a well presented conference, with key international speakers from Sun Microsystems presenting various technologies like Netbeans, Glassfish, JavaFX, JRuby, SOA & BPEL, Rich Internet Applications using jMaki /
|
| Can I display report in different format in JAVA/JSP | 04 Mar 2008 15:02 GMT | 5 |
Dear Friends, Can I display report in different format in JAVA/JSP. Please provide me link/url Regards
|
| JWS not updating | 04 Mar 2008 13:48 GMT | 3 |
I recently updated the main jar file in an application I'm working on at http://www.tciworks.info/JWS/index.jnlp using JWS, but for some reason the new jar was not downloaded by default. I didn't think too much of it at the time but then another user complained about the same ...
|
| hai | 04 Mar 2008 12:39 GMT | 4 |
|
| Waiting until files are being created | 04 Mar 2008 11:34 GMT | 6 |
I am having a problem that in a software that I am developing there is some ammount of code that invokes console commands (using Runtime exec). These include directory creation, file compilation and so on. Following the software flow, most of time I need these created files
|
| Question about Quantifiers in java Regular expression | 03 Mar 2008 21:49 GMT | 4 |
I have learned Java Regular expression for a long time, but still confused about Quantifiers: import java.util.regex.*; public class NRGRegex{
|
| [SWING] Binding selected elements of a JList to a JTable | 03 Mar 2008 13:52 GMT | 2 |
Hi, I have a JTable bound to a List of Movements. Every movement has a List of Users. I need a JList with selected elements bound to the users contained in the List of the selected movement. I'm using Netbeans 6.01. If I use the binding menu and bind selected elements to
|