Did you know? DZone has great portals for Python, Cloud, NoSQL, and HTML5!

filter

  • submit to reddit

Manipulating Collections Without Loops With lambdaj

How many times have you read or written the same two or three lines of code that frequently seem to go together, and even though they operate on different objects, feel like the same thing? And how often these repetitions involve some sort of collections...

8 replies - 6233 views - 06/23/09 by Mario Fusco in Articles

When Framework is Overkill

Recently there have been some hot articles about frameworks: Better Java Web Frameworks and Better Java Web Frameworks: ItsNat. Sometimes I've found that frameworks just make life harder. Recently I was assigned a job to create a company's site from scratch....

15 replies - 5560 views - 02/03/09 by Dapeng Liu in Articles