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.

[ANNOUNCE] Ant 1.5.3 Released!

It looks like I was correct in assuming that Ant 1.5.2 had a bug in it's zipfileset task. How do I know? Because it's on the fixed list for Ant 1.5.3. Via Ammai.com:

The Apache Ant Project has released version 1.5.3 of this popular Java-based build tool. This release is mainly a bug-fix one that fixes the problem with Zip files; it will also be the last one before Ant 1.6. Read more for information.

Here are the bug fixes that have been incoroporated into this release:

* <zipfileset>'s filemode would get ignored and the dirmode was used for the included files as well. As a side effect, WinZIP was unable to extract or display the files, so they seemed to be missing from the archive.

* <ftp> could use the wrong path separator when trying to change the remote working directory.

* <jar update="true"> would loose all original files if you didn't specify any nested <(zip)fileset>s and the manifest had changed.

* If you used a value starting with \ on Windows for the appxml attribute of <ear> or the webxml attribute of <war>, it would be ignored.

* Ant will no longer implicitly add Sun's rt.jar in <javac> when you use jvc and don't specify a bootclasspath.

* The prefix attribute of <zipfileset> would not generate directory entries for the prefix itself.

* starteam checkout can now handle deleted labels.

* The Unix wrapper script failed if you invoked it as a relative symlink and ANT_HOME has not been set.

Click here to go to the download page.

Posted in Java at Apr 13 2003, 04:37:03 AM MDT Add a Comment
Comments:

Post a Comment:
  • HTML Syntax: Allowed