Suche
Blogroll
Me
Tools
Tag Cloud
ajax build cassandra cloud configuration corporate database derby development process distributed dwr eclipse england gem hibernate it java linux math mysql nosql osgi osx pde pde-build persistence php properties rails Rezepte saas scalability software Software-Development string svn system.out teaching toronto usability xampp xdebug xml yaml zendframeworkKategorien
Archiv
- Januar 2012
- Dezember 2011
- Mai 2011
- März 2011
- Januar 2011
- Oktober 2010
- September 2010
- August 2010
- Juli 2010
- Juni 2010
- Mai 2010
- April 2010
- März 2010
- Februar 2010
- Januar 2010
- Oktober 2009
- August 2009
- Juli 2009
- Dezember 2008
- November 2008
- Oktober 2008
- März 2008
- Februar 2008
- Januar 2008
- Dezember 2007
- November 2007
- Oktober 2007
- Mai 2007
- April 2007
- Februar 2007
- Januar 2007
- September 2006
- Juni 2006
- Mai 2006
- April 2006
- März 2006
- Februar 2006
- Januar 2006
- November 2005
- Oktober 2005
- August 2005
- Mai 2005
- April 2005
- März 2005
- Februar 2005
- Januar 2005
- Mai 2004
- April 2004
- Oktober 2003
- September 2003
- August 2003
- Januar 1970
Archiv der Kategorie: Software-Development
Resolving Hibernate exceptions with MySQL on Linux because of case-sensitive table names
Today I tried to deploy my application from my OSX dev machine to a server on Amazon EC2. I was running into exceptions like this: Caused by: org.hibernate.exception.SQLGrammarException: could not load an entity: [app.model.entities.Jobs#8] at org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:90) at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:66) at org.hibernate.loader.Loader.loadEntity(Loader.java:1895) … Weiterlesen
Veröffentlicht unter Software-Development
Verschlagwortet mit hibernate, linux, mysql, osx
1 Kommentar
Resolving trouble with Ruby On Rails with MySql on XAMPP on OSX Snow Leopard
I was trying to work through the Get Started guide of Ruby On Rails but I had issues when I was trying to run the command “rake db:migrate” the first time. It was complaining that the mysql gem was not … Weiterlesen
Veröffentlicht unter Software-Development
Verschlagwortet mit gem, mysql, osx, rails, xampp
3 Kommentare
Eclipse PDT and XDebug finally working
Yesterday I wanted to give myself a little update what’s going on in the PHP world as I was deeply involved in Java/J2EE in the last 4 years and haven’t done any PHP work besides maintaining some of my websites. … Weiterlesen
Veröffentlicht unter Software-Development
Verschlagwortet mit eclipse, php, xdebug, zendframework
2 Kommentare
7 tips how to write better emails that people will understand
We all know it: We have a complex problem which we need to solve but we need to explain the problem first to a group of people to look for a solution or give sign-off. That means we first need … Weiterlesen
Veröffentlicht unter Allgemein, Software-Development
4 Kommentare
My 10 favorite links on Software architecture, scalability and design
1. The Internal Design of Force.com’s Multi-Tenant Architecture (Video) 2. Dan Pritchett on Architecture at eBay (Video) 3. Orbitz.com Architecture with Brian Zimmer (Video) 4. Scalability Principles 5. An Unorthodox Approach to Database Design : The Coming of the Shard … Weiterlesen
Veröffentlicht unter Allgemein, Software-Development
1 Kommentar
Freemarker Templates: Layout / Decorators with Shared Variables in Data Model
This tutorial is about the Freemarker template engine and it explains how to build a custom Layout / decorator mechanism similar to Tiles. I have build my own Layout mechanism similar to Tiles, because it seemed the easiest to me … Weiterlesen
Veröffentlicht unter Software-Development
Hinterlasse einen Kommentar
Getting Hibernate to work with plain OSGI (using Equinox and Jetty in it)
Collection of links on my way to get Hibernate to work in my first OSGI application based on Equinox. Hibernate and OSGi: An elaborate solution OSGI Bundle Repository SpringSource Bundle Repository
Veröffentlicht unter Allgemein, Software-Development
1 Kommentar
Getting started with Maven2
This article is just a central place where I want to collect all the steps and links which I found useful while learning Maven2 and migrate and existing project from Ant to Maven2. The reason I have picked Maven2 is … Weiterlesen
Veröffentlicht unter Allgemein, Software-Development
Hinterlasse einen Kommentar
Version 1.0 is not version 2.0
I am working since a couple of years in client-facing software projects in the e-commerce area. Most of them were german clients of varying sizes which outsourced development of their e-commerce projects. One thing I realized was that many those … Weiterlesen
Veröffentlicht unter Allgemein, Software-Development
Hinterlasse einen Kommentar
Leap Year Problems in FTP package of apache.commons.net
A collegue and I just found out that the FTP fuction listFiles() has a problem exactly today on Feb . 29th as we have leap year. We just guest this, but as we have found this blog entry we were … Weiterlesen
Veröffentlicht unter Allgemein, Software-Development
Hinterlasse einen Kommentar