Matt RaibleMatt Raible is a Web Developer and Java Champion. Connect with him on LinkedIn.

The Angular Mini-Book The Angular Mini-Book is a guide to getting started with Angular. You'll learn how to develop a bare-bones application, test it, and deploy it. Then you'll move on to adding Bootstrap, Angular Material, continuous integration, and authentication.

Spring Boot is a popular framework for building REST APIs. You'll learn how to integrate Angular with Spring Boot and use security best practices like HTTPS and a content security policy.

For book updates, follow @angular_book on Twitter.

The JHipster Mini-Book The JHipster Mini-Book is a guide to getting started with hip technologies today: Angular, Bootstrap, and Spring Boot. All of these frameworks are wrapped up in an easy-to-use project called JHipster.

This book shows you how to build an app with JHipster, and guides you through the plethora of tools, techniques and options you can use. Furthermore, it explains the UI and API building blocks so you understand the underpinnings of your great application.

For book updates, follow @jhipster-book on Twitter.

10+ YEARS


Over 10 years ago, I wrote my first blog post. Since then, I've authored books, had kids, traveled the world, found Trish and blogged about it all.

[JDO] Hibernate will provide an implementation if it's good

From Gavin on the hibernate-devel mailing list:

If JDO becomes an accepted standard, Hibernate will provide an
implementation. That is what I have always said. At present there are
simply too much problems / limitations with JDO for it to become accepted.
JDO 2.0 may fix that, but thats pure speculation since no-one knows what
JDO 2.0 might look like.

But we will continue to support and improve our own APIs since they will
always be more appropriate to the problem we are trying to solve: ORM. JDO
is a generic databinding API. Hibernate is not.

To me this says "You don't have to choose between JDO and Hibernate." You can chooose Hibernate and if JDO ever becomes good enough (as a standard), then you can (hopefully) find comfort in the fact that Hibernate will support it.

Posted in Java at Jun 12 2003, 09:36:45 AM MDT 1 Comment
Comments:

Add to that the fact that there are no reliable open source JDO implementations out there yet... :-)

Posted by Paul Rivers on June 13, 2003 at 12:00 AM MDT #

Post a Comment:
  • HTML Syntax: Allowed