Results 1 to 2 of 2

Thread: Creating Dynamic images on the fly in spring?

  1. #1
    Join Date
    Apr 2008
    Posts
    3

    Default Creating Dynamic images on the fly in spring?

    Hey all,

    Hope everyones doing well :-)

    I've been reading of a package that can create charts... However!
    How could i go about creating a very basic image... ?

    Basically i need a random numbered image (security) for my site, however i'm not sure how to go about starting it in the spring environment...

    I'd like to have it where I specify some type of hash value that the controller could use to create the image... Then just compare the entered value with the hashed value.. when the page has been submitted...

    Thus 1 <input> field and one <img src="dynamicImageCreation.do?hash=AF234FERB4">

    Anyone have examples on how to do this or any idea how it could be done via spring?

    Thanks all :-)

  2. #2

    Default

    ---
    http://www.techfoundry.com for Java development in London, UK.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •