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.

The Matrix (for App Servers)

TSS has volunteered to host the appserver matrix. This is a nice matrix that I've used in the past while teaching.

TheServerSide is pleased to announce that we will now be hosting the J2EE Application Server Matrix which was formerly available on Flashline.com. The 'Matrix' is a detailed listing of J2EE vendors and their application server products, with information on latest product version numbers, J2EE spec support and licensing, pricing, platform support, and links to product downloads and reviews. [TheServerSide.Com: Your J2EE Community]

Posted in General at Mar 14 2003, 08:50:53 AM MST Add a Comment

Mozilla 1.3

Download Now

If you're using 1.3, try about:config in the address bar.

Posted in The Web at Mar 14 2003, 12:43:56 AM MST 1 Comment

MicroSOFTees

Andy has some words for Microsoft. You owe it to yourself to read this. Good stuff.

But Microsoft won't go for it. They have a weak position technically 
and a strong one from a marketing standpoint and not the stones to 
answer OUR questions. (And oddly I was semi-favorable to .NET at the 
start of this).

So what of it? Are you men or are you microSOFTies. Lets face it, you
couldn't stomach a fair fight. 

He, he...

Posted in Java at Mar 13 2003, 11:03:19 PM MST Add a Comment

T68i - Connection to the Internet and CommuniCam zoom

I did some research this morning to see if I could figure out how to connect to the internet using my laptop, Bluetooth and my phone. My hope is to not use an ISP, but rather to use the built-in connectivity of AT&T's mMode service. I found these comments that include links to some articles on how to do this. I might have to try this tonight or at least preserve it here for future reference.

I also wanted to find out how to upgrade my phone's firmware so it could support zoom for it's camera. I was disappointed to find out that I have to go through the following seemingly painful process:

  • Call Tech Support at (800) 374-2776 and get a reference number.
  • Call the Sony Ericsson Repair Center at (651) 229-5862 and schedule my phone for repair.
  • Send them my phone. Turnaround time is 3-5 business days once they receive it.

Ugh, granted I don't use the thing much, so living without it for two weeks wouldn't be too bad - but it is nice to have it around. Too bad I can't just download the software and upgrade - I wonder if they're physically replacing some embedded hardware? I asked if I could take it to an AT&T Store, but no dice - this is the only way to get zoom. Damn.

Posted in General at Mar 13 2003, 11:18:30 AM MST Add a Comment

Denver JUG Review

Last night's meeting was great. The first presentation on TINI was very cool and showed how you could telnet/ftp into this SIM (RAM-style) device and run Java on it. Granted, it only supports JDK 1.1 and lacks some cool stuff, but it can run a servlet engine and even serve up web pages through a servlet. This was all designed to demonstrate how Java can run on embedded devices. The speaker thought that embedded devices would be the next big thing for Java. IMO, he has to - especially since he seems to have dedicated a lot of work to learning about it. In reality, I hope it is the next big thing, Java (and our job market) could use a real boost.

The second preso was by our good friend Erik Hatcher. It was the first time I've met Erik in person, so that was definitely the highlight of the night. He's a very down-to-earth fellow and gave a great presentation. If I didn't learn so much about XDoclet in the past couple of months, I would've been wowed. I did learn that I should replace my // TODO: comments with @todo in the JavaDoc so I can use XDoclet to generate a JavaDoc-like website of my todo list. I'm definitely looking forward to the next time he speaks at the NoFluff Symposium.

Moblogging went fairly well as you can tell from the pictures. These photos look pretty awful on the camera, but turned out decent on this site. I'm heading off on a trip to Chelan, Washington this weekend and will hopefully snap some more pics (pending connectivity).

Posted in Java at Mar 13 2003, 07:41:01 AM MST Add a Comment

First preso was on TINI - embedded Java - VERY cool! http://www.ibutton.com/tini

Posted in General at Mar 12 2003, 07:14:13 PM MST Add a Comment

Mophoto-ing begins!

I'm off on my first MoPhoto Adventure. Watch this site for pictures as they happen. Hopefully, Erik will make an appearance on this site as the night rolls on. ;-)

Posted in General at Mar 12 2003, 04:45:20 PM MST Add a Comment

JSP Plugin for Eclipse?

Does anyone know of a good JSP Plugin for Eclipse? I've found that the available XML and JSP Editors are not very good, and I resort to HomeSite (which I love) for most of my regular text editing. I'd love to find a tool that does code completion for JSPs. I suppose I could use Dreamweaver, but they don't have a copy here in the office. BTW, I found the Lomboz plugin, but it doesn't appear to be latest-eclipse-release compliant.

Posted in Java at Mar 12 2003, 01:28:39 PM MST 17 Comments

The CommuniCam is in my possession!

Ericsson CommuniCam MCA-25 I received the CommuniCam today and it's not as bad as I expected. The pictures have horrible resolution when viewing them on the phone, but don't appear half bad on a computer screen. Granted, they definitely look like they're taken with a cheap digital camera, but that is what it is. I'm looking forward to using it tomorrow night, but I probably won't be able to post the pictures in real time. It's at Qwest in downtown Denver, and cell coverage sucks there. I know because Julie used to work in that building.

Now I just have to figure out how to upgrade my phone's firmware so I can get the zoom capability. I read it's possible on AT&T's forums last week, but can't seem to find the link.

Posted in The Web at Mar 11 2003, 08:41:56 PM MST 2 Comments

Struts from Scratch

More goodness from the struts-user list this afternoon. In reality, I don't know why I'm posting these as I'm not planning on reading them - maybe in hopes that some of you will find it interesting. Could be that I worked until 3:30 last night and got up again at 7. Red Bull at lunch and I feel like I got a full night's sleep!

Struts from Scratch covers a Struts install from ground zero.

It provides detailed install and configuration steps for a beginning Struts application. It comes with a basic sample application and basic Ant build script (available for download from http://www.strutskickstart.com).

Posted in Java at Mar 11 2003, 12:42:39 PM MST 1 Comment