That Java Thing, Part 8: Source Bundles  

By Jesse Gallagher | 11/10/15 10:06 AM | - | Added by Oliver Busse

Before anything else today, Eric McCormick reminding that yesterday's post missed the final step: committing the changes. So, let's take care of that right now. On my side, since my Windows VM is also being accessed from the Mac side, it's worthwhile to add a .gitignore file to the root of the repo to keep out all the .DS_Store nonsense.

Seriously, Though: Reverse Proxies  

By Jesse Gallagher | 9/16/15 3:31 PM | - | Added by Oliver Busse

So, Domino administrators: what are your feelings about SSL lately? Do they include, perhaps, stress? It's "oh crap, my servers are broken" season again, and this time the culprit is a change in Apple's operating systems. Fortunately, in this case, the problem isn't as severe as an outright security vulnerability like POODLE and, better still, there is a definitive statement from IBM indicating that they are going to bring their security stack up to snuff almost in time.

Wrangling Tycho and Target Platforms  

By Jesse Gallagher | 8/30/15 3:48 PM | - | Added by John Oldenburger

One of the persistent problems when dealing with OSGi projects with Maven is the interaction between Maven, Tycho, and Eclipse. The core trouble comes in with the differing ways that Maven and OSGi handle dependencies. The Maven way of establishing dependencies is to list them in your Maven project's POM file.

Adding Components to an XPage Programmatically  

By Jesse Gallagher | 7/19/15 7:33 AM | - | Added by Oliver Busse

One of my favorite aspects of working with apps using my framework is the component binding capability. This lets me just write the main structure of the page and let the controller do the grunt work of creating fields with validators and converters.

Quick PSA: LS2J Problems in 9.0.1 FP3  

By Jesse Gallagher | 5/19/15 12:58 PM | - | Added by Oliver Busse

While I'm at it, I realized that it may be useful to further spread information about the problem that led to me fiddling with the latest IFs and JVM patches in the first place: the LS2J problems in 9.0.1 FP3.

Quick Tip: Re-Enabling Disabled Designer Plugins  

By Jesse Gallagher | 5/19/15 11:14 AM | - | Added by Oliver Busse

Recently, I had a case where my installed Designer plugins stopped appearing, immediately made obvious by the libraries disappearing from XPages applications and Designer listing hundreds of class-not-found errors. At first, I figured that the local plugins had been deleted, but trying to install from update sites curtly informed me that they contained nothing new for me.