Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generated Code ? #20

Open
netmindz opened this issue Sep 16, 2014 · 5 comments
Open

Generated Code ? #20

netmindz opened this issue Sep 16, 2014 · 5 comments
Labels

Comments

@netmindz
Copy link

The commit notes make refernce to "generated code" but it is not clear what was used to create this code.

I am wondering if similar code could be used to provide an more user friendly API where each method call takes an callback, similar to the method described here (http://www.codenibbles.com/blog/2012/03/17/asynchronous-object-invocation-android/)

Such that all the android AsyncTask stuff is handled for you, so that

ResponseEntity getHostName()

becomes

void getHostName(AsyncCallback< String > callback)

This removed the need to wrap any threading code round your main code

@tafypz
Copy link
Member

tafypz commented Sep 16, 2014

The code is generated by accessing the wsdl and the xsd from a running backend

@netmindz
Copy link
Author

Any what class is run to create the code ?

@dmfrey
Copy link
Contributor

dmfrey commented Sep 30, 2014

It is not in the code. It is something Sebastien wrote and maintains. Some
python I believe???
On Sep 30, 2014 5:47 PM, "agentblueuk" [email protected] wrote:

Any what class is run to create the code ?


Reply to this email directly or view it on GitHub
#20 (comment)
.

@tafypz
Copy link
Member

tafypz commented Oct 8, 2014

@dmfrey it is actually in groovy ;)

@netmindz
Copy link
Author

Where can I find it ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants