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.

Wanna use Spring in your AppFuse-derived webapp?

Yesterday, I ported an AppFuse application (based on 1.3) to use all the latest stuff I've done in the last month. Basically, I just renamed and reorganized the directory structure, integrated Spring to bind everything together, and implemented the new Remember Me functionality. If you want to upgrade your (AppFuse-derived) webapp to use Spring, I wrote up an article on how I did it. It's quite a process, but hopefully this article will make it a lot easier. Now I can use Tomcat 5 as my primary app server (vs. Tomcat 4) - sweet!

Posted in Java at Feb 13 2004, 09:40:59 AM MST 3 Comments
Comments:

Matt - I'm trying to check out appfuse from cvs to have a look at the latest and its being a PITA by asking me for a password. I'm able to check out the Spring source without a password, and I'm using anonymous login for both. Any ideas? -- Jason

Posted by Jason on February 13, 2004 at 11:00 AM MST #

I just tried it and it worked fine for me...

foxxy:~ mraible$ mkdir temp
foxxy:~ mraible$ cd temp
foxxy:~/temp mraible$ cvs -d :pserver:[email protected]:/cvsroot/struts login
(Logging in to [email protected])
CVS password: 
foxxy:~/temp mraible$ cvs -d :pserver:[email protected]:/cvsroot/struts co appfuse
cvs server: Updating appfuse
U appfuse/.classpath
U appfuse/.cvsignore
U appfuse/.project
U appfuse/LICENSE.txt
...

Posted by Matt Raible on February 13, 2004 at 11:04 AM MST #

Ah. I had /cvsroot/struts/appfuse as my root. Now its working. Thanks.

Posted by Jason on February 13, 2004 at 11:26 AM MST #

Post a Comment:
  • HTML Syntax: Allowed