Tag: Seam
-
Session and Memory Leak on Wildfly 10
I recently re-wrote 10MinuteMail, my secure temporary email service, updating it from Seam 2 and JBoss 4.2 to Deltaspike and Wildfly 10. Unfortunately I noticed a memory leak in the JVM. During beta testing, the JVM heap usage would slowly grow, over 1-2 weeks until it reached an OOM (out of memory condition). I performed […]
-
Seam Identity Management
During a recent coding getaway to Maine (see my post on the 2011 HackFestaThon) I decided to write a basic Seam project as a starting point for my future Seam based web applications. The idea is to provide common features such as Login, Logout, Registration, Forgot Password, User Management, Audit Logging, Image Upload Handling, Video […]
-
First brush with Ruby On Rails
Earlier this week I was hanging out with a friend talking about a project he was working on and I decided to poke at it a bit with him, and as such got my first hands on experience with Ruby on Rails. Ruby on Rails or RoR obviously has huge buzz and is a very […]
-
10MinuteMail and Form Submission Charsets in Seam/JSF
I launched a minor update to 10MinuteMail.com last night. It contained: Changed the mail domain to owlpic.com Updated the Russian language translation (thanks to Vladimir) Fixed a bug where replying to an e-mail using a non-latin character set would result in an unreadable e-mail (also thanks to Vladimir for pointing this out) This last issue […]
-
Seam 2.x Web Development
Packt Publishing just sent me a copy of their new Seam book entitled Seam 2.x Web Development. Authored by David Salter, it seems to be a well laid out practical guide to building web apps with Seam 2. I’ve only skimmed it so far, but will be posting an in-depth review once I’m able to […]