web.examples.gs-rest-service.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aspectran-demo Show documentation
Show all versions of aspectran-demo Show documentation
Aspectran module showcasing a demo application
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE aspectran PUBLIC "-//ASPECTRAN//DTD Aspectran 8.0//EN" "http://aspectran.github.io/dtd/aspectran-8.dtd"> <aspectran> <description> A collection of Translets for the Restful Web Service example. </description> <translet name="/examples/gs-rest-service/"> <echo id="page"> <item name="headline">Building a RESTful Web Service</item> <item name="teaser"> A sample page that uses RESTful web services using HTTP support methods such as GET, PUT, POST, and DELETE. </item> <item name="include">examples/gs-rest-service</item> <item name="style">plate</item> </echo> <dispatch name="templates/default"/> </translet> </aspectran>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy