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.

Where do you locate your daemons?

On my current project, we're developing an application that has two components. One is a webapp that lives in Tomcat and the other is a standalone jar that runs as a daemon. The daemon checks an e-mail Inbox every few minutes and if there's new mail, it processes the Excel attachments and enters this information in a database. My question is: where on the filesystem should we put this daemon? We're running on Red Hat 8 - maybe /usr/local/mail-daemon or something? BTW, we were running on BSD, but it's Java wasn't up to snuff (didn't support 1.4) - so we're running Linux instead. I dig the Linux/Java combo - it just works!

Posted in Java at Jan 21 2003, 07:47:35 AM MST 3 Comments
Comments:

I usually put daemon programs in /usr/local as you have suggested. Sincerely, Anthony Eden

Posted by Anthony Eden on January 21, 2003 at 09:49 AM MST #

/opt/mystuff I mentioned it on my blog, but I'm not sure you are reading it and I'm bored, so I dropped you this comment ;->.

Posted by Gerhard Froehlich on January 22, 2003 at 05:24 PM MST #

/opt/mystuff I mentioned it on my blog already, but I'm not sure you are reading it and I'm bored, so I dropped you this comment ;->.

Posted by Gerhard Froehlich on January 22, 2003 at 05:25 PM MST #

Post a Comment:
  • HTML Syntax: Allowed