STRONGblog

Notes from twenty years in the field

Working notes from real z/OS engagements — Endevor-to-Git migrations, DBB builds, IDz performance, code pages, and mainframe CI/CD. The same knowledge we bring to yours.

JavaFX Post on Slashdot

Interesting post from Slashdot on what Sun has announced regarding FX (I mentioned in my previous blog). http://www.internetnews.com/dev-news/article.php/3676226. This was announced less than 12 hours ago at JavaOne. I have not been to any sessions on it as of yet, but it does seem like an AJAX competitor (some say killer). Its amazing how quickly … Read more

JavaOne 2007

Its opening day today at JavaOne (I was here yesterday for Java University). I’m sitting in the keynote address. Some cool things are being announced, as is typical in any opening general session. I’ll comment when I can, and I’ve got a bunch of other material I’ve been saving up – so expect a lot … Read more

Adding New HATS Templates to new Projects

HATS comes bundled with several default templates. Only one or two could reasonably be used in a production environment as they are just downright hideous. A template consists of a JSP, images, and stylesheets. Rather than create a new template each time you do a project, you might want to save the project so that … Read more

Importing XML Schema file for xmlAccess scripts

If you are new to WebSphere Portal, and setting up a test/staging /production environment, then you should closely familiarize yourself with the XmlAccess interface. This is the command line scripting interface. Yes, you are probably thinking “command line?? why got out of the green screen stone age years ago!”. Well that’s fine and dandy, but … Read more

Troubleshooting the Portal configuration

In looking at the troubleshooting section of the Portal 6 infocenter, I ran across a good troubleshooting article. http://www-1.ibm.com/support/docview.wss?rs=688&context=SSHRKX&q1=enable-security-wmmur-ldap&uid=swg27008792&loc=en_US&cs=utf-8&lang=en To reiterate one of the key points in the LDAP setup, you MUST disable global security before running the enable-security task.“wpsconfig disable-security” Then validate your LDAP setup with“wpsconfig validate-ldap-wmmur” (the wmmur is for realm support) Once … Read more

Portal Security Overview

This is a very informative article on how WebSphere Portal security works. It also does a great job of explaining WebSphere app server security, and how external security managers can hook in. It was written by the guys who architected the whole Portal security, so it is from the horses mouth, so to say. http://download.boulder.ibm.com/ibmdl/pub/software/dw/wes/pdf/0611_buehler-WP60-SecurityOverview.pdf(note: … Read more