Tags
Authors
I often have small pieces of information or thoughts I want to blog about but never get around to do it.
What better time to start blogging here as on the day we push our 2years+ work out as GA ready.
By our work I mean JBoss Microcontainer project, MC for short name. ;-)
DZone just published a Seam reference card, by Seam committer Jacob Orshalick.
RichFaces 3.3.0.BETA1 has been deployed to: http://repository.jboss.org/maven2/org/richfaces/ui/richfaces-ui/3.3.0.BETA1/
I'm happy to say that Seam 2.1.1 is one step closer to being done. We've just released Seam 2.1.1.CR1, so please take a look and let us know what you think. CR1 is largely a bug-fix release, with a number of notable performance improvements, especially around hot deploy. We've added support for PDF forms to the iText integration, and there's preliminary support for OpenID, but you'll have to wait for CR2 for the example and docs. Seam-gen now generates IntelliJ IDEA projects. And, I should also point out that we've changed a few of the URLs on examples to match up better with the example names.
I keep getting asked about the relationship between Seam and Web Beans. At a high level, the mission of the Seam project remains unchanged: to provide a fully integrated development platform for building rich Internet applications, based upon the Java EE environment. In Seam2, this platform consists of the following layers:
I want to say something about the Panasonic DMC-LX3. I've never written a camera review before, but I'm so inspired by the fact that finally someone made a compact camera for people who actually know something about photography, that I want to do something to encourage this trend.
Something that's always slightly bemused me is that software development methodology
is something you never seem to hear discussed in organizations whose business is technology. Sure, product companies are certainly very interested in practices and tools to support good practices. (For example, product companies certainly care about testing practices.) But technical practices are kinda orthogonal to methodology debates. And I never hear about a company like Red Hat paying any attention at all to the latest fashions sweeping through the world of agile consultants
and project managers
. In fact, I'd be very interested to hear of a single example of a truly great software product that was developed (at least initially) according to a methodology.
Here's another usecase for the injection point metadata API that we're considering adding to Web Beans. I've always thought it would be nice to be able to inject entity instances by role, instead of passing references around the system. (In Seam, you can use home objects to achieve this.)