• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: [NOOB-QUESTION] where should a jar file ?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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
  • Follow-Ups:
    • Re: [NOOB-QUESTION] where should a jar file ?
      • From: Philippe Lafoucrière <email@hidden>
References: 
 >[NOOB-QUESTION] where should a jar file ? (From: Philippe Lafoucrière <email@hidden>)
 >Re: [NOOB-QUESTION] where should a jar file ? (From: Paul Lynch <email@hidden>)

  • Prev by Date: Re: Multi tables having a to-many relationship to the same table
  • Next by Date: Re: Scheduled WOApps not scheduled
  • Previous by thread: Re: [NOOB-QUESTION] where should a jar file ?
  • Next by thread: Re: [NOOB-QUESTION] where should a jar file ?
  • Index(es):
    • Date
    • Thread