Tag
#Java
33 notes
Software Development
CAPTCHA with Seam in Three Minutes
Adding CAPTCHA protection to Seam forms takes three minutes - here's exactly how, including the build and config changes needed.
Software Development
Use Emacs to edit compressed .ear and .war files
Emacs can edit files inside .war and .ear archives using archive-mode - add three lines to your config and edit deployments directly.
Software Development
Accessing nested Item properties within a RepositoryFormHandler programatically
Editing nested RepositoryItems in ATG requires programmatic tricks with RepositoryFormHandler subclassing - this approach works.
Software Development
StringUtils in ATG Dynamo
ATG Dynamo's StringUtils class quietly handles validation with isEmpty() and isBlank() methods.
Software Development
seam-gen and multiple projects part two
Seam-gen now generates ant targets that run seam tasks directly from your IDE - no command line needed.
Software Development
seam-gen and multiple projects
Enhancing seam-gen to support multiple projects.
Software Development
Constants
Java constants use final and static modifiers for efficiency, memory safety, and compile-time inlining.
Software Development
ATG RSS Generator Droplet
ATG RSS generator droplet transforms repository data into valid RSS feeds with customizable channel fields.
Software Development
ItemToXMLDroplet
ItemToXMLDroplet converts repository items to XML for client-side JavaScript or Flash consumption.
Software Development
Java One '07
Java One 2007 delivered overwhelming scale with thousands attending - but surprisingly, Apple laptops ruled sessions and hallways alike.
Software Development
Web Services and Seam
Expose Seam components through web services using the JBoss component model - no magic, just clean architecture and lifecycle management.
10MinuteMail
My first Seam Application - 10MinuteMail
10MinuteMail delivers disposable email addresses that expire in 10 minutes - built with Seam to defeat spam.
Software Development
Seam example project structure
Getting Seam projects running required custom setup; here's a reusable base project structure.
Software Development
JBoss Seam
JBoss Seam unifies AJAX, JSF, and EJB3 to simplify Web 2.0 development with annotated POJOs.
Software Development
FP!
New blog exploring technology insights from a Java and security architect's perspective.