
| Key: |
JACEGI-1
|
| Type: |
New Feature
|
| Status: |
Open
|
| Priority: |
Trivial
|
| Assignee: |
Unassigned
|
| Reporter: |
Ole Ersoy
|
| Votes: |
0
|
| Watchers: |
1
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
Hi,
I'm noticing in the 5 minute integration tutorial that it's necessary to create a CaptchaServiceSingleton class.
Seems like it would be helpful to have a reference to this singleton on the the ImageCaptchaService interface. Could be implemented like this:
public ImageCaptchaService ICS_INSTANCE =
new com.octo.captcha.service.image.DefaultManageableImageCaptchaService();
This way any class that wants the service just has to implement ImageCaptchaService and use the implementation singleton per the ICS_INSTANCE reference.
Thanks for JCAPTCHA. It's a brilliant project!
Ole
|
|
Description
|
Hi,
I'm noticing in the 5 minute integration tutorial that it's necessary to create a CaptchaServiceSingleton class.
Seems like it would be helpful to have a reference to this singleton on the the ImageCaptchaService interface. Could be implemented like this:
public ImageCaptchaService ICS_INSTANCE =
new com.octo.captcha.service.image.DefaultManageableImageCaptchaService();
This way any class that wants the service just has to implement ImageCaptchaService and use the implementation singleton per the ICS_INSTANCE reference.
Thanks for JCAPTCHA. It's a brilliant project!
Ole
|
Show » |
Sort Order:
|