Seeing is believing! First of all, please enjoy the example of Bento framework that is running on our web site. It is the simple photo Blog where you can upload the image files by your web browser (multipart/form-data), or e-mail with file attachment. After you grasp how it works, please explore its source code. The source code of the example is included in the FREE trial version of Bento framework.
| [ Try and download example ... ] |
This example shows how to queue the e-mail by:
The list of recipients are selected from SQL table and they are stored in List. And the List can be passed to the above method.
After you deployed this example, you will find the FORM below:
|
|
When you click the button, the HTTP request will be sent to Servlet that starts the background Thread in BulkEmailSender. Please click the links below and look into its source code:
| [ How to start the background Thread ... ] |
When you click the link in the top page, you will see the FORM below:
|
|
When you click the button, the HTTP request will be sent to Servlet that queues bulk e-mail into SQL table. Please click the links below and look into its source code:
| [ How to queue bulk e-mail ... ] |
You will also find the FORM below:
|
|
When you click the button, the HTTP request will be sent to Servlet that stops the background Thread in BulkEmailSender. Please click the links below and look into its source code:
| [ How to stop the background Thread ... ] |
Copyright © 1997-2008 OOP-Research CorporationTM, All Rights Reserved.