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.

Eclipse JDT vs. XDoclet's XJavaDoc

Rather than pulling an all nighter like I have been the last couple of weekends, I decided to go to bed at a reasonable hour and get up early instead. So here I am, woke up at 4:30 and I get to work all damn day today. Should be a blast... While I'm up, here's an interesting post from the xdoclet-devel mailing list:

XJavaDoc is pretty mature by now. -But so is Eclipse. One of the Eclipse modules, JDT, is an engine similar to XJavaDoc. It can be used outside the Eclipse IDE.

The nice thing about JDT is that it has diff/merge support too (I haven't verified this, but Erich Gamma said told me it has that). That would make it possible to edit generated sources and not lose them.

What do you think about evaluating JDT for XDoclet 2?

Also, take a look at the Hibernator source:

http://tinyurl.com/49zk

Hibernator uses Eclipse's java parser, is fairly small, and is therefore an excellent source of inspiration if we want to investigate this path further for XDoclet 2.

Emphasis added by me to indicate my favorite part.

Posted in Java at Jan 11 2003, 05:17:06 AM MST Add a Comment
Comments:

Post a Comment:
  • HTML Syntax: Allowed