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.

Posted in CSS, Java, Programming, Web Development | Tagged , , | 1 Comment

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 , , , , , , | 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

Posted in Data Store, Java, ORM, Programming | Tagged , , | 2 Comments

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.

Posted in Data Store, Java, ORM, Programming | Tagged , , , | 5 Comments

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 , , , , , | 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 , , , , , , | 1 Comment