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!
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.
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
Tags
Kevin Matheny - Remix Team – 9 months ago
That's awesome, Matt! Thank you very much.
Are you going to be at SxSWi?
Rick – 8 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