Slashdot Mirror


O'Reilly Now Competing With Sun Java Certificates

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."

44 comments

  1. degree farm? by Anonymous Coward · · Score: 0

    Some of these certification procedures are really starting to look like the mass of degree farms recently shut down.

  2. I don't know... by i+kan+reed · · Score: 2, 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.

  3. Pigs by Anonymous Coward · · Score: 0, Flamebait

    Does anyone take those certifications seriously or are they there to take money away from programmers who don't know any better? I very rarely see a job that requires them and I think those that do are posted by folks who want to share the loss of money.

    Also interesting is the use of Eclipse as the preferred learning platform as opposed to Netbeans.

    They're both pigs. They take too long to start and whenever I move my cursor, they both hang - 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?!?

    1. Re:Pigs by Anonymous Coward · · Score: 0

      When I'm interviewing junior-level candidates, I tend to think much worse of a developer who highlights his certification over whatever experience he has.

      Any senior level resume that has a section for certifications usually goes straight in the recycle bin.

      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.

    2. Re:Pigs by tmdawg1975 · · Score: 1

      Agreed -- exam-based certifications are good filler on a resume, but experience is king. I can tell you though, the OST courses focus on real-world experience, not an exam. There's an instructor that coaches you and keeps you at it until you get it right.

    3. Re:Pigs by gbjbaanb · · Score: 1

      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....

    4. Re:Pigs by DragonWriter · · Score: 1

      They take too long to start and whenever I move my cursor, they both hang - and this is with a 1.6 GHz Duo, a gig of Ram, on XP.

      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.

    5. Re:Pigs by gatesvp · · Score: 3, 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.

    6. Re:Pigs by setagllib · · Score: 1

      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.

      --
      Sam ty sig.
    7. Re:Pigs by afidel · · Score: 1

      Why would you throw away a resume just because they list their certs? I can see discounting or even skipping over the section, but throwing out a candidate because they gave you information seems to be a sure way to lose good people. I admit I'm on the networking side, but I tend to put enough information on my resume to show a wide variety of experience. I could show just the stuff listed in their job posting but then I'd probably get pigeonholed into some narrow focused job, I'm a generalist and would like to stay that way =)

      --
      There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
    8. Re:Pigs by svank · · 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!

    9. Re:Pigs by lemnik · · Score: 1

      We recently had a discussion about this on our local JUG, and the consensus was in fact that people giving to much weight to their "eduction" would generally have their CV's chucked. People doing the hiring view certificates (especially to many of them) as a way to cover up incompetence.

    10. Re:Pigs by DuckDodgers · · Score: 1
      I took the SCJP cert after I had three years of Java work experience because I thought studying for it might fill in some gaps in my knowledge of Java. Turns out I was right.
      • I had been implementing hashcode incorrectly in some of my classes, and only dumb luck prevented me from unplanned duplicate entries in my HashMap and HashSet objects.
      • I had occasionally been using Lists when I should have used Sorted Sets.
      • I got comfortable with the syntax for static inner classes and anonymous inner classes.
      • I now understand the syntax ?, ? extends, and ? super for Java Generics and I also understand why they implemented generics the way they did. (I don't like the implementation, but at least now I understand it.)
      • I have the class hierarchy and inter-relationships of the most commonly used java.io and java.util classes and their constructors memorized, which makes for less time flipping through my Java API book when I'm writing new classes.

      Now, anyone sufficiently motivated can learn all of that on their own. Which is fine. But why not get the piece of paper that confirms you have a strong grasp of most of the common language API?

      All in all, I consider $30 for a study guide and $200 for the test money well spent. Now I'll agree with anyone that says a certification is no substitute for good experience and especially no substitute for a strong foundation in software engineering concepts. But a good certification is not a waste of time.

    11. Re:Pigs by DuckDodgers · · Score: 1

      I work at a company that uses Struts and Hibernate. Many of the places hiring senior Java devs near me want the candidate to be proficient in Spring. In my personal experience, simply writing a technology down on a resume without having any attached work experience does not carry any weight.

      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?

    12. Re:Pigs by AmaDaden · · Score: 1

      Agreed. I am a recent 4 year college grad. I have not yet taken the exam but I've been reading the Java core books. There is so much I was never taught about how Java works at collage. You might be able to write a good program in Java but if you can't pass that test you will never be able to write truly great programs that take full advantage of what Java has to offer.

      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 the Java core books. The explanation taught me everything I could need to know about what they were and how they worked.

    13. Re:Pigs by AmaDaden · · Score: 1

      It depends on how many projects you have and what else you are running. I do JSP work on a huge code base. So I tend to have a web server, Eclipse, and web browser running at all times. I needed at least 2 gigs to work at any kind of normal speed.

      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 run it self on a different JRE

    14. Re:Pigs by Vellmont · · Score: 1


      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 something odd going on at that company. I'll choose someone who's intelligent and has good instincts over someone that knows the ins and outs of a technology every time. If you're really concerned about "not knowing technology X", then just go and learn it by producing something. A cert should be considered worthless.

      --
      AccountKiller
    15. Re:Pigs by tepples · · Score: 1

      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?

    16. Re:Pigs by DuckDodgers · · Score: 1

      I wouldn't lie. I would only list a Spring website or personal proficiency after I had actually built one or developed it, respectively.

      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.

  4. Have you taken a SCJP exam? by MikeRT · · Score: 3, Interesting

    I took one earlier this year. It was primarily good for testing my ability to regurgitate information about the language and APIs. That's it.

    If I were an employer, I would give much more credence to someone coming in as an entry level hire or switching from another language if they had something like this. Lab-based, graded courses show that you have at least some practical ability to apply the material.

    In hindsight, I agree with a professor of mine who said that a single, solid A in a 400-level CS class is probably worth more than any programming certification starting out. If you want to do this on the cheap, just take a few classes at a community college. That's what I'm doing to get some "official training" to back up the fact that I do know C# well enough to make the switch from Java. One or two audited courses will have the same effect, but cost me less than $300 and I'll only have to do a few homework assignments and exams :)

    1. Re:Have you taken a SCJP exam? by pinkstuff · · Score: 3, Interesting

      I believe that is the idea - SCJP is about memorising the facts, and the SCJD is about testing the application of that knowledge. I know that when I sat the SCJP I did pickup some things that I never new even with my industry experience, so IMHO it is worth while.

    2. Re:Have you taken a SCJP exam? by Anonymous Coward · · Score: 0

      And that goes to show that "I have industry experience" can be abused for posing false technical ability as well. Hiring is hard stuff and there is no silver bullet.

  5. Good, the Java Certificate is useless by bug_hunter · · Score: 2, 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.

    --
    It's turtles all the way down.
    1. Re:Good, the Java Certificate is useless by sixtwentytwo94 · · Score: 3, Interesting

      I work for O'Reilly and I can definitely say we didn't design this program to compete with some test. It's was designed to compete with Universities.

    2. Re:Good, the Java Certificate is useless by Anonymous Coward · · Score: 0

      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.

      Bullsh*t. I take it you took the exam and failed. The exam covers quite a lot of different concepts and that first paragraph you wrote is just plain wrong. That's not what the exam is about.

      It's not about "trick questions" and the exam certainly isn't "primarily showing several operators" and asking you which one takes "priority" (btw related to operators, it's been decades people are talking about "precedence", not "priority").

      You're just writing bullsh*t because you failed it.

      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.

      Rubish bollocks.

      When interviewing, I know that people bringing their SCJP (Sun Certified Java Programmer, the entry level one) card at least have some Java knowledge.

    3. Re:Good, the Java Certificate is useless by DuckDodgers · · Score: 1

      This code is so horrible I would rewrite it to be clearer.

      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...

      I was already an experienced Java developer when I took the certification. Having to memorize all of those features made me much faster at writing new code and reading legacy code. The certification alone wouldn't be enough to make a good developer, but I really do believe my productivity benefitted from it.

    4. Re:Good, the Java Certificate is useless by Anonymous Coward · · Score: 0

      I can't speak for your Java certificate, but I did get the Unix Admin certificate. Although it was mind-numbingly easy (caveat: both SA and programming come very easily to me), it did help me get a decent starter job in the industry. So it certainly served the purpose I intended it to. Almost all of the books I own are O'Reilly, btw. In general the quality of the books is superb and I see no reason why a certification series designed by you guys wouldn't be either.

  6. Eclipse by Garg · · Score: 1

    Also interesting is the use of Eclipse as the preferred learning platform as opposed to Netbeans.

    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.

    --
    Garg
    Alumnus, Xavier's School for Gifted Youngsters
    1. Re:Eclipse by Electrawn · · Score: 3, 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.

    2. Re:Eclipse by setagllib · · Score: 1

      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.

      --
      Sam ty sig.
    3. Re:Eclipse by jlarocco · · Score: 1

      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.

    4. Re:Eclipse by Anonymous Coward · · Score: 0

      The "or through extensions" part is the problem with Eclipse. Sure there are plug-ins that offer the same functionality as Netbeans. However Netbeans is configured and packaged by one company. All parts simply work together and are much better integrated into the IDE.

      The plug-in mess in Eclipse is what drove me away. Every plug-in needs some version of some library that doesn't work with some other plug-in and so on. Dependencies cannot be resolved, versions aren't supported, etc. Installing a simple GUI builder or BPEL editor is a massive pain that can cost hours.

    5. Re:Eclipse by setagllib · · Score: 1

      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 with Eclipse, only the NetBeans plugin is, as usual, much worse). There's just no point arguing about the supposed superiority of a platform for use-cases it doesn't even support anyway.

      --
      Sam ty sig.
  7. System Administration vs. Programming Certs by qbzzt · · Score: 1

    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 competence of prospective employees.

    --
    -- Support a free market in the field of government
  8. Come on man by LordKaT · · Score: 1

    That loud mouthed good for nothing son of a ...

    Oh. Nevermind, carry on.

  9. FUCK IT by Anonymous Coward · · Score: 0

    WE'LL DO IT LIVE

    1. Re:FUCK IT by EmperorKagato · · Score: 1

      Go Go...

      --
      ----- You know you have ego issues when you register a domain in your name.
  10. I'm working on this now by cptBongo · · Score: 1

    Got a pretty boring job right now, so I thought I'd tried to bump up my skills during regular office downtime. The Unix sysadmin modules are OK, and a million miles better than crappy 'learn-by-rote' microsoft courses. To get through them you do need to have some clue, though I have found them pretty easy (with 2 years' sysadmin experience). I would recommend them to a total beginner to get up to speed working on real systems. Anyone at a higher level can get just as much from a test system and a bunch of textbooks, for a far lower price.

  11. Don't Do it!!!! by BradleyAndersen · · Score: 1

    I have a "Web Programming" cert from O'Reilly. One of the six (> $300 @) courses comprising said cert required me to "learn" Unix. I think we got as far as the 'ls' command. The O'Reilly folks are where I turn first for IT books, but, these courses simply do not measure up.

  12. Re:first post by Anonymous Coward · · Score: 0

    It's like a taste explosion!