NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
FUD (Score:2)
--
xoa
Re: (Score:1)
With proprietary commercial products, unless you've been invited to be a beta-tester, you are entirely at the mercy of the software's producer as to when the next upgrade will come out. E.g., MS Vista. An individual developer working at company X has no control over that software's release date. At best, he can pester management to purchase it once it does appear. For all practical purposes, the developer h
Re: (Score:1)
There are massive quantities of free-as-in-speech Java libraries, at least as much stuff as there is on CPAN. The Apache Software Foundation is home to a lot of very popular projects. However, overall, Java does not have a central repository, and the cultural conventions of free Java code are not quite as coherent as those of CPAN stuff.
Perl remains king with CPAN, but Java is not a bad choice in that area.
Re: (Score:2)
Re: (Score:2)
I agree with finding the code, There are a few known quantities (jakarta, codehaus) and some well-known places to look for links. But there's no CPAN, and certainly nothing like the infrastructure that's built up around it.
But I disagree about the build. Nearly all projects have an Ant build script (build.xml) or, less commonly, a Maven build (project.xml). Not all of them have the same targets, but it's there and sufficiently readable to use.
There is some consistency with file layouts, but a number of
Re: (Score:2)
Yep, they are a couple of well known places (and usually pretty good). But it's still not as integrated as CPAN.
Re: (Score:2)
Yeah, I know why they do it too, but I still don't like it. It's just as easy (and IMO less confusing) to create a 'conf' directory and put that on the classpath. But that's a minor quibble.
Re:FUD (Score:2)
Ah, but if you're using an IDE like Eclipse, it automatically copies stuff from src to bin. And so the rot sets in. "It works", why change it...
-Dom
Reply to This
Parent