Jul 03, 2008
We had a nice presentation at JTeam’s Tech Meeting today. It wasn’t recorded on video, but I do want to share the slides, and the demo’s. JTeam is a Java oriented company that works a lot with the Spring Framework. They have quite some experience with GWT. For us a challenge to show them the [...]
[ Read more... ]
Jun 28, 2008
It has been buzzing around the community lately. A great deal of attention has come my way as well. Today I received an interesting question from Yuvaraj Thiagarajan. He wants to know what Javeline PlatForm is exactly, and how it relates to other frameworks. Rather than answering it in the comments, I wanted to give [...]
[ Read more... ]
Jun 28, 2008
I receive a licensing question from Yuvaraj Thiagarajan. Here is the question and my answer:
[ Read more... ]
Jun 16, 2008
During the creation of an Ajax applications there are many occasions when data is needed from an external or internal datasource. Often this data will be changed and is then sent back where it came from, or stored for later use. At a certain point I found myself using many different ways to retrieve data, [...]
[ Read more... ]
Jun 15, 2008
It was somewhere in 2002 or 2003 when I was looking for a method to position widgets on a plane. It was an early version of Javeline PlatForm and up until that moment I had only positioned elements using anchoring. I remembered a nice feature of Visual Basic, which allowed you to align components to [...]
[ Read more... ]
Jun 15, 2008
In this article I show you how to control the backbutton in your Javeline PlatForm application. I’ll take you step by step through creating a breadcrumb navigation for a typical product database site. It uses 4 states (similar to pages in static websites). The key to this implementation is that all state information is encoded [...]
[ Read more... ]
May 28, 2008
Yesterday I was at KingsOfCode, a great get together for developers with talks by PPK and John Resig among others. I had the honor of having a 5 minute pitch about Javeline PlatForm. For those of you who want to see the presentation slides I’ve put them online here (dutch only, sorry!).
[ Read more... ]
Apr 13, 2008
We at Javeline have released Javeline Platform under the GPL license. However GPL isn’t an easy license and therefor there is much confusion around it. To make matters worse, GPL isn’t written with script languages in mind as it talks about source code and object code. Than there is always the difficult question; Is this [...]
[ Read more... ]
Mar 04, 2008
The normal way to save a state, like the fact that a user is logged in, is to use sessions. Session work really nice, you can save all kind of data on the server (in a temp file) which is identified by a hash which is known on the client in a cookie or by [...]
[ Read more... ]
Feb 24, 2008
After several months of work, version 0.98 of Javeline PlatForm is released. Here’s a changelog:
Download: http://developer.javeline.net/downloads.php#platform
Documentation http://developer.javeline.net/documentation.php
This version comes with:
- Aptana plugin with autocomplete
- Autocomplete for XML editors (XML Schema)
- Reference Guide
Changes:
PlatForm event handling moved away from using arguments and now always passes an Event object.
binding rule attribute “default” renamed to “value”
[...]
[ Read more... ]