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.

Hibernate Reverse Engineering Tool

Thanks for all the tips for setting my proxy/port for Java apps. Now I just have to try to figure out what the proxy server/port is. I tried to get it yesterday, but everyone only seemed to know the automatic configuration URL. I'm hoping that's a text file with some information in it that I can use.

Jon Lipsky also hooked me up (via e-mail) with the Reverse Engineering Tool for Hibernate. If I get a chance to use it today - I'll report on it's ease of use, etc. I wonder if I can generate my classes, mark them up with XDoclet and then produce my Struts ActionForms. Or possibly, I can generate the classes with Hibernate and create my ValidatorForms by hand. It'd be cool if the Reverse Engineering Tool supported generating an XDoclet-ready class, and also allowed for regeneration. I probably shouldn't be hoping for too much - it might just work as is.

Posted in Java at Dec 20 2002, 12:23:52 AM MST 3 Comments
Comments:

I recommend you have a look at Middlegen, and have it improved to tag the generated code with Hibernate XDoclet tags. It currently does EJB markup, but it would be easy to adapt it to generate the proper Hibernate code/tags.

Posted by Erik Hatcher on December 20, 2002 at 01:48 AM MST #

Sure it "sounds" easy enough, but I don't know if it's worth the time. Actually, I know it's worth the time, but I have a deadline of January 15th, and spending a week to do some source contribution to Middlegen might not be the best use - considering I could probably just use regular JDBC with imbedded SQL in that amount of time ;) Nevertheless, I will look into it - thanks for the tip.

Posted by Matt Raible on December 20, 2002 at 05:59 PM MST #

It would be worth a look at Middlegen - I don't follow their code commits... it may very well do Hibernate tags already.

Posted by Erik Hatcher on December 22, 2002 at 02:46 AM MST #

Post a Comment:
  • HTML Syntax: Allowed