Re: [NOOB-QUESTION] where should a jar file ?
Re: [NOOB-QUESTION] where should a jar file ?
- Subject: Re: [NOOB-QUESTION] where should a jar file ?
- From: Chuck Hill <email@hidden>
- Date: Thu, 27 Apr 2006 09:55:05 -0700
On Apr 27, 2006, at 6:28 AM, Paul Lynch wrote:
/Library/Java/Extensions is usually a good spot for random
individual jars
Allow me to vehemently disagree with that statement. /Library/Java/
Extensions is usually a terrible spot for random individual jars.
This is for extensions to the core Java API, things like JDBC drivers
and javax. classes. Putting random jars in here opens you to problem
with class loader security issues. Bill Bumgarner's always entertains
comments on this: http://bbum.pycs.net/2002/03/06.html
Better places are:
1. /Library/WebObjects/Extensions
2. A framework
3. AppName.woa/Contents/Extensions
Jars in (2) and (3) are picked up automatically by the WO bootstrap
class.
Chuck
--
Coming in late 2006 - an introduction to web applications using
WebObjects and Xcode http://www.global-village.net/wointro
Practical WebObjects - for developers who want to increase their
overall knowledge of WebObjects or who are trying to solve specific
problems. http://www.global-village.net/products/practical_webobjects
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden