Category: JBoss
-
How to get RichFaces to not crash Safari
RichFaces, a collection of open source JSF Components for building “rich” AJAXy interfaces, unfortunately makes Safari crash or hang or lock up with many of it’s components. I’m not the one who figured this out, but I wanted to document it here. You can solve this the same way you solve the JSF/Google Ad issue:…
-
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…
-
Another small 10MinuteMail.com update
I just pushed up the latest version of 10MinuteMail. Now there are 29 languages supported! I’ve also upgraded the Seam version to 2.0.0.CR1 and the JBoss version to 4.2.1.GA. I am hoping that this will help fix some of the recent OutOfMemory issues I’ve seen. Check it out, tell your friends, link to it, enjoy…
-
Minor 10MinuteMail.com update
A minor release to 10MinuteMail just went out. It adds a few languages and language cleanups, bringing us up to 26 supported languages!!! Thanks to all those who have volunteered their time! There’s also a new feature to grab a new e-mail address at any time. Mail sent to your old address(es) will still show…