Thanks for the kind words. I can't believe they still want to charge full price for it. Not like anyone would really be buying it now anyway ;) (It got to #6...
I'm having a frustrating time running JUnit tests against a JNI class within my project. If I run the TestCase explicitly from the commandline (i.e., java...
... Yup, looks like they want you to use WebSphere now: http://www-306.ibm.com/software/awdtools/vajava/ ... Nice! ... We've got a Ruby book in Japanese in the...
For the benefit of others, I'll share the resolution. This error literally meant what is said ... the file permissions on one of the "included" libraries...
Does IBM allow a free update for the book too. I have a copy of this book on my bookshelf. Cheers Raghu ... Start your day with Yahoo! - make it your home page...
Location: 11480 Commerce Park Drive Reston , VA 20191 1st floor to your right at main entrance Description: As integrators of numerous Open Source Projects,...
Do you mean from a vaj book to an eclipse book? Or do you still use vaj? -- Scott _____ From: novajug@yahoogroups.com [mailto:novajug@yahoogroups.com] On...
We would like to remind you of this upcoming event. Enterprise SIG meeting Date: Tuesday, August 9, 2005 Time: 6:00PM - 9:00PM EDT (GMT-04:00) Location: 11480...
novajug@yahoogroups.com
Aug 6, 2005 10:02 pm
8895
We would like to remind you of this upcoming event. Enterprise SIG meeting Date: Tuesday, August 9, 2005 Time: 6:00PM - 9:00PM EDT (GMT-04:00) Location: 11480...
novajug@yahoogroups.com
Aug 8, 2005 10:02 pm
8896
Hello: Please allow me a quick question and thanks in advance for your assistance! I am currently studying (on my own) for the SCJP Sun Certified Programmer...
Greetings, ... I am sorry but I can't answer you on this one. The one Java cert book in Safari Online is for JDK 1.4. (At least the version that Montgomery...
... The java certifications in general have a bit more meat to them than the MS exams traditionally have. It would probably be of more use in your case than...
... they are not useless. on the other hand, in my team, nobody's certified in Java, except me. ... no doubt, it's an advantage to have certifications, but...
... I don't know if they help in finding work, but I took the Jave Certified Programmer exam last year and found it well worth the fee and time. Here's why: -...
IMHO, certification won't make your resume stand out, but it's helpful in learning Java. Also, it's help you pass computer-based tests that some of the...
1. Certifications won't make your resume stand out, but will help you to pass similar computer-based test in some of the recruiting agencies. 2. Instead of...
I disagree with Yakov's comments about certification from a hiring decision standpoint. When a group of people are interviewed, they will have interesting...
This is one of the funniest things I have read in a long time, with regards to software design: http://www.dcc.unicamp.br/~oliva/fun/prog/resign-patterns -db...
All - A friend of mine is studying for the Java certification exam. He asked me about the following question (the fact that this question is part of the...
... according to the spec: <blockquote>If the promoted type of the left-hand operand is int, only the five lowest-order bits of the right-hand operand are used...
I just downloaded ActiveMQ and tried to run the activemq.bat file. I recieved the following error: Loading Mesaage Broker from activemq.xml on the CLASSPATH ...
Our Core Meeting will be this Tuesday Evening at FGM, Inc. in Reston, VA, from 6:00pm to 9:00 pm. As usual, there will be pizza, sodas, and book giveaways....
This may not be possible, but if anyone has a way! OK, I'm in a simple Java program, no container. I have the simple name of a Java class (i.e. "Foo") as a...
Joel Patterson
joel.patterson@...
Aug 24, 2005 1:55 pm
8913
... Where are you getting the simple name from? -david...
In this particular case? From a Hibernate query: "select new AuctionInfo( item.id, item.description, item.ends, max(bid.amount)) from AuctionItem item" ...