Search found 98 matches

by dingo
13 Jan 2011, 10:04
Forum: SFS2X Questions
Topic: JavaDoc in Netbeans?
Replies: 3
Views: 6187

JavaDoc in Netbeans?

hi there,

is there any way to embed the documentation into netbeans?
All i get is this:

Image

Thanks
by dingo
12 Jan 2011, 05:41
Forum: SFS2X Questions
Topic: @MultiHandler
Replies: 5
Views: 8135

great, got it working, thanks.

But then I think your docs have a mistake further down where it says:
The Extension API provide a @MultiHandler annotation


Because there the example implements IClientRequestHandler instead of extending BaseClientRequestHandler
by dingo
11 Jan 2011, 13:41
Forum: SFS2X Questions
Topic: @MultiHandler
Replies: 5
Views: 8135

@MultiHandler

Hi there if i follow the code from the tutorial: @MultiHandler public class RegisterMultiHandler implements IClientRequestHandler { @Override public void handleClientRequest(User sender, ISFSObject params, SFSExtension parentExt) { // Obtain the request id String requestId = params...
by dingo
03 Dec 2010, 11:49
Forum: SFS2X Questions
Topic: Bluebox release date?
Replies: 2
Views: 4996

sure, no problem - I understand.
by dingo
02 Dec 2010, 22:37
Forum: SFS2X Questions
Topic: Bluebox release date?
Replies: 2
Views: 4996

Bluebox release date?

Hi there

as the title says ;-) do you have any info on when bluebox will be available in SFS2X?

Thanks
by dingo
25 Oct 2010, 11:56
Forum: SmartFoxServer 1.x Discussions and Help
Topic: SmartFoxServer 2X Announced!
Replies: 116
Views: 136255

eagerly checking smartfoxserver.com every day for the big news :D
by dingo
20 Oct 2010, 10:03
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Dedicated server help?
Replies: 13
Views: 16084

well you don't need a dedicated server, but you need root access.
i use vps.net, the smallest instance costs 20$

i bet you can finder cheaper ones if you google for "virtual private server"

like this: http://vpslink.com/
by dingo
06 Sep 2010, 18:10
Forum: SmartFoxServer 1.x Discussions and Help
Topic: SmartFoxServer 2X
Replies: 23
Views: 26596

yay, looking forward to it ;-)
by dingo
03 Sep 2010, 23:22
Forum: SmartFoxServer 1.x Discussions and Help
Topic: SmartFoxServer 2X
Replies: 23
Views: 26596

any updates on the release date yet? ;-)
by dingo
30 Aug 2010, 21:40
Forum: Server Side Extension Development
Topic: Error: Error #2030: End of file was encountered. at flash.n
Replies: 25
Views: 37894

actually i get the same error on firefox mac once in a while, i never really cared because i just continue the debugger and everything works fine.

perhaps it has something to do with the fact that the debugger has a socket connection too?
by dingo
24 Aug 2010, 13:39
Forum: SmartFoxServer 1.x Discussions and Help
Topic: runtime room properties change
Replies: 4
Views: 7187

ok, thanks.
by dingo
18 Aug 2010, 11:54
Forum: SmartFoxServer 1.x Discussions and Help
Topic: runtime room properties change
Replies: 4
Views: 7187

Lapo, is there a way i can remove the password again in Java? I've tried > setPassword("") and setPassword(null) Both don't set the room isPrivate to false. Setting the Room on the client to private is not a problem, I'm doing this manually. But how can i make to room !private again? Thanks.
by dingo
15 Aug 2010, 18:26
Forum: SmartFoxServer 1.x Discussions and Help
Topic: OSX 10.5.8 - SFS 1.6.8 update not working?
Replies: 1
Views: 3626

OSX 10.5.8 - SFS 1.6.8 update not working?

hi there, i did a clean install (just to make sure i didn't break anything) of SFS 1.6.6. started the app > worked fine. then i closed sfs, installed the two update files in 1.6.8 into /Server/lib (overwriting the existing ones), now SFS will no longer start, i get the following exception: Exception...
by dingo
07 Aug 2010, 03:21
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Rules for IPTables
Replies: 7
Views: 8990

yeah and it's really uncomplicated & works great ;-)
by dingo
06 Aug 2010, 13:48
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Rules for IPTables
Replies: 7
Views: 8990

for anyone else setting up a VPS for the first time and searching through the forum about iptables:

uncomplicated firewall is a nice addon to help manage iptables:
https://help.ubuntu.com/community/UFW

Go to advanced search