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.

RE: A couple of quick Eclipse tips

From James Strachan:

* there are various XML editing plugins available (X-men, xmlbuddy). Though for simple stuff, just enable the Ant plugin for all XML documents. The Ant plugin has a simple colour coded XML editor.

To enable it, open the Preferences window (Window -> Preferences) then go to Workbench -> File Associations. Then for *.xml add the Ant plugin association.

Nice! I've been wondering about that. Very cool - thanks James.

Posted in Java at Jul 31 2003, 08:53:40 AM MDT 2 Comments
Comments:

I'd recommend xmlbuddy. I found x-men to be buggy. XmlBuddy has a neat outlining feature, where you can see every element in the outline at the currently selected level along with the value of the first attribute of it. It really makes browsing easy, especially for things like xml config files.

Posted by Drew McAuliffe on July 31, 2003 at 10:35 AM MDT #

There's an article on IBM DeveloperWorks about using an xml editor in eclipse - apparently, according to the article, there's a very basic xml editor that comes with eclipse as an example on how to write plugins. The article also recommends using Xml Buddy. Give it a try - I installed and am using it in 5 minutes! (Really. dispclaimer: I have a high speed internet connection, so download time wasn't a problem ;-) )

Posted by Paul Rivers on August 01, 2003 at 12:36 AM MDT #

Post a Comment:
  • HTML Syntax: Allowed