| Thread | Last Post | Replies |
|
| method for randomly selecting boolean value | 10 Mar 2007 21:48 GMT | 5 |
hi plz tell me how to code a method that will randomly pick boolean value 0 or 1
|
| Islam: The Message of Peace | 10 Mar 2007 21:44 GMT | 3 |
Islam: The Message of Peace http://www.islamweb.net/ver2/archive/article.php?lang=E&id=32538 The Prophet's most important task was to bring peace to the world. To this end, he urged people to accept the fact that, regardless of skin
|
| A design pattern for writing extendible software | 10 Mar 2007 21:43 GMT | 1 |
I would like to write a software that supports extendibility i.e. plugins that interact with public API. Is there any kind of a design pattern that supports such idea ? Thank you,
|
| Jasper/ other Reporting framework performance | 10 Mar 2007 18:26 GMT | 5 |
Hi, Is jasper good enough for real time reporting. For eg. if we need to query against 2-3 gb of data, will this be a good choice . performance wise. Is there any other existing web based framework available or any
|
| getResource() and jar files? | 10 Mar 2007 17:14 GMT | 6 |
If you have an application in a jar file and use getResource() to load something, how do you get it to load something that isn't in the jar file? Thanks,
|
| How to make the program can accept plugins to extend its functionalities? | 10 Mar 2007 11:18 GMT | 4 |
Eclipse can be added more functionalities by adding specific plugins. I am amazed with such an idea. We are developing a Java program. Customers always request new functionalities, after they got the program and used it. I am wondering
|
| In Swing GUI development, do you code by yourself or use power tools? | 10 Mar 2007 08:28 GMT | 2 |
In writing Swing GUI programs, I have seen people write the code line by line. I also found that there are a number of Swing GUI development tools available (some are free, some are not). Using those tools, you just need to drag a button, drop to the client platform, etc. And code
|
| Problem in Loading JSP | 10 Mar 2007 08:16 GMT | 2 |
hi friends, my jsp never had any problem for small amount of data, but when the amount of data increases the jsp fails to load complete data only a specific part of data is loaded on the client PC. i dont understand what is the problem. Pleeeeze help me.
|
| to join group | 10 Mar 2007 02:01 GMT | 1 |
please joined me in group
|
| Java/OOD SW Developers! Flex Hours, Application Ownership, OO/ C++ or Java Can Learn C#/.NET | 10 Mar 2007 02:01 GMT | 2 |
Las Colinas/Irving firm; Java/OOD Developers; Flex Hours If this is interesting - read on!!! My name is Michelle Parker with Riccione Resources. We are working with a client who has several openings for Java developer of all
|
| In Swing GUI development, do you code by yourself or use power tools? | 10 Mar 2007 01:48 GMT | 1 |
In writing Swing GUI programs, I have seen people write the code line by line. I also found that there are a number of Swing GUI development tools available (some are free, some are not). Using those tools, you just need to drag a button, drop to the client platform, etc. And code
|
| Does try...catch affects performance | 10 Mar 2007 01:36 GMT | 12 |
Let's assume I have the following code: try { line = file.readLine(); } catch (IOException e) {
|
| about opening pgm format images in a window | 10 Mar 2007 01:33 GMT | 1 |
i am implementing an IEEE paper on imageprocessing using java and i need to load 'pgm' files in the window . i use 'imageIcon' method to open images but it doesn't support 'pgm' images it opens only jpeg ,gif,png ,etc.. format
|
| directory and folders | 10 Mar 2007 01:30 GMT | 1 |
I need to traverse through a directory,which inside has a directory and files. I need to save the directory name and files which are inside, to an array, something like Array [dirName][fileName] so i can print them out later something like
|
| Priority Jumbles | 10 Mar 2007 01:17 GMT | 13 |
[CODE] class NewThread implements Runnable { long counter=0; Thread t;
|