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.

[ANN] AppFuse 1.9.2 RC1 Released

AppFuse The primary reason for this release is to integrate Mike Stenhouse's CSS Framework. Since this involves many UI changes, we're publishing a release candidate that uses Herryanto Siatono's "simplicity" theme. For the final 1.9.2 release, we hope to offer themes from all the CSS Framework Design Contest Winners.

To install and configure AppFuse for development, see the QuickStart Guide. Thanks to all the sponsors who have contributed products and free hosting to the AppFuse project.

To see how AppFuse in action, please see the following demos (username: mraible, password: tomcat):

Comments and issues can be sent to the mailing list or posted to JIRA (please use version 1.9.2). Hopefully we can release 1.9.2 final in the next week or so.

Update: I've finished a first stab at integrating the puzzlewithstyle and andreas01 themes. I've only tested these in Firefox so far, but you can see them in action on the demo site using the webwork and jsf flavors.

Update 2: 1.9.2 Final has been released.

Posted in Java at Jun 02 2006, 03:54:17 PM MDT 8 Comments
Comments:

two words kick ass!

Posted by bryanl on June 02, 2006 at 05:21 PM MDT #

For some reason I can't log in! But even though I saw two problems in all examples. The main problem is the character encoding for brasil locale (I think for other locales too) and the Appfuse in English link doesn't work. Anyway, good work!

Posted by Gilberto on June 03, 2006 at 07:17 PM MDT #

When I login and generate the PDF file of the userList. The column of E-mail looks like [email protected] The Enabled column looks like <input type="checkbox" disabled="disabled" checked="checked"/> I tried in Struts + Spring + Hibernate JSF + Spring + Hibernate I don't think these are the most meaningful output. So I hope these could be repaired in the formal released version.

Posted by Guorick on June 04, 2006 at 06:19 AM MDT #

Gilberto - can you please enter an issue in JIRA for the encoding with details on how to reproduce? Hopefull this is something that existed in previous releases and I didn't break anything. ;-)

Guorick - yeah, I've seen this before and agree it's a good thing to fix. I've entered it into JIRA as APF-369.

Posted by Matt Raible on June 04, 2006 at 08:51 PM MDT #

I just downloaded your release candidate for 1.9.2 and I am having problems building it. I unzipped it and ran ant new per the instructions - I am getting a java.lang.OutOfMemoryError after I get to the package step (I used the default). In the previous stable version, I never had this issue. Any thoughts?

Posted by Erol Yalaz on June 05, 2006 at 11:30 AM MDT #

My fault - I needed to delete the previous web app project dir. Now it works.

Posted by Erol Yalaz on June 05, 2006 at 11:38 AM MDT #

Erol - what are your ANT_OPTS and JAVA_OPTS environment variables set to? I'll see if I can reproduce by setting my variables to match yours. I have mine set to the following:

JAVA_OPTS: -Xms256M -Xmx384M
ANT_OPTS: -Xms384M -Xmx512M

Posted by Matt Raible on June 05, 2006 at 11:38 AM MDT #

Erol - good to hear. I'm glad you figured it out.

Posted by Matt Raible on June 05, 2006 at 11:43 AM MDT #

Post a Comment:
  • HTML Syntax: Allowed