Re: Java obfuscation
Re: Java obfuscation
- Subject: Re: Java obfuscation
- From: Art Isbell <email@hidden>
- Date: Fri, 28 Mar 2003 11:08:14 -1000
On Friday, March 28, 2003, at 10:24 AM, Mike Little wrote:
What you're trying to protect your code from...
Exactly. WO apps are server, not desktop apps, so users don't have
access to any of your compiled Java code (assuming your app server is
well-protected). An exception is the client portion of Java Client
apps. But Java Client apps aren't really suitable for running over the
Internet, so those onto whose desktops your Java Client client code is
downloaded are usually those on your own intranet. Hopefully, you can
trust these people :-)
I suppose another exception would be WO frameworks that are
distributed to others. I haven't seen a flourishing market in this
area, but maybe it will develop. In this situation, the "Model" code
(in the Model-View-Controller paradigm) would have the most value and
could be obfuscated as Chuck has outlined.
But maybe I'm missing something...
Aloha,
Art
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.