Matt RaibleMatt Raible is a writer with a passion for software. 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 "<a href=". 3,022 entries found.

You can also try this same search on Google.

Eclipse plug-in for Cactus?

It's on it's way! Vincent Massol sent a message to the cactus-user mailing list today asking for ideas and help. If you're an Eclipse plug-in developer, or use Cactus and want to "get involved" - see Vincent's initial thoughts. Personally, I love Cactus, StrutsTestCase, and JUnit. They've all made my development life a lot easier (when they work). I'm constantly on the bleeding edge of Struts development, and StrutsTestCase seems to always break when I download a nightly build. Now if I could only convince myself to write more HttpUnit tests (or maybe use Solex), so I don't spend so much time trying to get my UI to load and look right. Anyone know of a CSS and Layout Testing framework that tells you that your colors need tweeking or your layout won't work in IE5/Mac? I could use that framework!

Posted in General at Sep 03 2002, 10:13:59 AM MDT Add a Comment

Roller Single Entry Links.

Lance solved one of my Roller enhancement requests. Boy was that fast!

Posted in Roller at Sep 03 2002, 07:40:16 AM MDT Add a Comment

XMLBuddy Download

I got a tip today from Olivier, a developer of Solex, to disable my ad blocking tools (I use Norton Internet Security) and I would be able to download XMLBuddy. Sure 'nough, it worked!

Olivier had contacted me after reading my blog (wow, people ARE reading this) to let me know about Solex, which is:

A Web application testing tool built as a plug-in for the Eclipse IDE. Based on a built-in Web proxy and a concept of extraction, replacement, and assertion rules (including regular expressions), Solex provides functions to record a client session, adjust it according to various parameters and replay it. This is typically done in order to ensure the non-regression of a Web application's behavior.

At first glance, it looks like a recorder of your browser interactions, so you don't have to repeat "click, click, click" over and over again to test some functionality. HttpUnit probably can accomplish the same thing, but you have to physically write code to test everything. Solex looks like it'll just record the test case. Looks cool to me, if I can find an hour to install and tinker with, I might even use it.

Posted in General at Sep 03 2002, 07:06:54 AM MDT 1 Comment

The Future of Roller.

To answer Dave's questions:

1) What do you want Roller to be?

I want it to be my personal portal, my weblogger, and my corporate website. I'm also interested in adding a wiki to my website for new projects. But I don't expect or need wiki functionality in roller. I'm planning on adding a new roller page with an iframe to a wiki such as Very Quick Wiki. The iframe gives me the ability to view another site/app with the current skin being used.

2) What are you interested in working on?

  • Converting the editor UI to use Tiles instead of including header/footer JSP pages.
  • Making the editor UI XHTML-compliant, while maintaining some backwards compatibility with Netscape 4.x.
  • Adding the ability to collapse/expand folders for bookmarks.
  • Adding search capability to weblog entries and entire site pages, either using Lucene or just 'like' SQL statements.
  • Investigating XDoclet and Castor and how it's being used so I can use them on my next project.
  • Adding an option for drop-down menus for editor UI (alternative to tabbed menu). I know there is a "Struts Menu" that has been converted to use CoolMenus, so maybe use this.

3) What features would you like to see added to Roller?

  • The ability to search weblog entries.
  • Ability to include an anchor name for each weblog entry, i.e. <a name="entryId..." id="entryId..."></a>. This would be convenient for other webloggers who are referencing your posts.
  • Ability to use other blogging client-side software to post to roller, besides just w:blogger.
  • Ability to edit (x)HTML via a web interface - in both Mozilla and IE.

I keep myself motivated by using Roller everyday as the engine behind this site. Thanks Dave, Roller has made the re-design of my website much easier, and it's opened my eyes to the world of weblogging. Good Stuff!

Posted in Roller at Sep 03 2002, 06:49:32 AM MDT Add a Comment

Eclipse Goodies.

Jeff Duska has some good links for Eclipse plug-ins. I use Jalopy (love it) and have Solareclipse installed (I use HomeSite/Dreamweaver for JSP editing). I will be downloading and installing the others today, just because.

  • Jalopy for Eclipse
    This works much better than the built in formatter in Eclipse 2.0
  • The Tomcat Plug-in
    If you do anything with Tomcat you'll want to have this. Make sure you have the latest update
  • CheckStyle
    Even you don't care for the the powerful tools to enforce name conventions -- get this for the cool TODO feature
  • Solareclipse
    Adds code code highlighting for JSP, HTML and more...
  • CompleteClipse
    The new statement completion that will part of 2.1 setup as a plug-in to work with 2.0. Provide automatic parameter selection... very nice!

