Search found 83 matches

by jamieyg3
02 Nov 2008, 18:33
Forum: Server Side Extension Development
Topic: I'm getting a Warning in Eclipse
Replies: 3
Views: 5519

I'm getting a Warning in Eclipse

ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized

this refers to this:

ArrayList queryRes=db.executeQuery(sql);

which I got from the example code, how do I stop that warning from showing up?
by jamieyg3
02 Nov 2008, 18:32
Forum: Server Side Extension Development
Topic: Java DB Example?
Replies: 1
Views: 3990

Re: Java DB Example?

i found the examples folder haha
by jamieyg3
02 Nov 2008, 17:08
Forum: Server Side Extension Development
Topic: Java DB Example?
Replies: 1
Views: 3990

Java DB Example?

Is there an example of how to use a Java extension to access a database? I set up my config file to use my mysql database, but now what? I see there is a dbManager Class but I don't really know the best way to use it? Do I instantiate this class or do I use the getConnection method? I'm a bit confus...
by jamieyg3
02 Nov 2008, 03:55
Forum: Server Side Extension Development
Topic: [TUTORIAL] How to add new libraries (.jar files)
Replies: 7
Views: 58001

I spent about 2 full days trying to get an external jar file to work (jdom for reading xml files) without success, and then i gave up, and now i find this thread. should have looked here earlier.
by jamieyg3
02 Nov 2008, 03:54
Forum: Server Side Extension Development
Topic: I'm a New User and have a simple question!
Replies: 2
Views: 4911

Lapo wrote:Navigate the Zone Browser and use the extensions drop down to select the extension you want to check.
As soon as traces are executed in the extension code you will see them appear in the text area


thanks!
by jamieyg3
26 Oct 2008, 17:46
Forum: Server Side Extension Development
Topic: I'm a New User and have a simple question!
Replies: 2
Views: 4911

I'm a New User and have a simple question!

The trace() command, like in the Flash IDE, prints your text and variables to the server console and also to the Administrator Tool trace window. If you keep your AdminTool connected to SmartFoxServer while testing your extensions, you will receive all the trace output and you will be able to remot...
by jamieyg3
15 Oct 2008, 16:34
Forum: SmartFoxServer 1.x Discussions and Help
Topic: I'm getting double responses??
Replies: 2
Views: 4524

ahhhhhhh I was tracing e.params.msg (i guess it gets traced automatically) so it was showing everything twice haha... i'm going through the tutorials at jorgebucaran.com but i'm using flash instead of flex.
by jamieyg3
15 Oct 2008, 15:51
Forum: SmartFoxServer 1.x Discussions and Help
Topic: I'm getting double responses??
Replies: 2
Views: 4524

I'm getting double responses??

[Sending]: <msg t='sys'><body action='verChk' r='0'><ver v='154' /></body></msg> [Sending]: <msg t='sys'><body action='verChk' r='0'><ver v='154' /></body></msg> [ RECEIVED ]: <cross-domain-policy><allow-access-from domain='*' to-ports='9339' /></cross-domain-policy>, (len: 91) [ RECEIVED ]: <cross-...

Go to advanced search