Slashdot Mirror


Developer Site CodeZoo Launches

acomj writes "Developer resource site CodeZoo launched today. An archive of Java code pieces, which plans to do for Java what cpan did for Perl, according to an announcement from O'Reilly." From the announcement: "We're not focused on hosting developer projects, like SourceForge, nor on comprehensively listing all open source Java code. Instead, we've hand-selected a list of the components we think will be the easiest and best to use in your development projects -- whether you are an open source or commercial developer."

5 of 78 comments (clear)

  1. Where's the meat? by Anonymous Coward · · Score: 3, Interesting

    How is this an improvement on what SourceForge
    already does? A brief look at CodeZoo shows that
    most of the projects are hosted on SourceForge already.

  2. Why CPAN works by Matts · · Score: 4, Interesting

    You know, this sounds like it won't ever make it to the level that CPAN has reached. The reason CPAN works is simple: it's entirely open to anyone to put stuff in there.

    In other words, the barrier to entry is incredibly low, and you get free worldwide distribution off the back of it.

    Now in spite of this, there are some incredibly high quality pieces of software uploaded to CPAN every week (there's a lot of junk there too). A lot of people complain about the junk and cry for a way to filter it out, but honestly I think it's actually a bonus - the people who write junk today may produce master works tomorrow and we don't want to discourage them (I went through that same process myself with my earlier CPAN efforts).

    There's been some pretty good stuff written about the success of CPAN elsewhere. I would urge those working on this project to find those articles and read them.

    --

    Matt. Want XML + Apache + Stylesheets? Get AxKit.
  3. Language Independent Libraries? by buckhead_buddy · · Score: 4, Interesting
    Back when I learned to program in the 1970's there were a variety of magazines that would publish programs and tutorials. If Byte ran a game or productivity program for the TRS-80, you can bet that Nibble would an Apple ][ game that was similar in concept down the road. Even though the programs and explanations were nothing alike, even a 4th grader like me could see shared ideas floating around. And often times, being able to compare the ideas, programs, and platforms was even more beneficial than just one library of programs from one provider.

    These days much has changed in terms of cross-platform software. People write code for libraries and api's rather than particular processors. Compliance standards like Posix and runtime layers like Apache's APR take out some of the low-level drudgery. Libraries like Mono and GnuStep are trying to bring the API's themselves into open source utility.

    While this Java library sounds like a great thing, why write it specific to Java? Like those magazine articles of old, it seems like there'd be a demand for a variety of program ideas, tutorials demonstrating the construction, and a language specialist who'd take the program and customize for a particular language, platform, and or api set.

    I know that cpan thrives because of the strong perl advocacy, but the idea here is for computer science advocacy with specialization to illustrate how the idea could be done implemented in Visual Basic versus Java versus Objective-C versus Python and on and on. Some of the best knowledge I learned about Object Oriented Programming didn't sink in until I specifically took a look at a program trying to do the same task in C, Java, and Smalltalk. While the Haskell advocates may not ever have the manpower to write comparative tutorials with procedural languages, they might be able to implement a few of the programs to give a Haskell newbie a leap on the big changes in mindset rather than just the syntax of a procedural langauge.

    Would such an archive be profitable? Who knows. In no way am I trying to knock the new Java zoo, but just idlely speculating about ways that some of these great language specific libraries and tutorials might be made a bit more independent :-)

  4. Re:Documentation? by Skudd · · Score: 4, Interesting

    I agree. I just downloaded one of the packages, CroftSoft, and it had absolutely NO documentation. The most I know is that it...

    An Open Source portable pure Java game library with example games, Swing-based sprite animation engine, deployment framework, and firewall tunneling networking. The code is documented in the book Advanced Java Game Programming by David Wallace Croft.

    Yes, nice... A book. Offer a package, but don't document it.

    I don't mean to sound like a wet blanket and all, but I think this is something that is being hyped up too much before it's given a shot at reality. I do commend them for their efforts on getting it started though.

  5. I worry more about the book references by steve_l · · Score: 3, Interesting

    As the author of a non-ORA book, I worry that if thing becomes the "one stop shop" for Java content, then it will refer the viewers only to the ORA books. Which, as an O'Reilly site, they are free to do. But this is exactly why independent sites -CPAN, CTEX are better -no half-hidden agenda, other than the technology itself.