Hi,

I completely agree with Justin.

> Package-protected

I think it does have it's use, but for more complex products it's just
not enough. Somewhat related: in Java 1.0.2 you could use "private
protected": http://www.jguru.com/faq/view.jsp?EID=15576

> Security

For real security, you either need remoting, or a SecurityManager.

Regards,
Thomas

Reply via email to