I've also heard of XML Buddy, but have never been able to download it. I click "I Agree" on the download back, and "doh!" I end up back at their homepage. Sounds like a website bug to me. If anyone knows of an alternative link, let me know.

The whole can of worms! In my search for some more Eclipse plug-ins, I found a list of 126 plugins. I'll be bookmarking this page. This site is very nice in that it shows user's comments about plug-ins. I even noticed someone had my same XMLBuddy comment. No workaround response though. :(

Posted in General at Sep 02 2002, 01:59:38 AM MDT Add a Comment

Roller 0.9.5 is Released!

From the Roller Development mailing list:

This new Roller release includes some enhancements to XHTML support, bookmark management, database support for PostgreSQL and HSQL-DB, and some bug fixes. Thanks to new Roller contributors Lance Lavandowska, Matt Raible, Simon Stewart for their work on this release. New features:

* Support for XHTML and CSS in generated weblog pages (Matt)
* Better Page URLs in the Navigation Bar Tag and PageServlet (Lance)
* Support for HSQL and PostgreSQL databases (Lance and Simon)
* Export feature for backing up website (Dave)
* Bookmark import by file-upload of OPML file (Dave)
* Multiple bookmark move and delete on edit-bookmark page (Dave)
* Some bug fixes

Download it here: http://sourceforge.net/project/showfiles.php?group_id=47722&release_id=108217. Thanks to Dave and everyone else for getting this release out. I'll attempt an upgrade on this site this weekend. Maybe I'll even add a little footer with the version number so you'll know if I succeeded.

Posted in Roller at Aug 31 2002, 03:34:44 AM MDT Add a Comment

Eclipse 2.0.1 Released!

It is now available on the Eclipse download page at www.eclipse.org. I received a reply from the eclipse-dev mailing list today with some hints for OS X - noticed that 2.0.1 was out, and updated all my machines (Win/Linux/OSX) with ease. For Jaguar, You can find the latest "inofficial" build here. It worked great for me. If you already have 2.0 installed, you should be able to update your installation via the Update Manager.

Posted in General at Aug 30 2002, 11:32:35 AM MDT 2 Comments

Upgrading to Struts 1.1?

My opinion is "of course!" But that's party due to the fact that I'm an upgrade-happy developer. I'll upgrade just to be on the bleeding edge and know that I'm not missing anything. However, I do end up "backing out" of some upgrades. It's fun though, how else are you going to learn? TheServerSide.com has a new article discussing if you should upgrade to Struts 1.1 - check it out. I'm on the nightly build.

Java Server Faces Public Draft and EA download is available. I saw this last night, but Rick Salsa beat me to the punch on weblogging it. I was hoping to download and play around with it today, and give my opinion, but alas, the release I'm doing is taking a bit longer than expected.

Web Builder Conference 2002. Is anyone else going? We're having a Annual Shareholders Meeting in Vegas the weekend before, and I'm going to attend the conference the following week (Sept. 9 - 11). It'll be my first "reporting" experience, so watch this site for updates/reviews. I was one of the first to register so I'll have wireless internet access throughout the conference. My 3 goals for the experience are (1) win, (2) have fun, and (3) get some roller development done. Of course, if I'm accomplishing #1, then #2 is taken care of and #3 might slip a little. Vegas Baby!

Update on Netscape 7. It sucks worse than I originally thought - it installed on my WinXP box, but won't run - similar to OS X 10.2. The one successfull install? On Red Hat 7.3.

Posted in Java at Aug 30 2002, 10:14:17 AM MDT Add a Comment

Netscape 7.0 is Released!

Netscape 7.0 Icon I found on mozilla.org this evening that Netscape 7.0 has been released [ download ]. My first impression on Jaguar? It sucks, it won't even start! Oh well - it's got a cool new icon, looks like fun - but being based on Mozilla 1.0.1, I doubt it has anything I haven't seen before.

Posted in The Web at Aug 29 2002, 03:06:06 PM MDT Add a Comment

Transparent Dock Fixed!

OK, I got the transparent dock feature to work using ClearDock 1.1. How you ask? I rebooted.

Posted in Mac OS X at Aug 29 2002, 03:44:45 AM MDT Add a Comment