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# - SignalR: "Protocol error: Unknown transport." when navigating to hub -

class - Kivy: how to instantiate a dynamic classes in python -

python - mayavi mapping a discrete colorbar on a surface -