Tag
#Java
33 notes
Software Development
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
Migrating 10MinuteMail from Java to GraalVM Native
GraalVM Native compilation cuts 10MinuteMail startup time and memory footprint from Java baseline.
Software Development
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
New ATG Rest Module
Jersey-based REST module simplifies ATG REST service configuration with annotations instead of verbose setup.
Software Development
Tools and Processes for Work
Eclipse, SVN, and heap dump analysis form the backbone of professional Java application development.
Software Development
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
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
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
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
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
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
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
GWT In Practice
GWT In Practice delivers practical guidance for building advanced web UIs - and includes a real author endorsement.
Software Development
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
How To Resize Uploaded Images Using Java
Automated image resize, thumbnail generation, and format standardization in Java - the practical way.
Software Development
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
Eclipse StartOnFirstThread Error (and fix!)
Eclipse crashes on Leopard? Add one JVM flag. Problem solved.
Software Development
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.