The Artima Developer Community
Sponsored Link

Java Answers Forum
property???

7 replies on 1 page. Most recent reply: Sep 16, 2003 7:29 PM by Senthoorkumaran Punniamoorthy

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 7 replies on 1 page
Leela

Posts: 16
Nickname: leee
Registered: Sep, 2003

property??? Posted: Sep 15, 2003 12:15 AM
Reply to this message Reply
Advertisement
Hello,
I wud like to know abt "property" wrt JAVA and its applicability in web applications.


mausam

Posts: 243
Nickname: mausam
Registered: Sep, 2003

Re: property??? Posted: Sep 15, 2003 2:26 AM
Reply to this message Reply
Property??
System properties or...java.util.Properties?

Senthoorkumaran Punniamoorthy

Posts: 335
Nickname: senthoor
Registered: Mar, 2002

Re: property??? Posted: Sep 15, 2003 3:02 AM
Reply to this message Reply
Since there is a mention about web application I presume it is java.util.Properties

Leela

Posts: 16
Nickname: leee
Registered: Sep, 2003

Re: property??? Posted: Sep 15, 2003 7:12 AM
Reply to this message Reply
it does refer to java.util.properties..............

David

Posts: 150
Nickname: archangel
Registered: Jul, 2003

Re: property??? Posted: Sep 16, 2003 7:24 AM
Reply to this message Reply
What's the problem?

mausam

Posts: 243
Nickname: mausam
Registered: Sep, 2003

Re: property??? Posted: Sep 16, 2003 8:02 AM
Reply to this message Reply
http://java.sun.com/j2se/1.4.1/docs/api/java/util/class-use/Properties.html

In webapplications.

U use the properties class only to set the JNDI and all the properties in EJB and all the applications

Senthoorkumaran Punniamoorthy

Posts: 335
Nickname: senthoor
Registered: Mar, 2002

Re: property??? Posted: Sep 16, 2003 4:35 PM
Reply to this message Reply
Mausam,

Just to add to your point in web applications ResourceBundles are used for I18N and its extended from java.util.Property too.

Senthoorkumaran Punniamoorthy

Posts: 335
Nickname: senthoor
Registered: Mar, 2002

Re: property??? Posted: Sep 16, 2003 7:29 PM
Reply to this message Reply
Leela,

If you planning to use properties to store user prefferences I suggest you have a look at Java Preferences API.

http://java.sun.com/j2se/1.4.1/docs/guide/lang/preferences.html

Flat View: This topic has 7 replies on 1 page
Topic: need a bit of help Previous Topic   Next Topic Topic: ToolTips in java

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use