Groovy Server Pages
From Seo Wiki - Search Engine Optimization and Programming Languages
Jump to navigationJump to search
| This article or section has multiple issues. Please help improve the article or discuss these issues on the talk page.
|
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:
<source lang="groovy">
<html>
<head></head>
<body>
<%def string = 'hello world'%>
${string}
</body> </html>
</source>
See also
If you like SEOmastering Site, you can support it by - BTC: bc1qppjcl3c2cyjazy6lepmrv3fh6ke9mxs7zpfky0 , TRC20 and more...
→