Hello Jim,

Jim Freeze schrieb:
> 
> Oh boy, you lost me. I'm not sure your point, but dynamic languages
> have the ability to test the server side in a runtime environment.

Maybe we should talk about the word "test" here. Do you mean
trying out something and see a result without the need of
compiling and deploying something, than we have different
understandings of that. When I speak of testing I mean something
like JUnit (http://www.junit.org/).

> I think the only difference is that dynamic languages don't compile.
> Granted, that prevents some bugs, but not all bugs.

To find the other bugs, test-frameworks help a lot and if
you change something half a year later breaking already
functioning code, the test-case shows you that. And I think
that the developing of testcases for the server-side of a
GWT-project when using the GWT-RPC-mechanism is easier
than other mechanisms like normal servlets.

> Can you re-phrase your question, but help me out about what you mean
> when you start talking about Java server side things. I don't have
> any experience with that side of the fence with Java.

I think we were talking of different things when speaking
of testing, so rephrasing might bring up nothing new ;-)


Regards, Lothar

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to