-
- This plugin demonstrates:
- Making an httpservlet
- How to create a [SessionFactory] and connect with the database
- run a SQL query to retrieve page IDs
- Logs information about it's operation
- Questions about this plugin:
- What is an httpservlet for?
- It has different entry points than the Amazon plugin.
- It looks like it is initialized once, and that's it. What causes it to be initialized, or reinitialized.
- Will new pages created after it is initialized go into the random rotation?
- This plugin demonstrates: