Monthly Archives: June 2011

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

Loading CSS from a JAR file

Recently a co-worker created a jar with common utilities in it including some JSP tags. The tag was easy enough to deal with but how do you load CSS/JS from a jar file? His solution was pretty simple; create a … Continue reading

Posted in CSS, Programming, Velocity, Web Development | Tagged , , , , | Leave a comment