Logo of Bento frameworkspaceObject Oriented Programming


JBuilder 2007

BulkEmailSender : Source code example 01

Free source code example for Bento framework...

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 ... ]

About this 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.

How to start background Thread ...

After you deployed this example, you will find the FORM below:

FORM to start the background Thread

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 ... ]

How to queue bulk e-mail ...

When you click the link in the top page, you will see the FORM below:

FORM to queue bulk e-mail

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 ... ]

How to stop background Thread ...

You will also find the FORM below:

FORM to stop the background Thread

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.

Valid XHTML 1.0! Valid CSS!