-
Recent Posts
Archives
Frequent Topics
595 Android API mode APK Arduino bash clone cygwin DX160 EEPROM EL GlobalCache Graphic LCD hack home automation IE Infrared Internet Explorer IP2IR IR JAR java javascript jQuery jQuery UI LCD manual install MongoDB ORM Parallax RFID Schlage Serial Servo shell shift register simulator SoftwareSerial Sparkfun TTL X-10 X10 XBee XML mapping z-indexMeta
Tag Archives: java
Loading CSS from a JAR file evaluating EL
Yesterday I briefly explained how I was loading CSS files from a JAR and forcing their content through Velocity to evaluate expressions. A co-worker offered up a more simple solution, it’s after the break.
Spring MVC AJAX web services Part 2, attack of the JSON post
Previously I covered how to create simple AJAX web services using Spring MVC and annotated controllers. This made it very easy to create robust services that automatically convert your java beans into JSON for easy consumption by your AJAX client. … Continue reading
Posted in Java, Javascript, jQuery, JSON, Programming, Spring
Tagged annotation, controller, java, javascript, jQuery, mvc, spring
2 Comments
Java ORM using mongoDB part 2
Previously I briefly introduced the mjorm mongo-java-ORM solution I found. This post will go more in-depth and give more specific examples of querying, creating, and removing records from your mongoDB instance. If you don’t already have mongoDB, you’ll need it … Continue reading
Java ORM using MongoDB
My previous blog post covered a little about MongoDB. It’s really simple to use on the command line and thanks to an open-source developer, it’s really simple to use in a java application.
Home Automation with Infrared – IR Part 2
In my previous post we discussed a network to IR bridge by GlobalCache. This allows any device with the ability to communicate over the TCP/IP network to send IR commands. I created a proof of concept for the Android platform … Continue reading
Posted in Android, Hardware, Home Automation, Java
Tagged Android, GlobalCache, Infrared, IP2IR, IR, java
3 Comments
Home Automation with Infrared – IR
A While back I had the idea of turning my Android device into a touchscreen remote. As my phone has no Infrared transmission capability, I had to figure another method to bridge the gap between the devices I wanted to … Continue reading
Posted in Android, Hardware, Home Automation, Java
Tagged Android, GlobalCache, home automation, Infrared, IP2IR, IR, java
1 Comment