Search found 3 matches

by prozz
20 Jan 2010, 11:28
Forum: Java2SE / Android Client API
Topic: Is there any api to write an admin tool with java
Replies: 5
Views: 16502

Re: Is there any api to write an admin tool with java

jiaxintang wrote:I am going to write a program that can do the administration with java, as the Flash admintool. Is there any api to do this?


same question here. any advice on how to write this?

thanks for responses, i hope there will be one :)
by prozz
05 Aug 2009, 11:46
Forum: Server Side Extension Development
Topic: Java extensions and TDD
Replies: 2
Views: 4787

Hi, unit testing is possible if you decouple the logic from the main extension class which is not mock-able. yeah, this is what we finally did: each extension dispatches commands to some handlers which are unittested. Generally speaking TDD is less effective for multiplayer testing because it canno...
by prozz
03 Aug 2009, 08:09
Forum: Server Side Extension Development
Topic: Java extensions and TDD
Replies: 2
Views: 4787

Java extensions and TDD

Hi! I'm trying to write some unit tests for my extensions and it looks like it isn't possible. While trying to initialize extension class which has it.gotoandplay.smartfoxserver.extensions.AbstractExtension as a parent outside of the smart fox server I'm getting: java.lang.NullPointerException at it...

Go to advanced search