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.

Wiki Evaluation.

I'm conducting an evaluation of wiki's to use on this site. I'm taking a look at Gareth Cronin's Very Quick Wiki, Russell Beattie's SimpleWeb, and Ghoot Emaho's Chiki. My only criteria is that it must be an Open Source Java-based implementation. If you know of any others, let me know.

Update 1: I got a note from Ugo Cei of Be Blogging to check out Open Wiki. Unfortunately, it's an ASP implementation, so it doesn't satisfy my only criteria. It really looks very slick, and I especially like the attempt to follow web-standards (indicated by the w3c icons on the bottom right).

Update 2: Brad Smith (no blog in e-mail) sent me a head-up about JSPWiki this evening. This one looks pretty cool - it's got a RSS feed and statistics. Just to be fair, SimpleWeb has an RSS feed as well.

I've begun my first phase of the evaluation and will update notes in this post accordingly - after I'm done, I'll add to to my Articles list. Keep the suggestions coming - I'll eval as many as I have time for and hopefully keep the list growing.

Update 3: Here is a rough list of features I put together last night (Saturday, 10-26-02) about features I read from each wiki's documentation. I jotted down some quick thoughts and I will evolve them over the next few days. This is only a 15 minute analysis, more to come soon.

Very Quick Wiki:

  • Email notification
  • Virtual wikis
  • MySQL support
  • Custom file system directory
  • File uploads
  • Wiki markup vs HTML
  • Admin console
  • The search engine
  • Diff
  • Username cookies
  • Versioning
  • Locking

Plus: version 2.0, Easy install
Minus: Doesn't Validate (no character encoding)
Development: Somewhat Active

SimpleWeb

  • No Documentation

Plus: Nice Interface, E-Mail Signup, Russel wrote it (a.k.a. you'll probably get good support), RSS Feed
Minus: Doesn't Validate (no character encoding), No documentation, No Web UI To Configure (had to search and find .jspf files under WEB-INF), No binary distribution, have to download and compile, Version 0.1
Development: Not Active

Chiki

  • Simple Content Creation and Editing: edit existing pages or create new pages by using any web browser - no need to upload pages via ftp or http
  • Edit Content: simply click on the Edit option and make your changes
  • Create Content: simply type in the name of the new page you want
  • Automatic links: pages are linked automatically. You do not need to learn Html commands to link pages.
  • Text formatting: simple, powerful and easy to learn text formatting rules. If you can use email, you can use Chiki !
  • Nodes: pages are grouped into Chiki Nodes. This allows simple organisation of content and collaboration areas
  • Content Search: full text search
  • Content Links: simply click on the links option to see what other content pages link to this one
  • Access Control: you must be registered and logged in to edit and create content, otherwise you have read access only
  • Recent Activity: shows the most recent edit/create operations performed

Plus: Uses Struts and Castor, User Login to Edit, Homepage is powered by Chiki
Minus: Doesn't validate (no character encoding), Version 0.27
Development: Stagnant - was active when first released, but seems to have lost momentum

JSPWiki

  • RSS Feed
  • XML-RPC interface
  • Skins (2.0)
  • Authentication and Access Control (2.0)
  • Search
  • File Upload
  • User Preferences (username)
  • Recent Changes
  • Diff

Plus: Homepage is powered by JSPWiki, Future plans documented on website, version 1.97
Minus: Doesn't validate (but does include DOCENGINE), plain and boring interface, No Admin UI
Development: Seems to be Active - lots of discussions on homepage

Posted in General at Oct 23 2002, 07:39:22 AM MDT 1 Comment

Nice Photos!

I wonder what kind of digital camera James Duncan Davidson has? He's posted some really nice pictures of his hike up Yosemite falls on Monday.

Posted in General at Oct 23 2002, 06:49:53 AM MDT Add a Comment

Struts Goodies.

I went searching on the Struts User List this afternoon and found a couple treats. The first is that you can make $135 for each Struts bug you fix. The second is StrutsCX (Struts with Castor XML and XSLT - but without JSP.). Sounds cool, downloading now.

Update: I installed StrutsCX on this server so you can try it out. Pretty cool stuff. I wonder how difficult it would be to switch from Castor XML to Castor JDO, and then generate the whole thing using XDoclet. BTW, did you know you can install WAR files in Tomcat by 1) ftp-ing the file to your server, and 2) using a url in your browser? Pretty cool - here's the one I used to install simpleweb today:

