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.
You searched this site for "java". 1,588 entries found.

You can also try this same search on Google.

[ANN] Maven 1.0 Released!

Can you believe it?! Maven 1.0 is (finally) released: Download or read the Release Notes. Normally, I probably wouldn't care so much, but I've been engrossed in Maven for the past couple of weeks. My favorite features are the ability to type "maven eclipse" or "maven idea" to generate Eclipse/IDEA project files. Wow - 4 announcement posts in a row - that's a personal record! :-)

Posted in Java at Jul 13 2004, 08:39:39 AM MDT 1 Comment

[ANN] Struts 1.2.1 Beta Released

Read the Release Notes or Download. AppFuse has been running a nightly build of Struts from December 2003 - so most of the upgrading has already been done. I haven't upgraded to a recent version because of this functionality change. It probably still exists, but it's about time I upgraded. All tests pass in AppFuse - although I did have to change the core taglib URIs from http://jakarta.apache.org/struts/* to http://struts.apache.org/*. The EL Tag URIs still use http://jakarta.apache.org/struts. Unfortunately, it looks like XDoclet may need to be modified to support the new DTD. Tip o' the hat to Nick.

Posted in Java at Jul 11 2004, 10:29:38 PM MDT 2 Comments

[ANN] Display Tag 1.0 RC1 Released

Read the Release Notes or Download. This release is consists of mainly bug fixes and cleanup. Thanks to Fabrizio Giustina for all his work on this project. Fabrizio did the initial refactoring of this tag (to be an iterator + XHTML) and he also does almost all the work on it. This release has been tested and verified with AppFuse.

Posted in Java at Jul 11 2004, 08:15:29 PM MDT Add a Comment

[ANN] AppFuse Light 1.0 - a.k.a. Equinox

For those of you looking for an AppFuse Light, I have good news for you. I've actually been sitting on it for several months now, but now I'm prepared to release it. It's name is Equinox and it's much, much simpler than AppFuse. Equinox has only one build-time dependency (CATALINA_HOME being set for the servlet-api.jar). There's no code generation and no features - not even security. However, it supports building, testing and deploying from Ant, and even has support for managing Tomcat out-of-the-box.

To get started with Equinox, you can download the QuickStart Chapter from Spring Live. This chapter shows you how to develop a simple webapp using Struts, Spring and Hibernate - which talks to an HSQL database. Struts and Spring are integrated using the ContextLoaderPlugin and all tests are designed to be run out-of-container using JUnit and StrutsTestCase. Equinox ships with project files for both Eclipse and IDEA so you can develop and run the tests in either of these top-notch IDEs. There's also a demo available. Thanks to Boér Attila for the kick-ass CSS.

If you like what you see in the QuickStart Chapter, there's much more in the other ERP chapters of Spring Live - now available for download. Too see what's in the other chapters, checkout the Chapter Summaries.

This is a nice milestone - feels good to have made it this far. Have a good weekend!

Posted in Java at Jul 09 2004, 04:38:01 PM MDT 34 Comments

W4T Eclipse and Yoxos - like MyEclipse

The W4T Eclipse product looks pretty cool. However, the demo seems to imply that you create web apps using INNOOPRACT's web framework. While it looks useful - who in their right mind is going to develop webapps based on some company's Java framework when there's over 30 open source ones out there? Would you want to tie your application to the success of one company?

W4T Eclipse seems to be based on Yoxos. How the heck to you pronounce that?! The good news is that Yoxos is only $20 whereas MyEclipse is $30. Both are cheap - if they work well, why not have both? Note: it doesn't look like Yoxos works on the Mac (MyEclipse does).

Anyone worked with Yoxos and know what plugins it bundles?

Posted in Java at Jul 09 2004, 09:40:38 AM MDT 4 Comments

My Job for the next couple of weeks

I can't help but brag about how cool my current gig is with Open Logic. My task for the next few weeks is to write a simple sample app - and create alternative MVC implementations. Targeted frameworks include Struts, Spring MVC, WebWork, Tapestry and JSF. Not only am I working from home, but they dropped off an AMD XP 2800 to work with. Installing Fedora Core 2 with VMWare is what I'm up to this morning. Working with open source all day - it doesn't get much better than this.

Posted in Java at Jul 09 2004, 08:36:52 AM MDT 11 Comments

AppFuse on JBoss and an interesting perspective

Way back in January, Rick Hightower sent me instructions on how to run AppFuse on JBoss. I finally got around to digging through my inbox and putting them on the wiki. Here's how to run AppFuse on JBoss. If anyone is using JBoss, please feel free to edit these instructions.

Also, I noticed that Lee Grey has started an AppFuse Line-by-Line Category on this his blog. Very cool! Lee has a perspective that I never thought of:

AppFuse makes it possible for you to be productive, to take advantage of some of the most powerful and widely used open source development tools, before you really understand what you're doing. As a beautiful side-effect of this, you become familiar with Ant, Hibernate, Spring, Struts, Tiles, XDoclet, JUnit, Cactus, Canoo, DBUnit, and on and on -- all in the process of developing your application!

Good stuff Lee - keep it up! While this is a good perspective - I dread to think of supporting all those folks that don't "really understand what they're doing." wink

Posted in Java at Jul 09 2004, 08:10:12 AM MDT Add a Comment

XDoclet and Hibernate Tutorial

I've used XDoclet and Hibernate for quite some time - but I'm sure I could stand to learn more. That's why I'm linking to this XDoclet and Hibernate Tutorial (found on JRoller). Hopefully I'll have some time to read through it after the long holiday weekend.

Posted in Java at Jul 02 2004, 03:55:08 PM MDT

Jetty and WebSphere suck, JRun and Tomcat rule the pack

I've been looking for an app server performance comparison for some time now. Maybe those folks that say Tomcat sucks and Jetty rules will change their tune. Via Lasse Koskela:

Web Performance Inc. has published a very interesting report, which included a couple of surprises. Jetty pretty much sucked, JRun was one of the top guns, and Tomcat wasn't too far behind JRun.

Anyone know of any similar (recent) comparisons?

Posted in Java at Jul 02 2004, 02:59:21 PM MDT 9 Comments

Rendezvous for Windows, can be called from Java

Rendezvous rocks on the Mac. Wouldn't it be nice if you could use it between platforms or even in your Java apps? You will be able to shortly...

Apple released a developer's preview of Rendezvous Networking for Windows 2000 & XP at wwdc 04. ... Also released was support for various POSIX platforms, including Linux, Solaris, and FreeBSD, as well as making it callable from Java. [MacRumors]

Posted in Java at Jun 30 2004, 01:06:59 PM MDT 1 Comment