O'Reilly Now Competing With Sun Java Certificates 44
Joel Aufgang writes "O'Reilly Media's O'Reilly School of Technology in partnership with the University of Illinois has just launched a Java Programming Certificate Series, which looks like it's intended to compete with the Sun Certified Java Programmer (SCJP) certification. According to O'Reilly's press release, this is not an exam-based certification but rather a series of project based instructor-led courses that, if you pass, earns certification backed by the University of Illinois. Also interesting is the use of Eclipse as the preferred learning platform as opposed to Netbeans."
I don't know... (Score:3, Interesting)
"I took a class." can be even more easily abused than, "I passed a test." for posing false technical capability. Maybe not though. The market is definitely flooded with people using certifications to mean "ability." I hope this mitigates the problem rather than continuing it.
Comment removed (Score:4, Interesting)
Re: (Score:3, Interesting)
Re: (Score:1)
System Administration vs. Programming Certs (Score:2)
It might be different on the networking side, but I've never seen a developer cert that was worth the paper it was printed on.
Programming certs are silly because programmers are usually hired by other programmers who use the same systems. Serious programs are rarely written by a single person. The manager of a Java programming team usually knows Java.
System administration certs make more sense because the hiring manager may not be familiar with the specific product, and so would be unable to verify the comp
Re: (Score:2)
Re: (Score:1)
Re: (Score:2)
So what would you suggest? Writing an application with Spring and referencing the URL on the resume? Simply listing that I am proficient with it despite the lack of work experience? Or a Spring certification?
Re: (Score:2)
So what would you suggest? Writing an application with Spring and referencing the URL on the resume? Simply listing that I am proficient with it despite the lack of work experience? Or a Spring certification?
I take it you're not proficient in Spring?
If that's the case, don't pretend to be. If you're smart, frameworks are very easy to pickup if you're in an environment where they're already used. If a place is really adamant about "requiring framework or technology X", then it's a good sign there's somethi
Re: (Score:2)
But hoping that all HR screening processes are reasonable is rough. I've got three kids, if one job goes south for any reason I want to find a local replacement very fast.
Re: (Score:2)
Re: (Score:2)
To add to your list... I spent a good week looking for a good description of Java annotations on the web. In the end I just looked it up in
Re: (Score:2)
yeah, if you're complaining about the performance and resource usage of your favourite IDE, you need to run Visual Studio 2008. oh wait a minute....
Re: (Score:2)
I suspect you're doing it wrong. I've got a similar setup on my laptop, and Netbeans is usually not too slow, and Eclipse is tolerable most of the time. Even on my older desktop -- a 3.0 Pentium IV HT with 512MB and XP -- Netbeans is mostly tolerable, though Eclipse is a bit of a drag.
Re: (Score:2)
I would like to note that the version of Java you are running DOES matter. Java has significant speed and GUI improvements every release. If you can't update the version of Java for the software you're running Eclipse can compile and run software with one JDK and
Re:Pigs (Score:4, Insightful)
A good IDE is a productivity tool. It leverages computer power to make your job faster, via things like "Intellisense", drag & drop code, easy refactoring tools, visual tools, etc. It's unfortunate that these IDEs don't come with a "Power Slider" to let you control things like what get cached and what doesn't.
However, in your case, XP really sucks on one gig of RAM. I've seen VS 2005 take an entire gig just for large project. Remember, the IDE isn't trying to be a pig here, it's trying to cache all kinds of things in memory to make your job easier and faster. But your laptop is definitely a few years behind the curve. You're basically asking why your Power Drill isn't working very well with your AAA batteries.
Re: (Score:2)
But your laptop is definitely a few years behind the curve. You're basically asking why your Power Drill isn't working very well with your AAA batteries.
But if I'm trying to get a job, how do I pay for newer hardware to develop a portfolio on?
Re: (Score:2)
You may just have too much RAM already used by the time you start Eclipse. I generally run Eclipse J2EE + more plugins in about 128-256MB heap space, and as long as that heap space is available on *physical* memory, it's silky smooth even on a 1.2Ghz Duo. You are doing something wrong and it's not Eclipse' fault.
Re: (Score:1)
...and this is with a 1.6 GHz Duo, a gig of Ram, on XP. Geeze, WTF! Do I need a frick'n gaming machine to write code now?!?
Notepad should run just fine on that kind of setup. Code away!
Good, the Java Certificate is useless (Score:3, Insightful)
Java Certification only proves you know how to answer trick questions. It's primarily just shows lines with several operators in it and you have to know which ones take priority.
The correct answer to most of the questions should be "This code is so horrible I would rewrite it to be clearer".
When hiring, I've found Java Certified people to be worse than the norm, in no way does it actually test your ability to program.
Re: (Score:3, Interesting)
Re: (Score:2)
Which is great until you need to read someone else's existing code and figure out what it does. Try explaining to the boss why you spent a week rewriting code that already passed QA because you couldn't understand operator precedence.
Besides, some of the Sun Java certification is silly stuff like that but a lot is standard APIs, appropriate classes (e.g. given a specific scenario, which java Collection is most appropriate?), serialization, etc.
Eclipse (Score:2)
Wow, so they teach what people actually use? What a concept!
Kidding (sort of)... NetBeans may be wonderful. But I don't think I've talked to anyone that's used it on a regular basis since 2002, It's about 90% Eclipse and 9.9% IDEA, with the occasional hard-core VI guy.
Re:Eclipse (Score:4, Insightful)
What happened to jBuilder?
I use Netbeans at work extensively since about 5.5. Dependent projects, auto compiling java code from WSDL web services, debug to tomcat in one click. PHP integration now in 6.5. Rarely do I actually have to screw with the conf files as I had to do with eclipse. Worth a second look.
Re: (Score:2)
All of those features, and many more, are available in Eclipse directly or through extensions. Take another look. Well, unless you're so happy you don't see any possibility of switching back anyway.
Re: (Score:2)
I have no idea what you're talking about. I have never had trouble installing plugins. I run more languages and features through Eclipse than NetBeans has in all of its core and plugins combined, simply because the community is so much larger and more effective.
Whatever theoretical advantage NetBeans has because of its single-source packaging is completely irrelevant if it just doesn't support features you need, or an entire popular language like Python (only through plugins, so it's back on equal footing w
Re: (Score:2)
When I have to do Java work, I use Emacs. I tried really hard to use Eclipse at my last job, because that's what everybody else used. But after two months I broke down and installed Emacs.
I found Eclipse to be slow, bloated (even compared to Emacs!), difficult to use, difficult to configure, difficult to customize, and difficult to add new functionality.
Come on man (Score:2)
That loud mouthed good for nothing son of a ...
Oh. Nevermind, carry on.
Re: (Score:1)
Go Go...
I'm working on this now (Score:1)
Don't Do it!!!! (Score:1)