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.

Bamboo

After reading Tim's post about Bamboo yesterday, I downloaded and tried it out. I'm very impressed, as I usually am with Atlassian products. As a first impression, I think it's better than all the open source products, but not quite as good as Pulse. Bamboo has a nice UI, but Pulse has a lot more Ajax goodies that make it more usable (IMHO of course).

P.S. I think it's ironic that both Pulse and Bamboo build AppFuse 2.0 (Maven 2-based) just fine, but Continuum hasn't had a successful build yet.

Posted in Java at Dec 19 2006, 05:45:24 PM MST 4 Comments
Comments:

Matt, What do you think about Parabuild server? Also, is there a way to temporarily turn off appfuse's MySQL tests? We want to figure out how to set up the MySQL instance so that appfuse builds don't break when run by Parabuild remotely here

Posted by Slava Imeshev on December 20, 2006 at 02:18 PM MST #

If you delete the dbunit-maven-plugin from your local repo, it should solve this problem. The default username is "root" and the password is empty. If you want to change those, use command-line (-D) parameters or define a MAVEN_OPTS. The parameter names are jdbc.username and jdbc.password.

Posted by Matt Raible on December 21, 2006 at 12:29 AM MST #

Mate - thanks for the write up. We're not quite ready for public feedback yet, Bamboo is not really 'understood' right now!

I'll talk to you about what this means at a later date, but the build telemetry is very important. It's not just a CI server at all, in fact most of the work this year has been on the telemetry and personalisation side rather than the CI side (that part is much easier).

Ajaxy goodness is merely eye candy and can be added - feedback accepted.

m

Posted by Mike Cannon-Brookes on December 22, 2006 at 09:52 AM MST #

hi i want to jon

Posted by mohsen on March 07, 2007 at 01:07 PM MST #

Post a Comment:
  • HTML Syntax: Allowed