I added PHPEclipse plugin to eclipse3.2.0. The problem is when I open a php file the php editor opens but displays an empty page. I get this error: ...
Taking it in context... if you read Spolsky, he belongs to the school of hiring superstar programmers and rewarding them. But you and I know that's not...
I'm not sure what you mean by "here". If you mean Philippines, then I would venture to argue that it's also almost always not possible here in the U.S. ...
... Writing and programming are two different skills. Unlike in writing (or more precisely, similar but more magnified in programming), the tools shape how you...
"Alistair Israel" <aisrael@...> writes: Hi Alistair! ... I think the document at http://maven.apache.org/guides/mini/guide-maven-classloading.html...
jmalonzo@...
Mar 2, 2007 3:58 am
15342
... See my other reply. Unlike other disciplines, tools shape the programmer's mind. ... However, for purely pedagogic reasons (and Joel *does* point this...
You have a missing class (net.sourceforge.phpeclipse.phpeditor.PHPUnitEditor) check the plugin if it's compatible with Eclipse 3.2. If yes, then make sure you...
... this.getClass().getResource("/database.properties") ... This works because (as per the Javadoc) getResource delegates it to its ClassLoader. Basically it...
What Continuous Integration Build Tools are you guys using? I'm trying this one out: https://hudson.dev.java.net/ after it was mentioned in a recent TSS post...
... Yes, here in the Philippines. I guess over there, the superstar programmers are available for the interesting companies, as well as those who can pay. Or...
... CruiseControl for the office and Luntbuild for my assignment. I think Luntbuild's web interface for setting up projects is quite nice, though it looks to...
... If I may add: it's not really specific to Maven, but applicable to Java in general. Classloading is one of those kinda-murky areas of the Java spec that...
... And I'm sure it will be quite hard to find out (slogging through Eclipse sources), so ... ... best practice: avoid using the system classloader unless...
alternatively you can download the eclipse distro from zend. ... (Display.java:2843) ... (WizardDialog.java:853) ... (Dialog.java:661) ... (EventTable.java:62)...
I have a client that will require me to conduct training services for their staff on the above technologies at their offices. Something like a 2-3 day crash...
Hi, list. Wondering if anyone else has run into the same situation. If you have, then you'll know what I'm talking about. Basically, when using Spring...
Whoops. Accidentally pressed Ctrl+Enter. Anyway, the complete example (for those interested) should've been: class UserDao extends JdbcDaoSupport { private...
Looking for your next job in technology? Then check out Accenture Technology Solutions. We build, deploy and maintain robust technology solutions for Accenture...
Hi, Has anybody tried moving/clicking the mouse or pressing the keyboard programatically? For Example.. I will create a code that will make my mouse pointer go...
If mainly for unit-testing purposes (though, it works even when used outside of a unit test), I've used the Abbot framework (http://abbot.sourceforge.net) and...
Hi, Pinoyjuggers! It's been a long time between meetings but we will be having one this Friday at 6:00pm at the office of Stratpoint Technologies. Stratpoint...
Two questions: 1. Have you searched for "browser automation"? This should point you to stuff like Selenium <http://dynamitemap.com/selenium/> (for Firefox, at...
Try HttpUnit. Reiner Tolentino <reiner.tolentino@...> wrote: I forgot to mention.. I will use it to create a program to automate filling up web forms...