- Setting up the Database
- Defining Audience Members
- Separating Announcements based on Topic (Whitelist/Blacklist)
- Configuring the WYSIWYG Editor
- Changing Announcement List Sort Order
...
Edit the pom.xml to define the jdbc driver to be used.
Code Block <!-- The Default JDBC Driver used by the portlet --> <jdbc.groupId>org.hsqldb</jdbc.groupId> <jdbc.artifactId>hsqldb</jdbc.artifactId> <jdbc.version>2.2.9</jdbc.version>
...