Best Buy Remix Forums

API Forum

RSS Feed

Remix.java open Java library

  1. Hey guys,

    Last weekend I put together a Java library for Remix: http://code.google.com/p/remix-java/

    My goals were to keep the library relatively small / lightweight with no non-standard dependencies while still supporting easy, semantic access to API data (store.getAddress(), product.getImageUrl(), etc). Hopefully this will be useful for others, especially in the mobile space!

    - Matt Williams @mattwilliamsnyc

    Message edited by Kevin Matheny - Remix Team 8 months ago

  2. Kevin Matheny - Remix Team9 months ago

    That's awesome, Matt! Thank you very much.

    Are you going to be at SxSWi?

  3. Rick8 months ago

    Matt,

    Very cool, wish I had it a few months ago ;) One suggestion would be to change your floats for prices to BigDecimal, most people will use this to calculate prices and BigDecimal will keep out the floating point errors.

    Looks clean and light weight, Great Job!

    -Rick.Byington@hansoninc.com