• Post Reply Bookmark Topic Watch Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This page was migrated from a javaranch.com.jsp



<EM>Grab your marshmallows and a stick and gather 'round the campfire for some Java stories. The Ranch writers won't be winnin' any literary prizes, that's fer sure. But      ya still might learn a thing or two.</EM>



Getting in Touch with your Inner Class

A bittersweet, yet ultimately uplifting story.

Rating: INTERMEDIATE

Prerequisites: Understand Classes, Objects, Static vs. Instance members



Evil Unit Testing

Everybody goes on and on about unit tests.  Sure, sure, sure, it is all well and good until it starts to SCREW UP EVERYTHING!  A few minutes with this article will make everything right as rain.

Rating: INTERMEDIATE

Prerequisites: having written a few small programs.



Cup Size

A tale of Java variables

Rating: VERY BEGINNER

Prerequisites: a pulse



Pass-by-Value Please

Cup Size.. the story continues

Rating: BEGINNER

Prerequisite:Cup Size



How my Dog learned Polymorphism

You too can learn one of the most powerful concepts in all of OOP-land.

Rating: BEGINNER++

Prerequisite: Understand Classes, Objects and References



Better Enterprise/Network Monitoring with Component Diagnostics

When Captain Picard asks for a Level 3 diagnostic, what, exactly, does that mean? If your component goes stupid, do you want to fix it before your boss finds out?  The alternative might be users calling customer service, calling the veep who calls your boss who ... well .... you get the idea.

Rating: INTERMEDIATE

Prerequisites: having written a server component.



Evil Ant Build Properties

So you need to check your code in, but when you do a "get latest" on version control, the build breaks.  You check with the guy that checked in the stuff that doesn't work and "well, it works for me!" -- he's checked in some environment stuff that works on his system, but not yours.  There are some solutions, but ... a lot of those solutions have worse problems!  This article explores several different lousy solutions and recommends a hybrid solution - not perfect, but a big improvement!

Rating: ADVANCED

Prerequisites: having worked in a multi developer environment.



Cat and Mouse Games with Bits

Bit manipulations in Java

Rating: BEGINNER+

Prerequisite:Cup Size



Uncle Martin's Ghost Stories

Tales of the Unified Modeling Language (UML), Rational Unified Process (RUP), and Extreme Programming (XP) from Martin Fowler.

Rating: None

Prerequisite: None

 
Don't get me started about those stupid light bulbs.
    Bookmark Topic Watch Topic
  • New Topic