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.

Want to be more productive with IDEA?

If you want to be more productive with IDEA, Patrick Lightbody has a good suggestion in IDEA Live Templates: more powerful than you think. Now where's the list of the built-in live templates? Does Eclipse have a similar feature?

Posted in Java at Feb 01 2006, 02:45:15 PM MST 4 Comments
Comments:

> Now where's the list of the built-in live templates?
Settings -> Live Templates
Too simple? Have I misunderstood the question?

Posted by pic on February 01, 2006 at 06:32 PM MST #

> Does Eclipse have a similar feature?
Window -> Preferences -> Java -> Editor -> Templates
You use them with CTRL+space as normal completion, so you don't have to remember the tab key :-)

Posted by pic on February 01, 2006 at 07:07 PM MST #

Eclipse webtools added a lot more template support. You can now ctrl-space in xml, html, css etc., The java feature has been around for several releases.

Posted by skroah on February 02, 2006 at 07:28 AM MST #

I don't think Eclipse's live templates are as powerful as IDEA. The expressions that you can enter are much simpler. For example, you can't indicate what package a type should come from. If I use the "for" template to insert an iteration, I always have to import the Iterator. Of course, CTRL+SHIFT+O makes that easy. It certainly doesn't seem possible in Eclipse to indicate that a proposed value is assignable from a particular class, like the example with IDEA shows.

Posted by Tim Morrow on February 02, 2006 at 07:56 PM MST #

Post a Comment:
  • HTML Syntax: Allowed