I'm the creator of Hibernate, a popular object/relational persistence solution for Java, and Seam, an application framework for enterprise Java. I've also contributed to the Java Community Process standards as Red Hat representative for the EJB, JPA, JSF specifications and as spec lead of the CDI specification. At Red Hat, I'm currently working on Ceylon, a new programming language for the JVM.
I also post stuff on G+.
| Recent Entries |
|
10. Jan 2012
|
|
|
12. Aug 2011
|
|
|
11. Aug 2011
|
|
|
06. Aug 2011
|
|
|
02. Aug 2011
|
|
|
01. Aug 2011
|
|
|
24. Jul 2011
|
|
|
22. Jul 2011
|
|
|
21. Jul 2011
|
|
|
20. Jul 2011
|
|
|
19. Jul 2011
|
|
|
17. Jul 2011
|
|
|
13. Jul 2011
|
|
|
07. Jul 2011
|
|
|
09. Jun 2011
|
| Contexts and Dependency Injection | (44) |
| Ceylon | (41) |
| Web Beans | (41) |
| Seam News | (29) |
| Seam | (28) |
| Weld | (14) |
| Java EE 6 | (13) |
| Introduction to Ceylon | (12) |
| Hibernate | (6) |
| JavaServer Faces | (6) |
| JPA | (5) |
| JPA 2 | (5) |
| Web Beans Sneak Peek | (5) |
| Criteria Queries | (4) |
| Bean Validation | (3) |
| EE6 Wishlist | (3) |
| Portable Extensions | (3) |
| Seam Wiki | (3) |
| Web Frameworks | (3) |
| Interceptors | (2) |
| JBoss Tools | (2) |
| Payasos | (2) |
| XML Hell | (2) |
| Ceylon IDE | (1) |
| EJB | (1) |
| Granite DS | (1) |
| JDO | (1) |
| Persistence | (1) |
| Photography | (1) |
| RichFaces | (1) |
|
Java Persistence with Hibernate
with Christian Bauer November 2006 Manning Publications 841 pages (English), PDF ebook |
|
Hibernate in Action
with Christian Bauer August 2004 Manning Publications 408 pages (English), PDF ebook |
The seam community site went live exactly one month ago, and already boasts more than 1000 registered members, with twenty-something people signing up every day. The new forum is buzzing, and we're starting to get lots of useful information up on the wiki.
Meanwhile, I've just got back from a long trip to Japan and Australia, where I met with a bunch of big companies who are either using Seam, considering using Seam, or just curious. And a lot of people have been asking about Web Beans...
In case you're wondering, this site is running on a new wiki platform that Christian has developed over the last few months. We'll use this wiki for the new seamframework.org site and, eventually, port hibernate.org across. For now, this blog is a perfect way to validate the content and plugin architecture and test the overall stability of the platform.
(Yeah, I know the site was crawling yesterday, hopefully this problem will be resolved soon, we'll see...)
Every page on this website is a wiki page, and was produced by writing wiki text. The only reason you see this content as a blog is that Christian has developed a set of plugins that may be used to aggregate and embed content within the surrounding Seam Text content.
For example, the Seam Text source of my blog home page is:
[<=hideCreatorHistory]
[<=clearBackground]
<div style="float:right; width:29%;">
<div>[<=userProfile]</div>
<div style="margin-top:15px;">[<=blogRecentEntries]</div>
<div style="margin-top:15px;">[<=blogArchive]</div>
<div class="box" style="margin-top:15px;">
<div class="boxHeader">My Links</div>
<div class="boxContent">
[Hibernate=>http://www.hibernate.org]
<br/>
[Seam=>http://www.jboss.com/products/seam]
<br/>
[My Photo Blog=>http://gavin-king.blogspot.com]
</div>
</div>
</div>
<div style="width:70%;">[<=blogDirectory]</div>
So why are we wasting our time building wikis and blogs when we could be doing real work? Well, first, it gives us a good way to explore the limits of our chosen application framework. (Mmmmm, dogfood...) Second, it is frankly embarrassing that major Java framework sites like hibernate.org and springframework.org don't run on Java! jboss.org /does/ run on Java (and JBoss) but to be honest we're simply not satisfied with the legacy-ish infrastructure that is available there at this time.
Nor are we satisfied with any of the other open source Java-based wiki's out there. This is partly because our needs go beyond a pure wiki engine. We need the platform to also support a blog, discussion forum and knowledge base, with a uniform interface for all of the following concerns:
- user registration and administration
- content creation and editing
- content versioning and diffing
- syndication
- permissioning
- tagging
- attachments
- preferences management
- search
Much of this infrastructure is already in place. But we do have a few more items to go before we can start work on seamframework.org. Top of my list are:
- A forum plugin, which would aggregate content as a forum thread, just as the blog plugins aggregate content as a blog
- A knowledge base plugin, to aggregate content as FAQ page
- Support for tagging, in addition to the existing heirarchical organization of content
- The ability to easily move pages between directories
- a plugin for syndicating external Atom feeds onto the wiki
- Help
- Internationalization
- A plugin for opinion polls (just for fun!)
Check out the new blog! How do you like the /text/ styling?
Some plain HTML:
| Foo | Bar |
A numbered list:
- something
- something else
A bullet list:
- something
- something else
Here is a first-level heading
And some text beneath.
Here is a second-level heading
Here is a pretty picture:
//here is some code //it gets displayed in monospace x = x + 1;
This is a quote from someone else, in block form.
But you can also quote someone
inline.
Here is some monospace and superscript and deleted text.
Here is a simple link: http://docs.jboss.org/seam/1.2.1.GA/reference/en/html/text.html
For more complex things, we can use plugins :-)
You can get more information here.