| Thread | Last Post | Replies |
|
| Design for Extension | 17 Jan 2006 17:47 GMT | 8 |
Hi! I have recently read about Design for Extension [1], which says that all your methods should be either * abstract, * final, or
|
| BlackBerry 7280 Simulator: redirecting network calls to PC's TCP/IP stack | 17 Jan 2006 15:54 GMT | 1 |
On Palm OS Garnet Simulator one can redirect network calls to TCP/IP. as follows: Right Click ->
|
| Start and stop buttons | 17 Jan 2006 15:11 GMT | 1 |
My application has a JFrame with two buttons: start and stop. 'Start button' starts the cyclical monitoring of a subsystem, and the button always remains pushed. But I do not succeed in
|
| Streaming over http | 17 Jan 2006 12:59 GMT | 6 |
I'm attempting to web enable one of my java applications (for a variety of reasons, including the https security). In one case, my client expect to connect to the server long term and just receive async information as it happens. That doesn't seem to fit
|
| copy data from JSTL tag to Java Variable. | 17 Jan 2006 12:57 GMT | 1 |
I have a JSP page with some sciptlets. <% String myname = ""; pageContext.setAttribute("myname",myname); %>
|
| ClassCastException | 17 Jan 2006 11:53 GMT | 3 |
I am trying to learn Java. I found the explanation of ClassCastException in Sun website as follows. But it seems rather simple. I don't understand " cast an object to a subclass of which it is not an instance" in the explanation. Please help me. By the way,
|
| Blackberry: operating system version | 17 Jan 2006 11:39 GMT | 3 |
Anyone know whether there is a way to programmatically access the operating system version on a blackberry device? On the Blackberry 7290 Simulator that comes with the Research In Motion Blackberry JDE 4.1.0 I can access this by launching the "Options" application
|
| how to draw a graph (nodes and arcs)? | 17 Jan 2006 11:33 GMT | 3 |
I'd like to draw a graph using a different pictures for each node. How can I do? I'd like to link the nodes and the arcs. There is a library for doing that?
|
| Unable to know if a socket is closed | 17 Jan 2006 10:25 GMT | 5 |
When I close a socket from a side of it with <code> socket.getInputStream().close(); socket.getOutputStream().close();
|
| help with nested for | 17 Jan 2006 10:05 GMT | 3 |
I hope you can understand my poor english... I've two for cycles nested for (vector1, index i) for (vector2, index j)
|
| Is RMI Dead? Best architecture? | 17 Jan 2006 10:02 GMT | 7 |
I've been out of Java for a while and am bemused by the results I get back when searching the groups for RMI answers. Most seem to be 4-5 years old or linked with weblogic or websphere. What are people using these days? RMI?
|
| Help with Multi Jar Files | 17 Jan 2006 08:53 GMT | 7 |
I need some advise with a java applet. I am nearing completing of the project and am getting a little concerned how long it is taking for the applet to load. I have developed the java applet with Jbuilder using the JDK 1.1.8 as I need to support users with that haven't ...
|
| Can a Software QA Engineer become Software Architect | 17 Jan 2006 08:51 GMT | 1 |
I'm hearing lots about software architect. I'm interested to know more about it. Im currently working as a Software QA Engineer. I would Like to know if i can reach the carreer profile of Software Architect with QA being my current Job Profile. Please Let me know
|
| Want to mask all the rows in a column at once? | 17 Jan 2006 08:43 GMT | 2 |
I want to mask all the data in the rows of a column using a character i want suppose "x" for all the characters and "9'" for all the numbers if the rows contain digits. Right now I am having a code which goes to every character and checks
|
| sound applet | 17 Jan 2006 05:43 GMT | 1 |
I would like to write a simple applet that will play an mp3 file. Any suggestions? I read some of the tutorial and docs and its just confusing at this point. With the interface and extends terms. I'm only familiar with println(). I want to get into applet writing though. Before ...
|