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.

[IDEA 4.0] Favorite Feature = Package View

IDEA 4 Package View My favorite feature of IDEA 4.0 is the package view. Since I keep my src and test trees separate, but their package structures identical, this is the view I've been longing for. Hopefully it's possible with Eclipse and I just haven't figured it out. What it does is allow me to see tests right next to my classes. In Eclipse, I have to constantly navigate between the two trees to edit tests and such.

Does this mean I like IDEA better than Eclipse? No, it simply means that I wish Eclipse had this feature, and I appreciate IDEA for adding it.

Posted in Java at Jan 05 2004, 12:18:42 PM MST 4 Comments
Comments:

eh - dude ?! Window\Show View\Other\Java Browsing\Packages voila! Been there since begining of time.

Posted by xam on January 05, 2004 at 03:53 PM MST #

Packages is close; really, a combination of packages and members (from the Java browsing perspective) is what you need Matt. Unfortunately, packages is currently just a flat list, as is members (As of 2.1.2 anyway - I can check 3.0 when I get home).

Posted by R.J. on January 05, 2004 at 04:12 PM MST #

Not quite xam - I want it on the left, and not all the packages, just the ones for the current selected project. Ideally, there would just be a "collapse packages" option in Package Explorer. Instead of showing "src/ejb" and "test/ejb", it would just show "org.appfuse.persistence".

Posted by Matt Raible on January 05, 2004 at 05:02 PM MST #

Matt, I think Packages + Types views together should be ok. You can switch off synchronization with the editor and enable a working set to show up only nedded packages. However I would agree with you that it would be nice to have an option to collapse source folders into the same hierarchy. Why don't you submit a enhancement request into Eclipse bugzilla?

Posted by eu on January 05, 2004 at 09:09 PM MST #

Post a Comment:
  • HTML Syntax: Allowed