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.

XDoclet for JDK 5

From the xdoclet-user mailing list:

I just uploaded a snapshot of xjavadoc that (among other fixes) provides support for Java 5, as of XJD-41. Many thanks go to Anton Adamansky for his work on this issue.

You should be able to just replace the xjavadoc-1.1.jar from a Xdoclet binary release with this snapshot and use jdk1.5 features with Xdoclet.

Have fun,
  Heiko

Let us know if you find any issues.

Posted in Java at Jun 13 2005, 10:04:14 PM MDT 5 Comments
Comments:

Note that you need xdoclet 1.2.2 (final) for this to work, anything older (1.2.1, snapshots etc) won't work. This goes for the Maven plugin as well. /Peter

Posted by Peter Backlund on June 14, 2005 at 03:46 AM MDT #

I think with java 5 annotations Xdoclet no needed in soon. Example even today annotations project for hibernate is more better then xdoclet and I think more clearly.

Posted by alex3t on June 14, 2005 at 07:14 AM MDT #

Matt,

Thanks for finding that. I dropped it in and now I can use 1.5 generics without xdoclet complaining.

Phil

Posted by Phil Hersh on June 14, 2005 at 06:27 PM MDT #

Yest it works....

Posted by Mahmudul Hasan on April 03, 2008 at 10:38 PM MDT #

Hi, I am using XDoclet 1.1.2 and JDK 1.3. I am upgrading to JDK 1.5. When i compile the source code XDoclet is not creating setX(setter)methods in Data object for non primitive types(It can able to generate for getter methods). It is working well for primitives. Any body faced the same problem. Hoping for a good solution. Thanks in advance

Posted by Legend009 on October 20, 2008 at 11:09 AM MDT #

Post a Comment:
  • HTML Syntax: Allowed