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.

AppFuse 2.0.1 Released

The AppFuse Team is pleased to announce the release of AppFuse 2.0.1. This release squashes a number of bugs and includes an upgrade to Spring 2.5. To learn more about Spring 2.5's features, see InfoQ's What's New in Spring 2.5: Part 1 article.

For information on upgrading from 2.0, see the 2.0.1 Release Notes or changelog. AppFuse 2.0.1 is available as a Maven archetype. For information on creating a new project using AppFuse, please see the QuickStart Guide or the demos and videos.

What is AppFuse? Click here to find out.

The 2.0 series of AppFuse has a minimum requirement of the following specification versions:

  • Java Servlet 2.4 and JSP 2.0 (2.1 for JSF)
  • Java 5+

If you've used AppFuse 1.x, but not 2.x, you'll want to read the FAQ. Join the user mailing list if you have any questions.

Thanks to everyone for their help contributing code, writing documentation, posting to the mailing lists, and logging issues.

We greatly appreciate the help from our sponsors, particularly Atlassian, Contegix, JetBrains, and Java.net. Atlassian and Contegix are especially awesome: Atlassian has donated licenses to all its products and Contegix has donated an entire server to the AppFuse project. Thanks guys - you rock!

Please post any issues you have with this release to the mailing list.

Posted in Java at Nov 26 2007, 09:29:43 AM MST 4 Comments
Comments:

In additional support of AppFuse (thank you for your already nice comments), Atlassian has released a new connector for AppFuse that provides a Crowd authentication connector using Acegi.

Integrating AppFuse - a Crowd-Acegi Integration Tutorial

Cheers,

Justen Stepka

Posted by Justen Stepka on November 27, 2007 at 05:07 PM MST #

Matt, Based on the posts you've been making in the Spring forums (raising a lot of good issues and ideas, I might add :) ), can I assume that the upgrade to Spring 2.5 takes advantage of annotation-based controllers? Or is that something you're working on for a future release of AppFuse? Thanks! Peter

Posted by Peter Mularien on November 28, 2007 at 01:38 PM MST #

Peter - we're not using Spring MVC 2.5's annotations in AppFuse 2.x yet. I might consider it when ControllerClassNameHandlerMapping understands @Controller and defaults the URLs. I'd rather have controllers mapped by conventions than having to use @RequestMapping annotations everywhere.

AppFuse Light 1.8.1 will include Spring MVC's annotations. I hope to release it sometime this week.

Posted by Matt Raible on November 28, 2007 at 01:44 PM MST #

Thanks for the information, I'll be sure to check it out!

Posted by Peter Mularien on November 28, 2007 at 02:13 PM MST #

Post a Comment:
  • HTML Syntax: Allowed