rov.ciso schrieb:
> Good day. I develop my GWT project. I want to do copy protection. When
> I upload my site to internet everybody can copy my GWT site. Do I have
> my site can not be copied?

They not only can, they have to, otherwise it can't be executed
by the browser. So in short: There is no way to copy-protect the
client-side part of GWT.

> Can I do that, he worked only on my domain?

Implement logic that is executed on the server-side that the
GWT-client-part requests. If the application can't work with
that data, the copied application lacks a significant part
and is useless.

Because GWT only compiles Java to Javascript, the rules of
how to copy protect that are the same like for every other
Javascript-application, so looking for "javascript copy protection"
brings up a couple of results, e.g.
http://www.boutell.com/newfaq/creating/copyprotecthtml.html


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