web.chat.chat.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
<?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> <settings> <setting name="transletNamePrefix" value="/chat"/> </settings> <translet name="/"> <echo id="page"> <item name="headline">Aspectran WebSocket Chat Demo</item> <item name="teaser">Example of chat application with WebSockets</item> <item name="include">chat/chat</item> <item name="style">plate</item> </echo> <dispatch name="templates/default"/> </translet> </aspectran>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy