Why I implemented Snippetory

I'm working on a business system as a developer. As most developers I'm not really happy with the technologies used. Especially HTML rendering where I tend to be somewhat picky with since I developed Shower. There are about 200 JSP pages, though, migration needs a bit planning. As I had a co-worker pretty happy with the combination of JSF and Seam we tried JSF 1.0 for a little new front end. It was a disaster. I was aware, that it is not a simple tool. And I didn't expect to find the most efficient way to build simple HTML pages. But when I started work I just thought "They did it again. They didn't learn a bit. Like EJB 1.0. Not usable." To us this meant to update our minimal outdated jBoss 4.0.3. We chose 4.2.3 which at least allowed us to use JSF1.1. It worked, but to me JSF felt still like a bunch of technologies forcing each other to quirk. There is a validation technology for single field validations. All others are handled in java. By expression language I'm forced to name my commands get... wherever the JSF guys forgot one. Some component may contain HTML to format their content, others not. No warnings or errors just strange behavior. So on. That's not my point here. Just I was massively frustrated.

At the end of the work flow we send an email with all the data entered from a page with the same data. It's a matter of course, that this takes new code and another technology. I decided jByTE which I wanted to try for a long time. It was like ... coming home. A single class with three methods. That's way of API, I really, really like. And the markup, just region, and positions. And the location of template code is abstracted very well. By using my first metaphor repository I got a small template and had the opportunity to structure my java code. But there were a number of things I didn't like that much.

And I wanted try how it feels working with it. Now anyone who is interested is able to try.

Bernd Ebertz Head, Founder and chief technology evangelist of
jproggy.org