About things to come
<rootPanel name="Test Document">
<children>
<form action="/test.xml" method="post">
<table border="1" cols="3">
<cell>
<stack>
<radioButton name="radio"
checked="false">Click me</radioButton>
<radioButton name="radio"
checked="true">Or Me!</radioButton>
</stack>
</cell>
<cell>
<stack>
<checkBox name="check" checked="true">Check This</checkBox>
<checkBox name="check">Check That</checkBox>
</stack>
</cell>
<!-- the third column has no value -->
<cell row="1">
<stack>
<label>A Text Area</label>
<textArea rows="10" cols="30" name="textArea"/>
</stack>
</cell>
<cell col="2">
<flow>
<label>A Text Field:</label>
<textField size="20" maxLength="40" name="textField"/>
</flow>
</cell>
</table>
<button text="Submit" type="submit"/>
</form>
</children>
</rootPanel>
Highly WIP…
Syntax may change







Ah, it’s been about time
BTW, what the heck is “WIP”?
Comment by alex on May 30, 2007, 11:23
WIP… Work in Progress
because Listener, callbacks are still very incomplete
Comment by peter on May 30, 2007, 11:29
I see. I was wondering whether it was Wireless Industry Partnership or Warner Independent Pictures
Anyway, a couple of more questions:
1. this will be free, right?
2. if (1.) then when do you foresee to have the sources uploaded to sandbox?
I am mostly curious on how this will fit with servlets.
Comment by alex on May 30, 2007, 12:15
Yes, 1 is planned.
To proceed to 2, we need some more time to polish it.
I’m not happy with the design yet and the way callbacks work.
From my estimate, it will require at least two weeks before we can go public with it.
This blog post was just a teaser
Comment by peter on May 30, 2007, 12:28
Ah that’s very acceptable timeframe. In my POCO life time-share, I’m currently busy polishing Data for 1.3.1. anyway.
Comment by alex on May 30, 2007, 12:39
My interest has peaked
Seriously; I can’t wait.
p.
Comment by Paschal on May 31, 2007, 04:11