Category: Java

  • Eclipse StartOnFirstThread Error (and fix!)

    This appears to be an issue with the JVM under Leopard (Mac OS X 10.5), but I started getting the following error within Eclipse when using the ResourceBundleEditor plugin: It also apparently happens with other plugins/apps and is an issue with the AWT kit in the new JVM. After pouring through all of my Eclipse…

  • Spark::red Expands ATG Hosting Offering

    Today I’m shilling for an amazing company, Spark::red. They provide unparalleled managed ATG application hosting. I know and trust the folks running it, and have been working with them for a while now. They have really been stellar to deal with and have turned things around in hours and days, whereas I’d gotten used to…

  • 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…

  • Design Pattern for Updating an ATG Order

    This is from a post Jeremy Sears made here on the ATG_Tech Google Group, but I thought it was nice and clear and worth reposting. All credit to Jeremy for this: “In general, the design pattern for updating an order is as follows: Acquire lock-manager write lock on profile id from the /atg/commerce/order/LocalLockManager Begin Transaction…

  • 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…

PHP Code Snippets Powered By : XYZScripts.com