| Thread | Last Post | Replies |
|
| JOX and attribut problem | 23 Jan 2007 08:04 GMT | 4 |
I use Jox 1.16 to map XML flow with JavaBean since two year, but now i need to add complex attribut to my XML flow and i have error message, could i make it with Jox ? Regards
|
| New Swing Window Not Drawn | 23 Jan 2007 04:52 GMT | 8 |
I've created a small class that's not too different from a JOptionPane. The purpose is to use it when I need to put up a "Please Wait" type message or something similar. I'm using a separate thread to show and hide the window. The other actions that need to happen while this ...
|
| Application written with Servlets | 23 Jan 2007 04:19 GMT | 5 |
I used to use Java quite a bit but it was a while ago and before J2EE became mainstream. A customer presented me with a situation recently where he said they have written their entire application using servlets, and I am wondering if someone out there can tell me if this is an ...
|
| Problem with Threads | 23 Jan 2007 03:53 GMT | 10 |
I'm trying to write a program using Threads. I want to pass a value into the run() method of the Thread and I want to return an ArrayList from the run method. I'm passing the value in via the constructor of the threaded class and then using a getValue() method in the the run()
|
| JSF update....a web application framework or just views? | 23 Jan 2007 03:09 GMT | 1 |
I've been reading the past posts and Sun's tutorial on this. It seems like it encapulates alot more than I thought. Can this replace Struts/Spring in validation, massaging data for integration etc? Is there much code to leverage with the API or are you writing alot of
|
| How do I become buzzword compliant? | 23 Jan 2007 02:29 GMT | 4 |
I've been programming professionally in Java since 1998, and C++ since 1987. I've been doing a mixture of network, database and Swing applications, but all "hand rolled" (ie. I write the code myself rather than using an interface builder). I think I know what a Bean is, although
|
| jFormattedTextField | 23 Jan 2007 00:43 GMT | 1 |
Could someone post an example of using jFormattedTextField for inputting a fixed width field accepting whole numbers only? I sure would appreciate it! I have been experimenting with this jFormettedTextFielld and am having trouble with the example from the
|
| java heap space | 22 Jan 2007 23:47 GMT | 6 |
this is strange. when i run my main i get this error: java.lang.OutOfMemoryError: Java heap space, but my programm doesn't have wild code like arrays, if-else-stuff etc... btw: it ran yesterday without problems.
|
| Java web app & barcode scanners | 22 Jan 2007 23:14 GMT | 1 |
We are developing an enterprise web app that needs to have pages with barcode scanning functionality. A client will be on a page with several text boxes, and when he/she scans a barcode, it needs to go into the correct text box. Through a little research, I've found that
|
| fixed port communicated for EJB | 22 Jan 2007 23:00 GMT | 6 |
I noticed from this paragraph below if i want to talk to ejb container with the specific port I can specify the initialport number like what the following said. However, once client establishes
|
| Not got the appropriate reply "List of books" | 22 Jan 2007 22:57 GMT | 2 |
Hi, previously I written msg for list of books that will help a C++ migrant to "Quickly" get on to the language. What about these ones: The Java Programming Language &
|
| J2ME supports unicode??? | 22 Jan 2007 22:36 GMT | 2 |
I need to know whether J2ME supports unicode. I like to make a application for my motorola mobile which supports MIDP 2 and CLDP 1.1. Application should send the email or sms or any application that uses my language (not english)i.e. in Nepali(somewhat same as Hindi).
|
| j2me question, MIDlet app update distribution | 22 Jan 2007 21:35 GMT | 5 |
I've been doing a bit of j2me in the last few weeks. One thing I still haven't figured out is, let say I have an app that is used by many people. Then one day I want to release an update to that app. How do I go about it? At the moment, the only way I can think of is by telling
|
| Non-blocking and semi-blocking Sockets class. | 22 Jan 2007 20:16 GMT | 14 |
I am working on a network related application. There is an issues with sockets blocking and how to handle it. There are several approaches: 1. Use blocking sockets and set timeout.
|
| Column numbers in stack trace - enhancement request | 22 Jan 2007 20:12 GMT | 13 |
I filed the following enhancement request to Sun. Would like to hear opinion about how useful implementing this feature would be. Synopsis: Need column numbers in stack traces Description:
|