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.

In San Francisco

I'm in San Francisco this week doing some Spring Training. I flew in this afternoon and I'm staying only a couple blocks away from Moscone center. It's kinda weird being here when JavaOne isn't going on. It's even stranger to be staying on the block next to Kate O'Brien's and the Thirsty Bear. About an hour ago, I got to watch the fog settle in over the buildings - which is always a cool site. I'm looking forward to a fun week of teaching and showing developers how their lives can be vastly simplified by using Spring.

Posted in General at Jul 17 2005, 11:00:55 PM MDT 6 Comments
Comments:

Well dang it I wont be in SF till the middle of Aug. You better stay for a few extra weeks(3 weeks 3 days, Thank God, first week long vacation in 4 years) I want to take your Spring Training lol (Ok so maybe my fiance would kill me if I did something enjoyable that resembled work on my vacation)

Posted by Chris Berthold on July 18, 2005 at 08:07 AM MDT #

Hi Matt, You consider to be Spring-expert, may be you will be able to help me with these questions - asked by somebody here and by me here. Is it possible at all to have in EAR one Spring+Hibernate, and that it will be shared between all WARs in application? Thank you!

Posted by Olexiy Prokhorenko on July 20, 2005 at 10:40 AM MDT #

Hey Matt, not sure if my answer is 100% correct, but it'd be nice to see if I passed the Spring test. I answered him on the second link HERE

Posted by Chris Berthold on July 20, 2005 at 01:56 PM MDT #

I'll be in S.F. doing some Spring/Hibernate and mentoring in August. I worked in S.F. during the boom. I walked by Moscone every day. It is weird to go back... the streets seem empty compared to the go go days the dot boom.

Posted by Rick Hightower on July 20, 2005 at 07:33 PM MDT #

Olexiy, the answer to your question is that the structure of the EAR is very dependent upon the J2EE container being used. For example, Jboss will allow a directory to be placed at the root of the EAR that includes all dependent JAR files. In addition, JBoss will also allow all dependent JARs to be placed in a single JAR in a directory at the root of the EAR as well. Either one of these situations under Jboss will allow any WARs included in the EAR to depend upon the JARs at the top level of the EAR. Don't forget to create a proper manifest file in all EARs, WARs and also JARs that include other JARs. With regard to other J2EE containers, your mileage with this strategy may vary dramatically.

Posted by Bruce Snyder on July 22, 2005 at 10:38 AM MDT #

Thank you Bruce, Honestly speaking - I did exactly the same what you just wrote to me. I just needed to be sure that I am thinking and doing right. I am not that experience in Spring to be sure. :-)

Posted by Olexiy Prokhorenko on July 25, 2005 at 01:52 PM MDT #

Post a Comment:
  • HTML Syntax: Allowed