call for contributors
Category mac designer xpages
I've been playing with something off and on since Friday that I think has some serious potential. Rather than silo the idea, I've decided to show you what I've come up with so far and ask if any of you want to lend a hand.
First, let me tease you with a couple screenshots.


Nothing terribly exciting so far, I suppose. How about something a tiny bit fancier?


Okay, I guess that's a little more interesting. It's starting to look like a real XPage now. But what if we pan up a bit?

One final tease... let's slide up just a bit more and a little to the left:

That's right, my friends: none of these screenshots were taken in Designer. Or even Eclipse. It's just Chrome. On a Mac.
This is an XPage app for writing XPage apps. I know that's a bit matryoshka, but I think there are a few fundamental implications lurking beneath this proof of concept:
There's a huge amount left to be done. At the moment, it's not hooked up to the VFS, so you can't actually save the result as an XPage directly from the browser. I know how to do this, the code just needs to be written. The component registry that makes what already works possible can also be leveraged to create a component palette much like the one in Designer, as well as a property editor, so developers won't have to type all the XML by hand. Right now it only supports namespaced components; it needs support for passthru as well, but more importantly, resources, data sources, and the like. It's also only handling hardcoded attribute values at the moment... obviously we need to support method and value bindings as well. And of course, it needs some sort of application navigator or package explorer, allowing the developer to add applications and select which XPage they want to edit. The infrastructure is already in place to display multiple editors at once... it just needs to be hooked into some actual navigation.
In short, I'm pretty pleased with the potential represented by the five hours I've spent on this so far (feel free to try out the in-progress proof of concept). But I'm also too excited about what this could become to wait as long as I'd have to if I insisted on writing this all myself. So......... any volunteers?
I've been playing with something off and on since Friday that I think has some serious potential. Rather than silo the idea, I've decided to show you what I've come up with so far and ask if any of you want to lend a hand.
First, let me tease you with a couple screenshots.


Nothing terribly exciting so far, I suppose. How about something a tiny bit fancier?


Okay, I guess that's a little more interesting. It's starting to look like a real XPage now. But what if we pan up a bit?

One final tease... let's slide up just a bit more and a little to the left:

That's right, my friends: none of these screenshots were taken in Designer. Or even Eclipse. It's just Chrome. On a Mac.
This is an XPage app for writing XPage apps. I know that's a bit matryoshka, but I think there are a few fundamental implications lurking beneath this proof of concept:
- Immediate, full-fidelity preview. This is not the Design tab in Designer, which gives you a static approximation of what your app might look like; this shows you what your app will look like. Right away. No "Preview in Web Browser"... you're already in the browser. That's why I'm tentatively calling it WYSIWYX: what you see is what you experience.
- It's lightweight. No gigabyte footprint installation eating up half your RAM and occasionally all of your CPU. Just whatever browser you already have installed. Hell, it even works in IE.
- Did I happen to mention I'm using this on a Mac? I suppose the whole browser thing makes it obvious that the operating system doesn't matter, but in my opinion this is the biggest implication. No need to set up a virtual machine and make sure the guest Windows installation is properly licensed (or, if you're the rebellious type, risk the wrath of Redmond by running it without licensing it). No need to install anything at all. If you've got a browser, you can do your job.
There's a huge amount left to be done. At the moment, it's not hooked up to the VFS, so you can't actually save the result as an XPage directly from the browser. I know how to do this, the code just needs to be written. The component registry that makes what already works possible can also be leveraged to create a component palette much like the one in Designer, as well as a property editor, so developers won't have to type all the XML by hand. Right now it only supports namespaced components; it needs support for passthru as well, but more importantly, resources, data sources, and the like. It's also only handling hardcoded attribute values at the moment... obviously we need to support method and value bindings as well. And of course, it needs some sort of application navigator or package explorer, allowing the developer to add applications and select which XPage they want to edit. The infrastructure is already in place to display multiple editors at once... it just needs to be hooked into some actual navigation.
In short, I'm pretty pleased with the potential represented by the five hours I've spent on this so far (feel free to try out the in-progress proof of concept). But I'm also too excited about what this could become to wait as long as I'd have to if I insisted on writing this all myself. So......... any volunteers?