|
Dirk, thanx I'm already using it but I want to enchance it a bit and need to be able to pass some parameters to it. Also I do not like undocumented features like the ones I'm asking in this thread about.. Its OK for open source where you can see sources but its not OK for commercial servers. BTW I've decompiled flashgateway.jar slightly (just for debug to put brakepoints) and found that the code quality is very poor. I'd refactor it much. For example in flashgateway.adapter.java.JavaAdapter protected Method getMethod(List parameters, String serviceName, String functionName, Class aClass) modifies 'parameters' within the method. It is a design bug since get methods must not do that :) since modification of the passed parameters as a side effect smells very bad I spent 2 hours debugging until I suggested that someone can modify that property in the method and I found that my suggestion is true after I decompile tha JavaAdapter and see the code. Dirk Eismann wrote: Carbon Five has developed a SpringBeanAdapter that can be used with Flex -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com YAHOO! GROUPS LINKS
|
- Re: [flexcoders] gateway-config.xml configuration file de... Mykola Paliyenko

