javawriter
pojobuilder
Our great sponsors
javawriter | pojobuilder | |
---|---|---|
3 | 0 | |
9,657 | 328 | |
0.3% | - | |
6.1 | 2.9 | |
17 days ago | 6 months ago | |
Java | Java | |
Apache License 2.0 | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
javawriter
-
Scaffolding multiple java files
I’ve used a maven archetype before with velocitemplate. That solution was iffy so we then migrated to using https://github.com/square/javapoet to generate the java source and write it to the desired files. I think we also used the google formatter library so the files would be formatted after generating.
-
20+ Trending and Popular Java Open Source Project
JavaPoet
- May be a stupid question: Why are computer programs that modify themselves so uncommon? I can't really think of a use case, but does the phenomenon have a name?
pojobuilder
We haven't tracked posts mentioning pojobuilder yet.
Tracking mentions began in Dec 2020.
What are some alternatives?
FreeBuilder - Automatic generation of the Builder pattern for Java
Joda-Beans - Java library to provide an API for beans and properties.
parceler - :package: Android Parcelables made easy through code generation.
android-contentprovider-generator - A tool to generate Android ContentProviders.
SDMLib
NetworkParser - Framework for serialization to Json, XML, Byte and Excel, therefore an oviparous wool milk sow J
ParcelablePlease - Annotation Processor for generating Parcelable code
RoboCoP - Pure Java code generation tool for generating a fully functional ContentProvider for Android.
ContentProviderCodeGenerator - A code generator to create Android ContentProvider
1. AutoProxy - Annotation Processing Library. Generates proxy class on top of interface/abstract class, that allows to intercept calls. Also known as a design pattern: proxy, delegate, interceptor.