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.
Aug 2024 · 3 min
10MinuteMail

Migrating 10MinuteMail from Java to GraalVM Native

GraalVM Native compilation cuts 10MinuteMail startup time and memory footprint from Java baseline.
Jan 2023 · 4 min
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.
Nov 2021 · 4 min
Software Development

New ATG Rest Module

Jersey-based REST module simplifies ATG REST service configuration with annotations instead of verbose setup.
Dec 2013 · 1 min
Software Development

Tools and Processes for Work

Eclipse, SVN, and heap dump analysis form the backbone of professional Java application development.
Nov 2013 · 3 min
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.
Jul 2010 · 1 min
10MinuteMail

10MinuteMail and Form Submission Charsets in Seam/JSF

Non-latin character replies broke in 10MinuteMail until Seam/JSF's charset handling got fixed.
Mar 2010 · 3 min
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.
May 2009 · 3 min
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.
Apr 2009 · 2 min
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.
Mar 2009 · 2 min
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.
Mar 2009 · 1 min
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.
Jun 2008 · 2 min
Software Development

GWT In Practice

GWT In Practice delivers practical guidance for building advanced web UIs - and includes a real author endorsement.
May 2008 · 1 min
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.
Mar 2008 · 3 min
Software Development

How To Resize Uploaded Images Using Java

Automated image resize, thumbnail generation, and format standardization in Java - the practical way.
Mar 2008 · 2 min
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.
Mar 2008 · 3 min
Software Development

Eclipse StartOnFirstThread Error (and fix!)

Eclipse crashes on Leopard? Add one JVM flag. Problem solved.
Jan 2008 · 1 min
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.
Nov 2007 · 4 min