Software Alternatives & Reviews

Byte Buddy on Android made possible

Mockito Hibernate
  1. Mocking framework for unit tests in Java.
    Pricing:
    • Open Source
    If you've ever used libraries like https://github.com/JakeWharton/hugo or https://hibernate.org/ (if you've ever done some backend development) and wondered how do they seem to add some code/logic into your app just by adding some annotation to some method, or if you ever wondered how mocking frameworks like Mockito can change a class behavior for example, then most likely you're interested in a programming technique that allows to modify existing code, usually known as Aspect oriented programming (also known in Java as Bytecode instrumentation) which, even though it might sound intimidating at first, some really cool tools such as Byte Buddy or AspectJ make it quite easy to accomplish.

    #Testing #Automated Testing #Browser Testing 14 social mentions

  2. Hibernate an open source Java persistence framework project.
    Pricing:
    • Open Source
    If you've ever used libraries like https://github.com/JakeWharton/hugo or https://hibernate.org/ (if you've ever done some backend development) and wondered how do they seem to add some code/logic into your app just by adding some annotation to some method, or if you ever wondered how mocking frameworks like Mockito can change a class behavior for example, then most likely you're interested in a programming technique that allows to modify existing code, usually known as Aspect oriented programming (also known in Java as Bytecode instrumentation) which, even though it might sound intimidating at first, some really cool tools such as Byte Buddy or AspectJ make it quite easy to accomplish.

    #Web Frameworks #Developer Tools #Development 14 social mentions

Discuss: Byte Buddy on Android made possible

Log in or Post with