| Thread | Last Post | Replies |
|
| Using JSF with Servlets or Page Beans | 13 Nov 2007 20:26 GMT | 1 |
Hi, I'm continuing to plod along with Java Server Faces and have made quite a bit of progress in the last few weeks thanks to several people here, such as
|
| Pair in Java? | 13 Nov 2007 16:47 GMT | 14 |
In C++ its possible to make a pair is there something like that for java or do I need to make a separate class with to fields?
|
| Why has Java browser plugin higher priority than additional J2EE java installation ? | 13 Nov 2007 16:09 GMT | 1 |
I installed previously (successfully) J2EE 1.6 with jdk. When I open now a command prompt and enter java -version then much to my surprise "java version 1.4.2_14" is displayed.
|
| Open Java Software needs PHP/SQL/Apache | 13 Nov 2007 03:39 GMT | 3 |
What do you do when open software (accounting from sourceforge) requires php/sql/apache? I know SQL is a db access language (yeah, yeah, Coddfruit & Datefish ), but nothing about the rest. I put in some stuff from "Nuke PHP" and it does nothing.
|
| Spacing when printing? | 13 Nov 2007 02:48 GMT | 2 |
Is there someway to always use 8 or 12 chars as spacing with printing to screen so I get: 1 1100
|
| currency sign | 12 Nov 2007 16:07 GMT | 2 |
I need to print out the currency sign "¤", but both System.out.print("¤") and System.out.print("\u00a4") don't work (they print out a question mark). The sign will be converted into a backgammon game font. It is part of the bottom border, so the diagrams
|
| Create an assignment | 12 Nov 2007 14:53 GMT | 9 |
This is what I have to do for my Java class: Create an assignment that includes using the ArrayList class, the Random class, and the Switch statement. Ask to implement methods in the same class (this means that there is going to be only one file
|
| Database with Java question | 12 Nov 2007 03:27 GMT | 4 |
One of the reasons I am learn Java is to create a program which will interact with a database. The second reason would be portability. Should I be looking at MySQL & C++ and worry about portability after the fact? Or would Java provide me with similar capabilities.
|
| creating and printing to a file | 10 Nov 2007 23:21 GMT | 4 |
Hi, I hope someone can help with thias problem . . . I have a class, Reverser_1 whose run method is called by another class, TestReverser. The code is not very well constructed, in regarding to the way it
|
| why does this create a nullpointerexception | 10 Nov 2007 23:14 GMT | 5 |
Both of these voids are giving me problems: private void countWords() { try { fileScan = new Scanner(new File("words.txt"));
|
| Problem with Servlets | 10 Nov 2007 15:31 GMT | 3 |
the servlet program is : import java.io.*; import javax.servlet.*; import javax.servlet.http.*;
|
| Transparent graphics? | 10 Nov 2007 03:00 GMT | 3 |
Is Java capable of creating transparent graphics? I have an idea for a desktop application, and would like to have a transparent effect? Thank you in advance for your input. Lee
|
| Switching to Netbeans IDE | 10 Nov 2007 02:19 GMT | 8 |
I would like to modernise (i.e. Swing-ify) my first applet, which I introduced in the thread "Font size" last week. I would also like to switch to Netbeans IDE (instead of hand-coding). With Netbeans I am, unfortunately, even more of a newbie than with Java
|
| Java Technology Stack | 10 Nov 2007 00:55 GMT | 3 |
Java pre-newbie here. I am not a Java Architect but I have been tasked to list a Java technology stack for a due diligence document. I'm trying to relate my experience with other stacks (LAMP, .NET), so I am sure I've missed the target a bit, or a lot. Here is the background:
|
| HELP, jawin instruction and stack size setting? | 09 Nov 2007 12:56 GMT | 3 |
I am trying to call a dll function whose signature is BOOL WINAPI CryptSignHash( HCRYPTHASH hHash, DWORD dwKeySpec,
|