Tag
#Java
33 notes
Software Development 01
Easy AI Powered Translation For Your Java App!
AI-powered translation keeps your Java message bundles in sync across languages without manual translation work.
10MinuteMail 02
Migrating 10MinuteMail from Java to GraalVM Native
GraalVM Native compilation cuts 10MinuteMail startup time and memory footprint from Java baseline.
Software Development 03
3 Reasons I’m Switching from Eclipse to VSCode as a Java Developer
After 18 years of Eclipse, VSCode is faster, lighter, and better for modern Spring Boot development.
Software Development 04
New ATG Rest Module
Jersey-based REST module simplifies ATG REST service configuration with annotations instead of verbose setup.
Software Development 05
Tools and Processes for Work
Eclipse, SVN, and heap dump analysis form the backbone of professional Java application development.
Software Development 06
JBoss JMS Doesn't Create Tables with XA Datasource
JBoss JMS with XA datasources silently fails to create tables - here's the fix and what we learned.
10MinuteMail 07
10MinuteMail and Form Submission Charsets in Seam/JSF
Non-latin character replies broke in 10MinuteMail until Seam/JSF's charset handling got fixed.
Software Development 08
Environment specific mail auth and Seam's MailSession
Seam MailSession fails with IP-based auth - configure environment-specific mail settings in components.xml.
Software Development 09
Make A Custom RichFaces Skin
Build custom RichFaces skins by extending default CSS instead of paying for expensive design overhauls to match your brand.
DevOps & Infrastructure 10
Ant Exec Spawn Jobs Broke Under Hudson?
Hudson's February 2009 update fixed one bug but broke ant spawn tasks - upgraded builds stop starting application servers.
Software Development 11
RichFaces Refcardz from DZone
DZone's free RichFaces quick reference guide covers installation, core concepts, and every a4j and rich tag with examples.
Software Development 12
JForum SSO (single sign-on) and Atlassian Crowd
SSO bridge between JForum and Atlassian Crowd syncs user groups automatically - no separate forum login needed.
Software Development 13
GWT In Practice
GWT In Practice delivers practical guidance for building advanced web UIs - and includes a real author endorsement.
Software Development 14
How To Resize Uploaded Images Using Java - Better Way
Better Java image resizing for thumbnails - higher quality output with improved code based on feedback.
Software Development 15
How To Resize Uploaded Images Using Java
Automated image resize, thumbnail generation, and format standardization in Java - the practical way.
Software Development 16
Displaying and Rerendering a RichFaces ModalPanel from a commandLink
Let's say that when a user clicks on something, perhaps selecting something from a DataTable or DataGrid, you want to call some server side code, and then popup a modal panel which needs to show content based on the new state setup by your server side call. In my case I have a DataGrid showing a number of items, and when a user clicks on an item I want to set the current selected item on a Seam component on the server, and then popup a modal panel to display detailed information about the item, and provide the user some actions within the modal panel.
Software Development 17
Eclipse StartOnFirstThread Error (and fix!)
Eclipse crashes on Leopard? Add one JVM flag. Problem solved.
Software Development 18
Quartz Scheduling and Seam (part 1)
Getting Quartz scheduling to work with Seam proved tricky - here's what I learned navigating sparse docs and setup gotchas.
Software Development 19
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 20
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.