Well I was hoping to do something like this where you have a command like, "register.profile" and I can parse the command and send all "register" prefixed requests to a particular module in the backend.
So I wouldn't have a ton of IF/ELSE statements, it would just be a few conditionals to route a ...
Search found 15 matches
- 11 May 2021, 03:01
- Forum: SFS2X Questions
- Topic: MultiHandler in Javascript Extension?
- Replies: 3
- Views: 4394
- 10 May 2021, 07:27
- Forum: SFS2X Questions
- Topic: MultiHandler in Javascript Extension?
- Replies: 3
- Views: 4394
MultiHandler in Javascript Extension?
Back in SFS 1x , all client requests/commands came through the "handleRequest" handler and from there I parsed the command string and routed the request to appropriate module in other parts of the server code.
With SFS2X I'm using Javascript extensions I was hoping to utilize a similar flow where ...
With SFS2X I'm using Javascript extensions I was hoping to utilize a similar flow where ...
- 04 May 2021, 10:57
- Forum: SFS2X Questions
- Topic: Creating native Java Objects in Javascript 2x Server Extension.
- Replies: 2
- Views: 3842
Re: Creating native Java Objects in Javascript 2x Server Extension.
Great thanks. So I can just pass the Javascript datatypes. I made the mistake of passing an object instead of an array.
- 04 May 2021, 07:06
- Forum: SFS2X Questions
- Topic: Creating native Java Objects in Javascript 2x Server Extension.
- Replies: 2
- Views: 3842
Creating native Java Objects in Javascript 2x Server Extension.
This is probably a simple question / answer, but after searching the forum I couldn't find the answer.
I'm using Javascript extensions with the SFs2X server and I'm trying to run the dbManager method, executeInsert(). The problem is the second parameter, it's expecting a Ljava.lang.Object. I don't ...
I'm using Javascript extensions with the SFs2X server and I'm trying to run the dbManager method, executeInsert(). The problem is the second parameter, it's expecting a Ljava.lang.Object. I don't ...
- 08 Feb 2009, 09:35
- Forum: Server Side Extension Development
- Topic: Save data when server restarts
- Replies: 3
- Views: 9341
- 06 Sep 2007, 16:47
- Forum: Server Side Extension Development
- Topic: Sending to a user after userLost
- Replies: 9
- Views: 14753
- 05 Sep 2007, 05:18
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: { Patch } SmartFoxServer PRO 1.5.8c ready
- Replies: 18
- Views: 32678
- 05 Sep 2007, 05:02
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: { Patch } SmartFoxServer PRO 1.5.8c ready
- Replies: 18
- Views: 32678
- 29 Aug 2007, 09:56
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: { Patch } SmartFoxServer PRO 1.5.8c ready
- Replies: 18
- Views: 32678
- 07 Aug 2007, 07:42
- Forum: Server Side Extension Development
- Topic: Program too big jump offset (Line number not available)
- Replies: 9
- Views: 18177
- 04 Aug 2007, 21:55
- Forum: Server Side Extension Development
- Topic: Program too big jump offset (Line number not available)
- Replies: 9
- Views: 18177
- 04 Aug 2007, 10:32
- Forum: Server Side Extension Development
- Topic: Program too big jump offset (Line number not available)
- Replies: 9
- Views: 18177
- 07 Jul 2007, 05:39
- Forum: Server Side Extension Development
- Topic: Getting ActionScript UserVariables with Java
- Replies: 3
- Views: 8462
- 03 Jul 2007, 23:43
- Forum: Server Side Extension Development
- Topic: Possible to debug at runtime?
- Replies: 11
- Views: 18637
- 02 Jul 2007, 11:27
- Forum: Server Side Extension Development
- Topic: Getting ActionScript UserVariables with Java
- Replies: 3
- Views: 8462
Getting ActionScript UserVariables with Java
Hi!
In my current project I'm using a mix of ActionScript and Java (like 6.6 in the Docs). Basically I use embedded Java classes for areas that need optimal performance.
I'm in the process of converting one of my Actionscript functions to a Java method, but I'm running into a snag. In Actionscript ...
In my current project I'm using a mix of ActionScript and Java (like 6.6 in the Docs). Basically I use embedded Java classes for areas that need optimal performance.
I'm in the process of converting one of my Actionscript functions to a Java method, but I'm running into a snag. In Actionscript ...