Objective-C: Memory Management; Maven: Handling Multiprojects

Developers continue to debate the question of memory management solutions. Which is best? Although Objective-C’s retain/release runs smoother and faster than Java’s garbage collection, it places a much larger burden on the developer and introduces a much larger risk of memory leaks.In the first of a series of articles that detail the important differences between Java and Objective-C, Marcus Zarra compares and contrasts memory management in Java and Cocoa/Objective-C.

Maven is an incredibly powerful tool that allows for the easy maintainability of Java projects. But what if your project is more complex than a simple Hello World applet? Marcus Zarra introduces the Maven multiproject concept, which is designed to facilitate the management of complex projects.

16 Comments

  1. 2005-09-27 5:49 pm
    • 2005-09-27 7:06 pm
  2. 2005-09-27 6:33 pm
    • 2005-09-27 8:58 pm
      • 2005-09-27 9:55 pm
    • 2005-09-28 1:27 pm
  3. 2005-09-27 6:41 pm
    • 2005-09-27 6:45 pm
    • 2005-09-27 8:02 pm
  4. 2005-09-27 6:56 pm
  5. 2005-09-27 7:31 pm
  6. 2005-09-27 8:28 pm
  7. 2005-09-27 9:34 pm
    • 2005-09-28 12:35 am
    • 2005-09-28 7:49 am
  8. 2005-09-27 11:32 pm