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.

Spring's "p" namespace and AppFuse Performance Tuning

After seeing Rod Johnson's post about Spring 2.0's "p" namespace, I'm wondering if it's something we should include in AppFuse? I don't think it's quite as intuitive as <property name="">, but I'm curious to see what users think. The biggest reason against using it is (AFAIK) neither Eclipse nor IDEA will give you code-completion on (whereas they will for <property name="">).

In other news, Matt Fleming has an excellent writeup on how he optimized AppFuse (Spring MVC flavor) to handle pages with large forms. His form was 38 MB worth of HTML when saved to disk so I doubt everyone will need this, but it certainly is interesting information. If there's enough demand, we'll make Matt's suggestions available options in an upcoming release.

Posted in Java at Nov 28 2006, 03:02:13 PM MST 4 Comments
Comments:

Just a short note: Spring IDE 2.0 will provide support for the new shortcut syntax. A preview is available at http://springide.org/project/wiki/SpringsPNamespace. Christian

Posted by Christian Dupuis on November 29, 2006 at 04:09 PM MST #

I really don't like the new syntax, even if IDE's supported it. The property name="" syntax is easier on the eyes and less obfuscated compared to the new syntax.

Posted by Sanjiv Jivan on November 29, 2006 at 08:13 PM MST #

Hey Matt,

have you had a look at XBean? (Part of the Geronimo Project)

Shameless plug: I posted my two cents and some information about XBean here. :)

-Stefan

Posted by Stefan Kleineikenscheidt on November 29, 2006 at 09:08 PM MST #

I think it's less readable right now but since it's such a common part of the config files, I think it would become second nature quickly. Still, the lack of code completion may offset any efficiencies gained by the shorthand. seems like a wash.

Posted by Rick Marry on November 30, 2006 at 01:46 AM MST #

Post a Comment:
  • HTML Syntax: Allowed