Tag: Seam

  • How To Resize Uploaded Images Using Java

    Edit: please read the better way here: Better way to Resize Images Using Java! ———————– I am building a Seam application which need to support users uploading images, and then the site displaying them. I wanted to resize big images into something reasonable (say 1024 or 800 px wide) and generate a thumbnail, and I…

  • 10MinuteMail upgraded again

    Moved up to Seam 2.0 CR3, and JBoss 4.2.2. I also optimized some code, got rid of some useless error logging, etc… Hopefully it will perform a little better:) So far it seems to process incoming e-mail much faster, which was a bottleneck under load. Enjoy!

  • Quartz Scheduling and Seam (part 1)

    I am working on a new application, which will require some scheduled jobs. I used EJB3 Timers in 10MinuteMail, but now Seam includes and uses Quartz, an open source scheduling system. So I figured I’d try the new hotness. So far, it’s been a rough road, and I’m not 100% up and running yet (hence…

  • CAPTCHA with Seam in Three Minutes

    Adding a CAPTCHA to a form using Seam is easy now that Seam is bundling jCaptcha. The Seam documentaiton is good, and can be found in section 13.9 here: http://docs.jboss.com/seam/2.0.0.CR2/reference/en/html/security.html#d0e7755 If you used seam-gen to create your project, you will need to make a few changes. First, you need to modify your project’s ant build…

  • seam-gen and multiple projects part two

    This is a follow-up from my post two days ago “seam-gen and multiple projects“. After some feedback from “atao” in this thread on the JBoss Seam forum, I have taken a different approach to the problem, and have enhanced seam-gen to generate targets within the generated project’s ant build script, which in turn call the…

  • seam-gen and multiple projects

    Enhancing seam-gen to support multiple projects.

PHP Code Snippets Powered By : XYZScripts.com