Tag: Seam

  • Make A Custom RichFaces Skin

    Using RichFaces in your application makes it easy to build great rich interfaces without spending a ton of time writing custom JavaScript for the front end and the back-end support for the JavaScript calls. It ties into your JSF components easily and makes dynamic interaction easy to build. It also comes with a number of…

  • Free Seam Cheat Sheet

    DZone has released a free Seam Cheat Sheet Refcard: http://refcardz.dzone.com/refcardz/core-seam If you’re using Seam it’s definitely worth a download. It is a very quick way to look up all of the commonly used annotations you might want, the schema URIs for various libraries, etc… Give it a look-see!

  • Seam EntityHome Design Pattern

    I’ve been using Seam for over a year. At some point the “Home” object was introduced to the documentation (Chapter 11). Reading the documentation didn’t convince me of the point. Being an ATG guy at heart, I still prefer using “form handlers” for managing my important entities. So I haven’t bothered. However, just recently I…

  • 10MinuteMail Updates

    I just pushed a new version of 10MinuteMail. Here are the notable updates: Removed the Ad-Aware links and text. No one was clicking on them anyhow. Added some translation fixes. Implemented AJAX based (RichFaces) refreshing of the list of e-mails in your inbox. Added smtp client throttling (in Postfix) to limit the number of messages…

  • How To Resize Uploaded Images Using Java – Better Way

    Based on helpful comments from Matt on this previous post: How To Resize Uploaded Images Using Java I have upgraded the image resizing code. The results are noticeably better in quality, even at thumbnail sizes. I wanted to share the completed new code, in case anyone needs it. Again, thanks to Matt S. for his…

PHP Code Snippets Powered By : XYZScripts.com