Dear all I want to know how GWT parses the rpc response *on the
client*. The reason is that I have no idea how to get some information
from response for jmeter test. Please look at the following scenario:

I Have a rpc service that returns an ArrayList of a DTO objects, I
mean pojos with set and get methods, like setName, setIdentifier, ...
The response is an ArrayList of this object. But I see in FireBug the
reponse some thing like this:

//OK[0,0.0,0.0,6,0.0,215710.0,4,0.0,0.0,5,0.0,102900.0,4,0,3,2,1,1,
["java.util.ArrayList/
3821976829","com.pirobase.pim.gwt.client.dto.filter.FilterInfoDto/
1384124609","CIN4","com.pirobase.pim.impl.identifier.BaseIdentifier/
4273994417","par","filter"],0,5]

I know that the "215710" is the dto object identifier and "CIN4" the
name, both of them are set in FilterInfoDto object. But I can't find
any way to parse them to get e.f. a json object of this array or some
thing like that. The response is very confusing.

I need it for jmeter.

What would you recommend me? how can I parse response for jmeter ? Is
there any tool for gwt applications to use jmeter ?

I will appreciate any kind of answer.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to