|
|||||||||
Home >> All >> com >> RuntimeCollective >> publication >> [ bean overview ] | PREV PACKAGE NEXT PACKAGE |
Package com.RuntimeCollective.publication.bean
The Publication module contains functionality to manage simple Publication items, against which user Subscriptions can be registered, and for which newsletters (SiteNode, basically) can be created and emailed in multipart/alternative html/plaintext to its subscribers.
See:
Description
Class Summary | |
Publication | A Publication object, to which users can subscribe. |
PublicationPermissionRule | A subclass of SimplePermissionRule, which adds checks on: - whether the User has a current registration for the RequiredPublication |
Subscription | A Subscription object, which is roughly a mapping between a User and a Publication, with Start and End dates. |
Package com.RuntimeCollective.publication.bean Description
The Publication module contains functionality to manage simple Publication items, against which user Subscriptions can be registered, and for which newsletters (SiteNode, basically) can be created and emailed in multipart/alternative html/plaintext to its subscribers.
This may sound similar to the Newsletter module, except for:
- Subscriptions have start and end dates, hence you can keep subscription history, which is not possible with plain user groups
- Publication's newsletters are CMS based, you edit them like you would a SiteNode, and they get published on the website, and indexed for search
- The emails sent are in both html and plaintext, which looks pretty
- On the minus side, the emailing is basic: no bounce handling
The structure of the main JSP pages for this module is as follows:
Constructing a newsletter for send
Inserted from newlsetter/getNewsletterFormat.jps:
- newsletterPlainText.jsp
- newsletter-article-abstract-plaintext.jsp
- newsletterHtml.jsp
- newsletter-content.jsp
- template/newsletter-article-abstract.jsp
Viewing a newsletter on the site
- viewNewsletter.jsp
- newsletterBody.jsp
- newsletter-content.jsp
- newsletter-article-abstract.jsp
|
|||||||||
Home >> All >> com >> RuntimeCollective >> publication >> [ bean overview ] | PREV PACKAGE NEXT PACKAGE |