amazon s3 grails

I was about to integrate stitches to amazon s3 and came across this grails plugin that does a lot of what I wanted to do.
Rather than go directly with the JetS3t library, I think I am going to use this plugin and fix stitches to use it by adding a new domain object to handle the syncing.  My work is done here.  (not really, but half way there already).

grails amazon-s3

I just tried installing the amazon s3 plugin for grails in my grails 1.0.4 application

grails install-plugin amazon-s3

It goes pretty far, but fails to compile.  Problem is that I had a version of jets3t-0.7.0.jar in my application, this was overriding the plugin jar.

Using the eclipse WTP with maven

I use eclipse and maven.  Instead of manually configuring my classpath in eclipse to match my maven project, I can have maven automagically generate all my eclipse files that I need to run my war file with the WTP (Web Tools Project).
I run the following at the command line, refresh my project in eclipse, and voila, my project is configured to run in eclipse.
 
mvn -Dwtpversion=1.5 eclipse:eclipse
 
 

Wicket Modal dialog, I love you more when you abuse me like this.

I just updated this story to include the solution to my problem at the bottom of the page...

 

The following describes a problem that i had with the wicket modal dialog and how I fixed my code to solve my problem.  The problem is only appearing in Firefox, and not in Safari

I am in the midst of writing my first full application with wicket.  I love the Modal Dialog.  However, anytime I brought it up from my very nested panel, the content that I wanted to appear within the dialog would be written to the main screen.  Like this...

Java Regex

 
Need a regular expression, head over here.

  • ^[a-zA-Z\s]+$ alpha with spaces
  • ^[a-zA-Z\s]{2,9}$ same as above, but min of 2, max of 9

Chilling at Color Me Mine

If you go to http://obamiconme.pastemagazine.com, you can create nifty icons of yourself with your webcam.  I did this why chilling at cmm.

Loseyourjob?

Getting my new site, loseyourjob.com up and running with drupal.  If you have any tips or want to work on it with me, give me a ping.
Thanks
 

Custom module or Use Input Filter?

Lucene Locallucene bug?

I heard that one of my top favorite jar's is going to be incorporated into lucene contrib.  Locallucene is very very good.   Anyway, ran into my first problem with it in a while. I am incorporating locallucene into a grails application using the searchable plugin.  locallucene was choking when it hit a deleted document.  I filed a bug report https://issues.apache.org/jira/browse/LUCENE-1571
 
 

Pittsburgh Water and Sewer Authority must be braindead and stupid

I just opened my monthly water and sewer bill.  Another $85.00 down the drain.  But included in my bill was a yellow paper that informed me that Pittsburgh Water and Sewer Authority (PWSA) has appointed Jordan Tax Service, Inc. ("Jordan") as Collector and the law firm of Goehring, Rutter & Boehm, P.C. "GRB" as Special Legal Counsel for the collection of delinquent water and sewer charges. 

Syndicate content