http://raibledesigns.com/manager/install?path=/simpleweb&war=jar:file:/home/raible/webapps/simpleweb.war!/

Posted in Java at Oct 23 2002, 06:38:29 AM MDT Add a Comment

Sun Certification Summit.

Want to get certified in just one, two or three days? If so, you could attend the Sun Certification Summit, November 10-13 in Colorado Springs. It's almost worth it considering how many hours you would spend studying for these certifications.

The all-inclusive fee of $1,295 per person includes all conference activities, student materials, Web-based courses, meals and lodging. One price fits all. You choose how aggressive you want to be, and take as many sessions as you want.

Posted in General at Oct 23 2002, 06:17:47 AM MDT Add a Comment

Would you click OK?

I attempted to fix some nested <td> errors in a JSP today using Dreamweaver MX's Cleanup XTML feature - but I received this dialog instead. Would you click OK?

Scary Dialog

I get pages rendered in this same language sometimes using Netscape 4.7 - maybe Windows XP is slowly dying? BTW, I used the file-upload feature of roller for the first time with this post - worked very slick. I'll probably be using it from now on!

Posted in The Web at Oct 23 2002, 05:41:55 AM MDT Add a Comment

A Tutorial.

javaStruts meets Swing. Thanks Erik. I hope that I never have to use this. I dread that day that I have to write a Swing app over a web app.

Posted in Java at Oct 23 2002, 04:27:08 AM MDT Add a Comment

The Zone and The Wall.

I've certainly been in The Zone before:

Sometimes, you just have one of those days. One of those days where you manage to find flow, and stay in it. One of those days where you move from test, to code, back to test, back to code with ease.

But what about those days you feel like you're pounding your head against the wall. No matter what you do or try it just doesn't work. Or you're trying to fix a bug and just can't seem to find the problem. And when you do, it was sooo simple - ARRRGGHHH! I battled with The Wall all day yesterday writing installation scripts for my current project. I was lucky enough to get it all working by the end of the day, but I think I scared the bejeezus out of my cat a time or two.

Posted in General at Oct 23 2002, 04:23:23 AM MDT Add a Comment

Google and Small Screen bookmarklets.

I found some new bookmarklets today. I've tested them on Mac OS X (10.2) and they work on Mozilla 1.2b, Chimera 0.5 and Internet Explorer 5.2.2. I'll test them on Windows and Linux when I finish this post. To use these, simply drag the link to your toolbar. The first is a google bookmarklet, found via MacMegasite. This bookmarklet opens a dialog with a text box, where you can type in your search query and eliminates the initial page load from google. The second is a small screen bookmarklet, found via blogzilla and glazblog. This bookmarklet shows you what a site might look like on a small screen.

Update: These bookmarklets seem to work best on Mozilla 1.2b, Win/Mac. The google one will work in IE/Mac, but not IE/Win.

Posted in The Web at Oct 22 2002, 02:27:11 AM MDT

Dream Job in Carribean.

I got this e-mail yesterday for an Oracle Certified Trainer in the Carribean. How sweet would that be?! If any of you are qualified for this position, I encourage you to apply. I've provided this nice picture for you to gaze at and dream about.

Posted in General at Oct 22 2002, 12:21:23 AM MDT 1 Comment

James Duncan Davidson has a blog.

I found James Duncan Davidson's blog tonight. For those of you who didn't know, James is the original author of both Tomcat and Ant. Now he appears to be caught up in Mac OS X goodness, and is having fun with the T68i and iSync. Powered by blosxom, motivated by simplicity, driven by perl.

Posted in General at Oct 21 2002, 01:19:20 PM MDT 1 Comment