AutoRes.uk Screenshots

These screenshots give some indication of the developer experience.

Error Handling

Eclipse IDE with error for misnamed resource
Screenshot from Eclipse with a Maven project. There is a typo in the resource name which generates a compile-time error.

Using Generated Code

Using generated English and French locale messages from properties files in Netbeans
Screenshot from Netbeans with a Gradle project. Locale sensitive strings are resolved by code generated from properties files.

Debugging Generated Code

Step through debugging in generated code in IntelliJ
Screenshot from IntelliJ IDEA with a Maven project. Generated code is human readable enabling step through debugging to resolve problems.