| Thread | Last Post | Replies |
|
| How can I save ResultSet to the file | 08 Apr 2008 01:31 GMT | 7 |
Does anybody know how can I save ResulSet from database to the file ?? I m making application i need to make raport of the things from database... i was looking in the internet but there is no tip how to do it...Tnx for any help.
|
| Swing and ‘prefer delegation over inherit ance’ | 08 Apr 2008 01:23 GMT | 2 |
Reading books about software engineering and design patterns, I adopted the axiom ‘prefer delegation over inheritance’. However, I see that the Swing tutorials recommend to inherit from JFrame. The examples do it as well, and in fact, a lot of apps I see do this.
|
| My own primitive database | 08 Apr 2008 01:18 GMT | 12 |
For an assignment , I have to combine java and CGI to make a basic web page (auction type) , I will need to keep some data to track the info of items users etc so I will have t arrange some kind of primitive database (such as writing data to a file and reading back when needed)
|
| Arguments with ANT | 08 Apr 2008 01:16 GMT | 2 |
I've been looking for a way to pass arguments to ANT, but have so far been unsuccessful. I figured out how to pass them from the command line: ant -buildfile -Dmyarg=abc
|
| Computer programming languages | 08 Apr 2008 01:08 GMT | 1 |
Are you crazy about different programming languages like C++, java in computers? If you want to check about that please visit http://operatingsys.blogspot.com/
|
| Display XML Formatted in JTextPane | 07 Apr 2008 23:38 GMT | 4 |
I'm displaying XML in a JTextPane. I was wondering if there was a way to display the XML formatted with color/text/etc. (Basically, I'm wondering if I can associated an XML style.) I've searched a bit, but I haven't been able to get anything to work.
|
| Java Prog: Network / Proxy | 07 Apr 2008 20:49 GMT | 2 |
I'm using a class to "get" urls: http://pastebin.com/f335278c8 but unfortunately it's not working when I'm behind a proxy, Could you advise me a good way to add a proxy configuration in my code?
|
| SCJP Information needed | 07 Apr 2008 20:29 GMT | 1 |
This is Arun lives in Ottawa, Ontarion Canada. I like to get the following information to take up the SCJP exam. Please provide me the following information, 1. Syllabs for latest scjp exam.
|
| Jet command line | 07 Apr 2008 19:49 GMT | 8 |
Compiling with JET on command line like this jc -inline+ Jwc2.class is a zillion time quicker than by using JET GUI, but yet the speed of executable is not much different. Why does JET GUI takes so much
|
| Interactive tracing ... | 07 Apr 2008 19:08 GMT | 5 |
I've got a program that searches a large search-space for some "solution", and this search can take a lot of time. The search is done with a recursive function. At the moment I have an if-statement that causes some progress information
|
| How to design a good domain model? | 07 Apr 2008 13:07 GMT | 2 |
The body of your message must contain some text.
|
| viewing pgm image | 06 Apr 2008 23:13 GMT | 2 |
i have converted some .jpg files into .pgm images using some existing java code.The pgm files are of P2 type not P5.Is there any viewer that i can use to display this image.(I need to get some visual confirmation about the image).if anybody knows about java code i can
|
| Base Converter Calculator | 06 Apr 2008 21:31 GMT | 6 |
Int2Dec is a Windows application that allows you to enter a number in base 10 which it then converts to any base between 2 and 16 (inclusive). You may enter -ve numbers as well Download for free at http://www.thinkanddone.com/prog/cs/integer2decimal.html
|
| Random number | 06 Apr 2008 21:12 GMT | 6 |
hello I am new to java very new and am hoping someone can offer me some help. I know that i need to use java.util.Random somewhere to generate a random number
|
| How to assign a variable to Threads | 06 Apr 2008 20:41 GMT | 7 |
I want to assign a unique integer value to each thread. That integer value is needed to keep track which thread is currently running. callfunction1() Called by Thread 1.
|