My favorites | Sign in
Google
Projects on Google Code Results 1 - 10 of 51
== Presentation == Many times, in many projects, we need internationalize labels and texts. Generally we localize the keys of the main language, or our natural language. After time, we start translation with another language. And after time we add a new key in main language, and we forgot translate...
== What is EvaProperties == EvaProperties is a properties and dependency injection framework. It supports property inheritance, knows Ant or Maven style references and it instantiates and wires Java objects. You can read properties from the classpath, any input stream or a file and save them agai...
This small library enables to simply load and save java ciphered property files. This is a common problem in some environments where configuration data is not publicly readable even by people with access to the server.
objectify-led is a small Java library for binding object or class properties at runtime using annotations, reducing boilerplate code. Values can be taken from the System, from properties files, any arbitrary source in fact, and automatically set on properties. Instead of having chunks of code...
This project will mainly contain utility stuff for diverse purpose. Initially it will primarily comprise of Spring Utilities which will perform the following purposes: +1. Load a single resource properties file from pre-configured locations with priority based override. +2. Application context...
*ObjectProps* is a Java API for serializing the state of any Java object into a `java.util.Properties` object in a human-readable format. == Features == With ObjectProps you can * write the state of a Java object into a `java.util.Properties` object * create a new Java object by reading th...
Hi! I'm Scott Stanchfield. http://javadude.googlecode.com/svn/wiki/images/tick-ahhhh.png Welcome to my little home on Google Code! This is where I'm hosting my latest tools and source code for the world to chew on. My main home page is http://javadude.com. Here I'm hosting * *ANTXR...
A lightweight AOP-style framework that capture read/write access to a class's fields. This framework attempts to provide a 'true' properties support semantics in Java language, such as those available in C#, Borland Delphi and others. For example: {{{ public class PersonBean { /** Perso...
EProperties extends the standard java.util.Properties object and syntax to include things like: variable substitution, nesting, inclusion and lists. =Key features= EProperties supports: * Property substitution - greeting=hello ${world} * Lists - primary.colors=("red", "green", "blue") ...
A library for convinient property definition and access. It can be seen as Java 5 makeover of [http://commons.apache.org/beanutils/ BeanUtils] - typesafety ensured using Generics, annotations on properties and much more. * Placing Property object in the center of the picture; * Several built-...
1 2 3 4 5 6 Next