SignUp    Login
HomeTechnologyEntertainmentSportsBusinessHumorMore TopicsDirectorySubmit a Blog
Blog Detail
Tapestry and HiveMind
Ongoing thoughts about all things Apache Tapestry and Apache HiveMind, by Howard Lewis Ship, the creator of both frameworks.
Related Blogs
previous blog next blog
8.5
great
based on editor's review
recent postsrss feed
Posted on Thursday June 26, 2008 at 01:54 PM
Just hit a NullPointerException in some code: public boolean isOwner() { return authManager.getUser().equals(blog.getOwner()); } Turns out, sometimes getUser() returns null. I started to retype this, then thought: "Can IntelliJ help me?" Answer: yes. Because of IntelliJ coolness, I click anywhere in the expression, type option-enter and choose 'Flip .equals()' and it rewrites the code to: public bo...
Posted on Thursday June 26, 2008 at 01:00 PM
I just noticed that Ted Neward is on Twitter ... but only twits in Haiku form....
Posted on Monday June 23, 2008 at 09:00 PM
I've been working a bit with Ivy but finding it doesn't quite fit my needs (or that I have a lot more to learn). What I've found with Ivy is that it has its way of doing things, and part of The One True Path is that you should create a repository just for your organization ... they really hate the idea of depending on the central Maven repository. In any case, my need is to make it easy to build Ta...
Posted on Thursday June 19, 2008 at 01:17 PM
The Good is that it does feel faster,and it now sports a UI that looks much more Mac native. The Bad is that many plugins don't work yet, such as FireBug! In addition, the Selenium support for Firefox is glitchy with the new release. Update: People are coming out of the woodwork to point me at the Firebug for FF3 ... check the comments!...
Posted on Wednesday June 11, 2008 at 12:18 PM
Here's an odd place to get a ClassCastException: org.hibernate.type.StringType.toString(StringType.java:44) org.hibernate.type.NullableType.nullSafeToString(NullableType.java:93) org.hibernate.type.NullableType.nullSafeSet(NullableType.java:140) org.hibernate.type.NullableType.nullSafeSet(NullableType.java:116) org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:38...
Comments & Reviews:
Be the First to Review this Blog!