| Thread | Last Post | Replies |
|
| Book still relevant? "Essential Java Style" | 09 Feb 2006 18:42 GMT | 10 |
I recently came across a book written by Jeff Langr called "Essential Java Style" which was published in 2000. What I am wondering is, if anybody who has read the book would say that the contents of the book is still relevant with jdk 1.5.
|
| Sun giving big hardware prizes for finding JRE 1.6 bugs | 09 Feb 2006 18:39 GMT | 5 |
Sun is offering some impressive prizes for those who submit JRE 1.6 bugs from Jan 31 through March 31, 2006: https://mustang.dev.java.net/regchal/ One more reason to stamp out bugs.
|
| System.err.println | 09 Feb 2006 18:09 GMT | 5 |
Do errors that are printed with System.err.println() get logged somewhere when a deployed application is running? If so, where can I find that log file? Thanks!
|
| First Forum Contest -- Small Prize/Fun | 09 Feb 2006 17:05 GMT | 1 |
Hey, we are starting out first forum contest: http://www.wizardsolutionsusa.com/forum/showthread.php?p=2621#post2621 We need people to vote on what they would like to do, and then, of course, we need some people to participate. If you are interested,
|
| Linux to WindowsXP TCP | 09 Feb 2006 16:20 GMT | 7 |
I'm having alot of trouble getting a Java app on a WindowsXP box to talk to a Java app on a RedHat Linux 9.0 box. It seems like it should be trivial but it's not working. My RedHat Linux box has 3 NIC cards in it, as does my WinXP box. I am attempting to hook 2 of the NIC cards
|
| Convert VARIANT to jbyteArray ? | 09 Feb 2006 14:50 GMT | 2 |
VARIANT contains unsigned char*. Pls tell me how to convert it to jbyteArray? jbyteArray _byte_array; VARIANT _tmpval;
|
| Protocol for Google Local for mobile | 09 Feb 2006 14:25 GMT | 2 |
Any idea J2ME supported Datagram, TCP/IP, HTTP protocols, which one is the one that Google local for moblile application uses? I am trying to decide a protocal for my app, but kind stuck because of the lack of info with most recent supporting situation for the TCP/IP
|
| J2ME HTTP Network Connections | 09 Feb 2006 14:23 GMT | 1 |
I'm sure that this is a subject that has been covered elsewhere, but I'm trying to get a J2ME application to connect to my server via HTTP (and HTTPS) and have the following questions: The application only works with GPRS, not GSM (CSD). This severely
|
| incompatible types for ?: neither is a subtype of the other | 09 Feb 2006 13:06 GMT | 1 |
I am somewhat curious about the following compile time error: incompatible types for ?: neither is a subtype of the other which I am getting in the following situation. Consider: FooA fooA = new FooA(); // FooA is a subclass of Foo
|
| "best practices" for a Java SDK packaging contents/structure ? | 09 Feb 2006 12:33 GMT | 2 |
Folks, Wondering what "best practices" are for packaging form of a Java SDK... I was thinking about including a jar file and javadoc yielding something approximately like this:
|
| Increasing code shared between J2ME and J2SE versions | 09 Feb 2006 12:21 GMT | 10 |
We've hit something of a stumbling block with Hecl (http://www.hecl.org), and it's proving tricky. J2ME doesn't necessarily have floating point. And since we'd like Hecl to run in as many places as possible, this necessitates that the J2ME and J2SE versions contain
|
| convert xml to resultset | 09 Feb 2006 12:19 GMT | 1 |
Please tell me how to convert xml from servlet to read data in resultset in applet.
|
| session objects | 09 Feb 2006 10:44 GMT | 2 |
i was wondering how to put an array of ints into an Object. session.setAttribute(String,Object); how can i make it so that i can retrieve whats in the attribute into an array of ints.
|
| Generating Random Numbers between a potentially negative range | 09 Feb 2006 09:04 GMT | 3 |
I have looked in the existing posts to try to find the solution to this, but cannot find an answer... I want to be able to create a random number within a certain range, that may be partially or entirely negative, i.e. between 17 and 25, -17
|
| java or C# please help any advice | 09 Feb 2006 08:45 GMT | 4 |
I am starting a new application, it needs to use db such as access or msde. I know I can do this easily in c# or Java but my question is can I distribute a package as easy if it is created with java and say derby db as I can with windows based. It needs to be click to install ...
|