Saturday, November 28, 2009
My first Flex application
Saturday, November 14, 2009
Spring Roo
Thursday, November 12, 2009
First App Engine experience
Less than a minute!
That’s what it took to get App Engine running locally and seeing the first page served in my browser!
All you need to do, is to add an extra source for software updates and select the Google App Engine. It’s all explained here.
Google App Engine
Long story short: Google App Engine is Google’s public application hosting service. You can run your own web application, databases, etc. on Google servers. It’s free for small applications.
Of course you could run your own server (either rent one or run one at home), but this means you have the maintenance problems, security issues and performance problems to deal with.
Unfortunately I have not been able to attend JFALL this year, there was a session which was about Google App Engine.
I have some ideas about using Google App engine. Currently I am thinking about using it to store data for my Android applications.
It’s definitely something I’m going to look into very soon.
This guy got a small Wicket application running on App Engine, cool eh!
Wednesday, November 11, 2009
Jira, Confluence and Bamboo
- Jira - issue tracking and planning
- Confluence - wiki
- Bamboo - continuous build server
It is also possible to use Bamboo as a release management tool, somebody wrote a nice article about it and developed some plugins. This is about a year old, so maybe it is built in by now.