Iced Tea in Crete 2012:Lightning Talks

From WikiEducator
Jump to: navigation, search
Lightning Talks
Convenor: All
Participants:
  • Rabea Gransberger
  • Thomas Darimonts
  • Maz Rashid
  • Michael Hunger
  • Kon Soulianidis
  • Andrew Hamilton
  • Tasos
  • Aggelos
  • Kirsten
  • Maz
  • Ignasi
  • Sophia
  • Marc H

...

Summary:

Lombok (Rabea)

  • Getting rid of boilerplate-code like getters and setters with annotations on fields and methods
  • Integrates with javac, eclipse
  • See http://projectlombok.org/ for a demo video

JD-GUI (Thomas)

  • Decent java decompiler - IMHO better than jad or DJ Decompiler
  • Deals with Java 1.x / 5 / 6 / 7
  • Supports Annotations / Generics
  • Integrates with eclipse, intellij
  • See http://java.decompiler.free.fr for standalone version or ide plugins

Decompile Android Applications with dex2jar (Thomas)

  • Converts an android .apk file to .jar file
  • Converts the delvik bytecode (dex) to java bytecode.
  • Jar can be analyzed with an java decompiler like JD-GUI ;-)
  • See http://code.google.com/p/dex2jar/


Unit Testing with Groovy

Recommendations:

Recommendations go here

  • ...
  • ...