Stupid Linux tricks
A compendium of things I’ve found valuable when using Linux and other related open-source software
A compendium of things I’ve found valuable when using Linux and other related open-source software
JPA is great in a lot of ways. But there’s one problem a lot of people have with JPA and ORM in general – imprecise keys. Technically, this is as much a JDBC problem as an ORM problem. It just seems to cause more problems in ORM. Perhaps because ORM ( more… )
JSF and JPA have proven to be more problematic than expected. The upside of the JSF framework is that the datamodel objects can be presented more or less right up to the page view layer without recourse to Data Transer Objects (DTOs). The downside, is that what’s presented isn’t always ( more… )
Getting all of the above to play together can be tricky. I knocked myself offline for nearly 2 days after the latest upgrade. Broken Tomcat/Eclipse The sysdeo Tomcat plugin no longer works when my testapp is installed – the log says the WebAppClassLoader (todo: check name) cannot be found. Something’s ( more… )
And we’re off to the races.