Category Archives: Frameworks
Using Spring and Hibernate With JPA And Entity Interfaces
I’m currently setting up a new Hibernate project and finally getting around to trying out JPA annotations instead of using any Hibernate configuration or mapping files– what the hell took me so long!!??! Anyhow, among the many gotchas I came … Continue reading
Getting Behind Python: Sun Hires Python & Jython Developers
As both a fan and user of the great technologies Python, and the Sun JVM (primarily via Java), I was very happy to come across this eWeek article which says that Sun announced the hiring of two key Python engineers. … Continue reading
Maven: Including Axis2 Artifacts into EAR’s
I’m going to skip over a rant about how much Axis2 sucks in order to pass a tip on how to include Axis2 artifacts (AAR’s, MAR’s, etc) into an EAR file using the Maven plugin to package EAR files, maven-ear-plugin. … Continue reading
Google Releases Guice: A Java Dependency Injection Framework
Google recently released yet another interesting piece of Java machinery, Guice. Given the direction that Spring 2.0 is going in, this looks like a good alternative if you’re looking for a simple dependency injection framework. If you’re curious about what … Continue reading
Django Is Gaining Legs
While I keep poking around Django, I have yet to do much other than from simple stuff with it. That said, it’s definitely starting to gain some ground, particularly in the media space. Locally in Colorado, both the Boulder Daily … Continue reading
Django Featured on IBM developerWorks
I’ve been playing around with Django quite a bit at home over the past couple of weeks and saw that IBM developerWorks just published the first in a series of articles about Python web frameworks titled “Develop for the Web … Continue reading
Recent Comments