Using a txt to store all strings used in my JSP -


I am starting a JSP and I have seen it in another system:

my_file Txt:

  person.new = Create a new person. Remove = Remove a person  

in the file of JSP:

  $ {peson.new}  

Will show:

  Create a new person  

How do I do this?


Comments

Popular posts from this blog

c# - XML serialize base class without knowing derived class -

sql - Find last match with latest inserted name in table -

Send innerHTML text in URL in JSP -