Showing posts with label java script. Show all posts
Showing posts with label java script. Show all posts

Friday, October 24, 2008

Java: Open Source Mocking Framework

JMock is a library that supports test-driven development of Java code with mock objects.

Mock objects help you design and test the interactions between the objects in your programs.

The jMock library:

1.makes it quick and easy to define mock objects, so you don’t break the rhythm of programming.
2.lets you precisely specify the interactions between your objects, reducing the brittleness of your tests.
3.works well with the autocompletion and refactoring features of your IDE plugs into your favourite test framework is easy to extend.

Read More...

Sunday, October 5, 2008

The best open source programming language

Is Perl, PHP, Python, or Ruby best? Do Java and JavaScript count?

Then we wondered whether it was fair to compare system-level programming languages with scripting languages. We went on to wonder whether various individual languages qualified as open source. It's clear that Perl, PHP, Python, Ruby, and Tk/Tcl are open source languages; it's not so clear whether Java and JavaScript are. Is it enough for a subset of a language to have an open source repository and an ECMA (European Computer Manufacturers Association) or ISO standard, or should we consider only languages that are completely open source and have community-driven development cycles?
Read more...