Netbeans 6.7.1 available for download
Netbeans 6.7.1 with javafx support in finally available for download: http://www.netbeans.org/servlets/NewsItemView?newsItemID=1407
Hurray!
Netbeans 6.7.1 with javafx support in finally available for download: http://www.netbeans.org/servlets/NewsItemView?newsItemID=1407
Hurray!
Netbeans 6.7 is out, the integration with kenai is really nice and there is still no javafx version of Netbeans 6.7: it's a shame!
The connection with kenai and the integrated chat window is a really usefull improvement. As we were to impatient to work with this new version we googled for hours and finally founded a release candidate for netbeans 6.7.1 with javafx (don't try to find it again, we tried with no success!). Just try it yourself: http://bits.netbeans.org/netbeans/6.7.1/rc/2009-07-16_23-01-10/
Comments [0]
Today,
So, after some work, user scores can finally be saved using some REST calls. Obviously, due to the very starting nature of our server side code, I won't type the URL here, since it could potentially result in DoS attempts (which is only due to the fact that, as any naive programmer, I underestimate the security cost and did not though security first). Suffice to say calling the right URL in POST mode will store a score, while calling the very same URL in rest code would output the following XML
Comments [0]
So, now a RESTFul hello world exists on Google App Engine, I can start woring on this brand new (to me) architecture : rest.
According to restlet documentation, the first step is to define what urls will be visible, before to define which services they will provide.
Obviously, before to define these urls, we have to define what we want to do server side.
For that, the wiki provides infos. Namely, what to do in first iterations. So, we have to
Comments [0]
So, now my friends of the front-end team are starting to build walls, I think it's time for the server team to wake up from its eons long sleep, deep in the walls of the fabulous R'lyeh city.So let's start by some general considerations.
Comments [0]
We started working on a JavaFX project a few days ago and we decided to open this blog to share our experiences. Our first project is a JavaFX version of the famous Jezzball game.
Comments [0]
Comments [0]