`String value = "something";
`String anotherValue = "Hello ${something}, im a another value";
Handy to use and save us alot of string-concats and the view codes look then abit like "view code" rather than coding view in Servlet :-D, if u know what i mean.
PS: pls also note the ability to escape the tow symbols $ and ~ .