Groovy Server Pages

From Seo Wiki - Search Engine Optimization and Programming Languages
Jump to navigationJump to search

Groovy Server Pages (GSP) is like JSP a presentation language for web application. GSP allows static and dynamic content to be mixed in the same document. The result is a dynamically generate HTML, XML or other types of documents in response to a Web client request.

An example of GSP code:

 <html>
   <head></head>
   <body>
     <%def string = 'hello world'%>
     <h1>${string}</h1>
   </body>
 </html>

See also

ru:Groovy Server Pages

If you like SEOmastering Site, you can support it by - BTC: bc1qppjcl3c2cyjazy6lepmrv3fh6ke9mxs7zpfky0 , TRC20 and more...