Executable .war with winstone-maven-plugin

Avatar of Hugo Josefson

You don’t need to install Tomcat, JBoss or any other web server in order to run a Java web application (.war file)!
If your project is configured with a Maven pom.xml and the module has <packaging>war</packaging>, you can just add this little piece of XML inside the pom’s <plugins> tag:
<plugin>
<groupId>net.sf.alchim</groupId>
[...]

Tags: , , , ,

Accelerometer and Vibration on the iPhone

Avatar of Fredrik Olsson

Last friday I attended an excellent session at Øredev 2008, on Android by Mike Jennings from Google. At the end of the presentation Mike show the code for a simple application with a bouncing blue ball, controlled by the accelerometer. What stroke me was that the git of the application was 85 lines of code, [...]

Tags: , , , , ,

PowerMock 1.0 released

Avatar of Jan Kronquist

We have released 1.0 of PowerMock just in time for the Øredev conference! PowerMock is an open source mock framework based on EasyMock that allow you to mock static methods, private methods and even constructors. Our intent is mainly to allow unit testing of legacy code and people really seemed to appreciate this idea at the conference.

Tags: , , , ,

Android on the FreeRunner

Avatar of Peter Neubauer

Hi there,
Öredev was great success, especially all the people and the organization - a big Thank You to Michael and Emily for making this possible, you rock!
Now, it was really awesome to exchange Android games with Mike Jennings fro the Android team, and get him excited over the recent Android port to the Neo FreeRunner! [...]

Tags: , , ,

Give back my XMPP in Android!

Avatar of Peter Neubauer

Since the release of the Android SDK 1.0, people (including me) have been complaining about the lack of connectivity for the very convenient Smack API to talk to Googles GTalk servers following http://davanum.wordpress.com/2007/12/31/android-just-use-smack-api-for-xmpp/, see here.
However, yesterday @Oredev, I met Mike Jennings from the Android team and together we looked into this problem over a beer [...]

Tags: , ,

Where to listen to Scrum Shock Therapy

Avatar of Björn Granvik

Just a quick note on Scrum Shock Therapy. I will give a session on this subject at the Øredev conference on Tuesday at around 10 o’clock. If you can make it I will talk about the whole shebang - recipes for the team, management and organisation.
I’d love to get your feedback. See you in [...]

Tags: , , ,

Scrum Shock Therapy, Part 1

Avatar of Björn Granvik

Scrum consists of a straightforward process, half a bunch of roles and a few artifacts. Sounds simple enough, but according to an online poll 3 out of 4 projects that call themselves Scrum fail to implement even the simplest parts. To make matters worse, most of the mistakes are on the simple side of things. [...]

Tags: , ,

Running Selenium RC with Firefox 3

Avatar of Joakim Back

After running into proxy errors attempting to run Selenium tests with Opera 9.62 and being unable to install Firefox 2 on Ubuntu 8.10 (unsatisfied package dependencies..) I finally ran into this gem:
Hi,

On windows I succeeded to run  Selenium RC and Firefox 3 using the following steps
1. run firefox in profilemanager mode (”path\to\firefox.exe” -profilemanager)
2. create new [...]

Tags: , , ,

Getting Sound Working Properly on Ubuntu 8.10

Avatar of Mattias Hellborg Arthursson

Ever since I upgraded to Ubuntu 8.10 on my laptop (Dell Precision M90) I’ve been having problems with getting the sound to work properly. I could get some applications working if I would change the sound default from ALSA to OSS, but it wouldn’t work in Firefox (e.g. youtube etc.)
Seems this is not an uncommon [...]

Tags: , , , , , ,

PowerMock 0.8 released

Avatar of Johan Haleby

Previously a colleague of mine described an idea for mocking static methods. Earlier this year we started an open source project to implement these ideas in a very simple to use form. The idea is that it will just be a normal jar file that extends EasyMock and JUnit. Instead of using AspectJ we have [...]

Tags: , , ,