Hi, Place it in your classpath or a driectory that is in your classpath. DON'T put it in the lib/ext directory of your jre as this will give you problems later...
Happy New Year! Any volunteer speakers for this year? Email me privately. Thanks! Calen -- Calen Martin D. Legaspi Software Engineering Division Director,...
Greeting, First let me greet you all a very Happy New Year! During the last 2 days of 2005, I have been thinking of how to get the information about the System...
Hi Daniel, How are you pips doing? As far as I know, Java doesn't have a direct facility to query the system's hardware specifications (e.g. video card). ...
I think what Daniel is asking is how he can write a program using Java that is able to determine the hardware specs of the system that it's running on. Calen ...
Hi Everyone! I'm currently working on getting Acegi Security to work with hibernate (since I'm working on a custom db schema), however I'm having difficulty ...
Hi John Paul, We're doing fine here! By the way, everybody here in the office want to greet there a very "Happy New Year"! Thanks very much for the reply! I...
Hi, list. Just a quick question to ask if anybody out there has had experience running the above on Java 5.0 (aka JDK 1.5)? We're being asked to 'migrate' an...
Hello, My team is currently implementing automated testing in our project. One of my teammates proposed TestMaker(http://www.pushtotest.com/). Has anyone tried...
... Effective Java Holub on Patterns Patterns of Enterprise Application Architecture (Fowler) -- Calen Martin D. Legaspi Sun Certified Enterprise Architect ...
... I can't recall the exact versions, but early 3.2.x is not compatible with JDK 1.5. I needed to migrate to late 3.2.x. Big changes in the config, if I...
Hey thanks Calen and Jared! Yung mga Head First series na tag ko na :-) maganda nga sila ;-) To the other members,
Kayo list naman some of the books you've...
Kuya Jojo> Um, is it ok if I call you that? Well, I guess so. But if ever you have any, pls post it because I am very interested. btw, can you guys check...
Aside from those books listed by Calen and Jared, I find these books very useful: 1. Refactoring: Improving the Design of Existing Code by Martin Fowler, Kent...
http://www.artima.com/weblogs/viewpost.jsp?thread=142428 Summary (by the author) There are tons of books and articles about how to design and write good Java...
http://www.devx.com/Java/Article/27300/1954?pf=true Burlap/Hessian is an alternative remote object invocation and Web services protocol that's available as an...
Um, are you referring to me? :D Anyway, if you just want a reverse output of a string object's value (for example foo to oof), you can use StringBuilder...
Hi Ryan, In Java, local variables need to be initialized. Since di sure yung compiler na ma run yung code inside ng for loop mo, you need to add something...
I didn't copied and run your code but I strongly believe that in Algebra, (len-1)-(len-x) = len - len - 1 + x = x - 1 which is wrong and it should be len - 1 -...
Thanks Daniel and Jojo! Btw, where do you guys usually purchase your books? Where is the best place (aside from internet) in Metro Manila to go and get good...
the author btw is caucho.com more info... http://www.caucho.com/hessian/ http://www.caucho.com/burlap/ cheers :) _____ From: pinoyjug@yahoogroups.com...
We had issues with using Hessian with Hibernate. Here's an excerpt from our email discussions, quoting my business partner Butch Landingin: "...btw, I've...
Dude, You must first initialize your char salamin array. You can set the size of the array using the same length of the word you want to reverse. char chrstr[]...