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.1 Released

This release includes improvements and upgrades to Tapestry 4.0.1, WebWork 2.2.2, as well as support for using AppGen to reverse engineer database tables (using Middlegen). iBATIS is now supported by AppGen and a Create DAO tutorial has been put together for iBATIS. iBATIS and Middlegen support were provided by Bobby Diaz - thanks Bobby! Also, a big thanks goes to Mika Göckel for writing an XFire Tutorial and installer. 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 works, please see the following demos (username: mraible, password: tomcat):

Comments and issues can be sent to the mailing list or posted to JIRA.

Posted in Java at Apr 07 2006, 02:26:57 AM MDT 14 Comments
Comments:

Getting a 404 on the Tapestry demo.

Posted by Howard Lewis Ship on April 07, 2006 at 11:43 AM MDT #

Looks like Tomcat needs to be restarted for all of your examples. I am getting a "The Tomcat server is not answering" error instead of the login.

Posted by Nicholas Wheeler on April 07, 2006 at 11:48 AM MDT #

Yep, I discovered a bug in the "install another framework" logic, so I'm rebuilding everything now - should be back up in 10-15 minutes. Downloads on java.net should be refreshed by 12:30 MST.

Posted by Matt Raible on April 07, 2006 at 11:52 AM MDT #

Nice work! I'm constantly amazed that you find the time to put all the work you do into appfuse and work and write and present, amazing!

Posted by Todd Huss on April 07, 2006 at 06:34 PM MDT #

I too am amazed how much Matt gets done. I don't think they are any secrets about how he does this. One has to work smart and hard... Or do you have any secrets, Matt ?

Posted by Sanjiv Jivan on April 08, 2006 at 11:49 AM MDT #

No secrets, except that Virtuas lets me work on AppFuse full-time during release weeks. Of course, they don't pay me to work 20-hour days. ;-)

Posted by Matt Raible on April 08, 2006 at 05:38 PM MDT #

When I run "ant test-all",I get error "E:\Downloads\testing\build.xml:550: taskdef A class needed by class com.canoo.webtest.ant.WebtestTask cannot be found: org/apache/tools/ant/UnsupportedElementException",Why?

Posted by searchfull on April 12, 2006 at 12:03 AM MDT #

You could try looking through lib/webtest-1263/webtestTaskdefs.properties. Comment out the lines that have tasks related to PDF, Excel, or in a "plugins" package.

Posted by Matt Raible on April 12, 2006 at 12:41 AM MDT #

Matt, I like how you switched to a surrogate key for the user entity for 1.9.1, but the user_role relationship is still tied to the username. Shouldn't this association use the user id (which should never change)?

Posted by Eric Hein on April 12, 2006 at 12:44 PM MDT #

Hmm, seems like you can ignore the comment above. Apparently I'm seeing things.

Posted by Eric Hein on April 12, 2006 at 04:12 PM MDT #

Thank you,Matt Raible. but I still get error "E:\Downloads\testing\build.xml:550: taskdef A class needed by class com.canoo.webtest.ant.WebtestTask cannot be found: org/apache/tools/ant/UnsupportedElementException",after I Comment out the lines that have tasks related to PDF, Excel, or in a "plugins" package. BTW,When using appGen generate code from a table,table name can not include underline("_") character.

Posted by searchfull on April 12, 2006 at 07:21 PM MDT #

searchfull - you're likely to get a faster response if you post your issues to the AppFuse mailing list. To subscribe, send a blank e-mail to [email protected]. As far as the issue with AppGen and tables with underscores, I fixed that last night and refreshed the 1.9.1 downloads. Thanks for letting me know about this issue.

Posted by Matt Raible on April 13, 2006 at 09:53 AM MDT #

Download the appfuse-1.9.1-src I am still get error: When I run "ant test-all",I get error "E:\Downloads\testing\build.xml:550: taskdef A class needed by class com.canoo.webtest.ant.WebtestTask cannot be found: org/apache/tools/ant/UnsupportedElementException"...

Posted by Ian on May 23, 2006 at 03:28 AM MDT #

I was also getting the "com.canoo.webtest.ant.WebtestTask cannot be found" error when running the test-all target when using ant from the command line. I was using an older version of ant, once I upgraded to 1.6.4 the problem was corrected.

Posted by Mark on June 01, 2006 at 09:27 PM MDT #

Post a Comment:
  • HTML Syntax: Allowed