Download Spojo Free Java Code
Description
This framework allows you to copy from one Java Bean to another based on rules definitions. This include also the possibility to use complex data types. The rule definitions are very simple and effective, it exists different ways to define rules: annotations; programmatically; XML.
Source Files
The download file Spojo-master.zip has the following entries.
.gitignore/*w w w. j a v a2 s . com*/
.project
.settings/org.maven.ide.eclipse.prefs
CONTRIBUTING
COPYING
COPYING.LESSER
README.txt
config/eclipse/README.txt
config/eclipse/cleanUp.xml
config/eclipse/codetemplates.xml
config/eclipse/formatter.xml
config/eclipse/launches/Spojo (Release clean).launch
config/eclipse/launches/Spojo (Release prepare).launch
config/eclipse/launches/Spojo (Snapshots).launch
config/eclipse/launches/Spojo (clean package) (sonatype-oss-release).launch
config/eclipse/launches/Spojo (clean package) (sourceAndjavadoc).launch
config/eclipse/launches/Spojo (clean package).launch
config/eclipse/launches/Spojo (package).launch
pom.xml
spojo-core/.classpath
spojo-core/.fbprefs
spojo-core/.gitignore
spojo-core/.project
spojo-core/.settings/org.eclipse.core.resources.prefs
spojo-core/.settings/org.eclipse.jdt.core.prefs
spojo-core/.settings/org.eclipse.jdt.ui.prefs
spojo-core/.settings/org.eclipse.m2e.core.prefs
spojo-core/.settings/org.maven.ide.eclipse.prefs
spojo-core/pom.xml
spojo-core/src/main/java/com/github/sworm/spojo/Spojo.java
spojo-core/src/main/java/com/github/sworm/spojo/annotations/Rule.java
spojo-core/src/main/java/com/github/sworm/spojo/annotations/Rules.java
spojo-core/src/main/java/com/github/sworm/spojo/annotations/package-info.java
spojo-core/src/main/java/com/github/sworm/spojo/config/RuleMetadata.java
spojo-core/src/main/java/com/github/sworm/spojo/config/RuleMetadataImpl.java
spojo-core/src/main/java/com/github/sworm/spojo/config/SpojoConfiguration.java
spojo-core/src/main/java/com/github/sworm/spojo/config/package-info.java
spojo-core/src/main/java/com/github/sworm/spojo/data/AbstractProperty.java
spojo-core/src/main/java/com/github/sworm/spojo/data/BasicProperty.java
spojo-core/src/main/java/com/github/sworm/spojo/data/Property.java
spojo-core/src/main/java/com/github/sworm/spojo/data/package-info.java
spojo-core/src/main/java/com/github/sworm/spojo/enums/RuleType.java
spojo-core/src/main/java/com/github/sworm/spojo/enums/package-info.java
spojo-core/src/main/java/com/github/sworm/spojo/exceptions/RuleException.java
spojo-core/src/main/java/com/github/sworm/spojo/exceptions/RuleNotFoundException.java
spojo-core/src/main/java/com/github/sworm/spojo/exceptions/SpojoException.java
spojo-core/src/main/java/com/github/sworm/spojo/exceptions/package-info.java
spojo-core/src/main/java/com/github/sworm/spojo/factories/LoaderFactoryFactory.java
spojo-core/src/main/java/com/github/sworm/spojo/factories/impl/AnnotationLoaderFactoryBean.java
spojo-core/src/main/java/com/github/sworm/spojo/factories/package-info.java
spojo-core/src/main/java/com/github/sworm/spojo/utils/SpojoUtils.java
spojo-core/src/main/java/com/github/sworm/spojo/utils/package-info.java
spojo-core/src/test/java/com/github/sworm/spojo/BaseTestCase.java
spojo-core/src/test/java/com/github/sworm/spojo/SpojoTest.java
spojo-core/src/test/java/com/github/sworm/spojo/config/RuleMetadataTest.java
spojo-core/src/test/java/com/github/sworm/spojo/config/SpojoConfigurationTest.java
spojo-core/src/test/java/com/github/sworm/spojo/data/BasicPropertyTest.java
spojo-core/src/test/java/com/github/sworm/spojo/model/BaseModel.java
spojo-core/src/test/java/com/github/sworm/spojo/model/Chef.java
spojo-core/src/test/java/com/github/sworm/spojo/model/Client.java
spojo-core/src/test/java/com/github/sworm/spojo/model/Gender.java
spojo-core/src/test/java/com/github/sworm/spojo/model/Person.java
spojo-core/src/test/java/com/github/sworm/spojo/model/Shop.java
spojo-core/src/test/java/com/github/sworm/spojo/utils/SpojoUtilsMoreTest.java
spojo-core/src/test/java/com/github/sworm/spojo/utils/SpojoUtilsTest.java
spojo-core/src/test/resources/log4j.dtd
spojo-core/src/test/resources/log4j.xml
spojo-hibernate/.classpath
spojo-hibernate/.gitignore
spojo-hibernate/.project
spojo-hibernate/.settings/org.eclipse.core.resources.prefs
spojo-hibernate/.settings/org.eclipse.jdt.core.prefs
spojo-hibernate/.settings/org.eclipse.m2e.core.prefs
spojo-hibernate/.settings/org.maven.ide.eclipse.prefs
spojo-hibernate/pom.xml
spojo-hibernate/src/main/java/com/github/sworm/spojo/factories/impl/CustomAnnotationSessionFactoryBean.java
Download
Click the following link to download Spojo-master.zip.
Spojo-master.zip