| Thread | Last Post | Replies |
|
| A bit confused with SoftReference - when exactly is it collected? | 16 Nov 2006 21:09 GMT | 35 |
I'm using a SoftReference to a StringBuffer to build up log messages that are later displayed in a Swing GUI. As this might potentially grow but I don't want the messages to be causing an OOME (as most of them will be written into the log file anyway) I am storing the actual ...
|
| 2 questions about jsf page.. | 16 Nov 2006 21:02 GMT | 1 |
i've 2 simple question for you, please help me: 1) i'm using framework tiles with jsf to have a fixed look for each page of my jsf application. If i want using an image as a page background,how can i do it?
|
| Checkbox item events are double for pen input on Tablet PCs | 16 Nov 2006 20:25 GMT | 2 |
There is a bug in firing Checkbox item events on Tablet PC. Clicking a checkbox with the pen results in two item events. The problem does not occur using a mouse. This problem is particularly troublesome because programmers on
|
| Java equivalent of C++ Spirit or Boost Graph Library ? | 16 Nov 2006 20:06 GMT | 21 |
Because of very interesting feature of Java that lacks to C++ : memory handled by the language, I wonder if it would be eaily possible to switch from C++ to Java ( In order to make the writing of an interpreter for a functional language easier. )
|
| can java be used in systems software development? | 16 Nov 2006 19:49 GMT | 7 |
It is confusing some people told me he used Java to develop systems software? I thought Java is only suitable for high-level applications development. I guess it depends on the definitions of 'systems software', but my understanding is that at least it should be able to
|
| can any one tell me how to pass vales from xml file to jsp file | 16 Nov 2006 18:01 GMT | 2 |
I am new to XML, I want to send attributes from XML to JSP. Can any one send code example and can any one tell me how to pass vales from xml file to jsp file... Regards,
|
| I have been facing this problem..... | 16 Nov 2006 17:58 GMT | 1 |
HTTP Status 500 - -------------------------------------------------------------------------------- type Exception report message
|
| Alternative to System.runFinalizersOnExit()? | 16 Nov 2006 16:45 GMT | 20 |
As I'm sure you're all aware, System.runFinalizersOnExit() is deprecated as it can cause erratic behavior or deadlocks. This trick might have an equivalent effect without the danger: * When your application is exiting, send clean shutdown messages to all
|
| How do i use an ArrayList to store scores and add up scores | 16 Nov 2006 16:44 GMT | 9 |
hi, I'm needing help with a program that i don't understand how to store 7 ArrayList scores and sum them up. the program instructions are as follows. This program calculates the scores for a contest in diving. The highest
|
| Screen Saver Display | 16 Nov 2006 16:20 GMT | 2 |
Hey guys does anyone know how to invoke a screen saver using java, its probably really simple. I just want the current screen saver on the screen to play when i say so!
|
| J2ME: Point inside zone (irregular polygon) | 16 Nov 2006 15:14 GMT | 2 |
I've got a little method to implement tomorrow which would go an awful lot quicker if I had someone else's solution to crib. I have fisheries zones, which are defined for me as lists of latitude/longitude locations which form a clockwise walk around the zone.
|
| inline classes | 16 Nov 2006 13:59 GMT | 3 |
I remember that I saw a code somewhere that sends an inline class as an argument but for some reason I cant find any examples now when I search for it on the web. It looked something like that:
|
| Implementing an interface with generic type methods | 16 Nov 2006 13:02 GMT | 5 |
I want to create an interface with two methods The classes that will implement this interface will sometimes need the methods with different arguments and return types. how can this be done? what is the simpliest solution? I realize that it can be two
|
| SOAP with Attachment | 16 Nov 2006 12:26 GMT | 7 |
Hiya I am developing a web service program. I need to exchange XML document. It seems that soap with attachment is the best choice. But Eclipse dose not support automatic code generation for soap with attachment. Can any
|
| Sample code for random access file io program | 16 Nov 2006 12:25 GMT | 6 |
Would anyone be able to advise me as to how to write a simple Random Access File I/O program. The record structure is public Employee
|